Commit Graph

298266 Commits

Author SHA1 Message Date
Miklos Vajna
dc78a1c44c dmapper: when parsing NS_ooxml::LN_CT_Spacing_lineRule, pTopContext may be nil 2011-12-11 01:13:59 +01:00
August Sodora
1274558acc Remove unused header 2011-12-10 18:51:59 -05:00
August Sodora
5414ac4348 String->OUString 2011-12-10 18:44:47 -05:00
August Sodora
0f9876867c Remove unnecessary includes 2011-12-10 18:44:47 -05:00
Tor Lillqvist
76a27791fc Build Library_vclplug_svp for Android, too 2011-12-11 01:18:38 +02:00
Tor Lillqvist
0f43b8d39b Don't bother with a freetype2 subdirectory for headers after all 2011-12-11 01:18:37 +02:00
August Sodora
9776c3c4dc String->OUString 2011-12-10 18:00:22 -05:00
August Sodora
c1cddefe21 Avoid use of preprocessor 2011-12-10 18:00:22 -05:00
Tor Lillqvist
75aacd87bb Download and build FreeType and fontconfig for Android
It will probably be simplest to just use FreeType on Android,
too. (Android uses it itself, but doesn't provide its API publicly.)

Probably fontconfig, too, although there shouldn't be much
configuration per se that a LibreOffice-baed app would have to do at
run-time; it will have to bundle all fonts it is going to use anyway,
I think, so all font information is known a priori. But maybe in the
future there will be user-installable system fonts on Android, or
something.
2011-12-11 00:14:47 +02:00
Andras Timar
6a43a6c1fe use PACKAGEVERSION as the base of MSI ProductVersion
Formerly PRODUCTVERSION was used but that did not contain
the microversion digit. It is better to have it in MSI
ProductVersion, because a higher build number of a lower
microversion looked newer from the MSI point of view, and
update failed.

MSI ProductVersion is now major.minor.micro.build, e.g.
3.6.1.1206 (build number is taken from minor.mk)
2011-12-10 22:25:31 +01:00
Andras Timar
3fbedc3e8f enhance VersionInfo resource of Windows excutables
+ added ProductName (a required parameter), It is LibreOffice
+ CompanyName is configurable, it is $(OOO_VENDOR), that is set
  --with-vendor configure switch. If not set, then CompanyName is
  empty string which is fine, too.
+ Binary file version and FileVersion string show the same value,
  and version number is sane: main version + subversion + microversion
  + build number, such as 3.5.0.0
+ LegalCopyright text is the same as in the About box, year range
  can be set in minor.mk
- removed archaic and overcomplicated version number calculating macros
- removed version.lst, copied relevant content to minor.mk
- removed binary RCDATA resources, I don't think they were of any use
2011-12-10 22:25:28 +01:00
Andras Timar
8d0816f1cf fix build with MSVC 2011-12-10 22:25:26 +01:00
Michael Stahl
b277d9a57e sw: tweak comment translations:
5aff8df5 and ed870efe
2011-12-10 21:46:51 +01:00
Michael Stahl
9f050aa772 solenv: pimp the gdb nodes array pretty printer 2011-12-10 21:46:51 +01:00
Michael Stahl
408672d41b cairo: fix RPATH:
The cairo configure script is called with -Wl,-rpath,"12345ORIGIN"
with funny results so tweak the quoting so that the $$ makes it through...
2011-12-10 21:46:51 +01:00
August Sodora
ac65f9c888 Remove unnecessary includes 2011-12-10 15:44:59 -05:00
August Sodora
90939a7b3d String->OUString 2011-12-10 15:23:25 -05:00
August Sodora
313deb9782 String->OUString 2011-12-10 15:23:25 -05:00
August Sodora
e09a63d4c0 String->OUString 2011-12-10 15:23:25 -05:00
Eike Rathke
53b3df94db fixed fdo#43700 ROWS(), COLUMNS() and SHEETS() don't work with external references 2011-12-10 20:29:06 +01:00
Olivier Hallot
91d4fe75ee Fix for fdo43460 Part III getLength to isEmpty
Part III
Module
basic
2011-12-10 21:13:58 +04:00
Takeshi Abe
93a9f170be catch exception by constant reference 2011-12-10 22:16:07 +09:00
Olivier Hallot
1688a9d923 Fix for fdo43460 Part II getLength to isEmpty
Part II
Module
basctl
2011-12-10 13:54:31 +04:00
August Sodora
79a8567b42 Avoid use of the preprocessor 2011-12-10 01:36:34 -05:00
Kohei Yoshida
ef747a6570 fdo#43467: Infer number format from formula result if appropriate.
In case the data source has a formula cell, the number format may be
inferred from the formula result in case the cell format is General.

Also,

1) no need to use UNO API in the API implementation.  Let use the
   internal API here.

2) this method didn't take into account the hidden cells.

TODO: We need to handle number formats for external ref data properly.
2011-12-10 00:47:28 -05:00
Stephan Bergmann
b2f6fbeafc install-gdb-printers for --disable-linkoo 2011-12-09 23:37:05 +01:00
Olivier Hallot
f43311dfb7 Fix for fdo43460, Part I, getLength to isEmpty
Part I
Modules
unoControl, accessibility and avmedia
2011-12-09 23:37:05 +01:00
Cédric Bosdonnat
1d1f049859 rtf import: Check for the first run even when getting \par 2011-12-09 22:51:00 +01:00
Michael Meeks
eeffb8abdc horrendous hack to stubify a library
We dump the library's symbols we're trying to stubify, and then
assemble another library that looks just like it, except with all
of it's innards sucked out.
We also use pkgconfig to find all the relevant dependencies and
to build an entire library tree.
2011-12-09 21:41:41 +00:00
Eike Rathke
8c736b8543 fixed fdo#37349 present Catalan (Valencian) as selectable UI language
Catalan (Valencian) has no ISO 639 code assigned and the UI localization uses
the ca-XV hack where XV is of the reserved ISO 3166 user-assigned range. This
should not escape to document content therefor internally a replacement to
ca-ES is done for all locale attribution. For the UI localization to be
distinguishable under Tools->Options->LanguageSettings->UserInterface this
needed a special handling to allow Catalan (Valencian) again.
2011-12-09 22:36:15 +01:00
Kohei Yoshida
4345b5cb72 fdo#38545: Show/hide anchor when the anchoring status changes.
Setting a page-anchored object to cell-anchored didn't show the anchor
immediately until you unselect the object and re-select it.  Same for
the cell-anchored to page-anchored direction.

This commit fixes it.
2011-12-09 16:34:26 -05:00
Fridrich Štrba
25180de757 Build the postgresql driver by default on 32-bit Windows too 2011-12-09 20:59:04 +01:00
Bjoern Michaelsen
18069824a6 do nothing in buildpl stage for debugrun 2011-12-09 20:47:08 +01:00
Winfried Donkers
a34ccd2ec9 fdo#36874: Label PRINTING misplaced on paper sheet 2011-12-09 20:47:08 +01:00
Ivan Timofeev
15a14cdc33 fdo#39528: do not lose height of tree list box in Navigator 2011-12-09 21:25:02 +04:00
Fridrich Štrba
27f83e9f32 Use the internal libpq for universal builds 2011-12-09 17:00:14 +01:00
Michael Stahl
1a6853e422 writerfilter: fix build breakers 2011-12-09 16:44:08 +01:00
Christian Lippka ORACLE
a92266c0e5 impress210: #i116847# added CTRL-ALT-C as shortcut for inserting comments in calc
# HG changeset patch
# User Christian Lippka ORACLE <christian.lippka@oracle.com>
# Date 1299490586 -3600
# Node ID dc37f2767c97d459067f4206d7fa97f07dcfa32c
# Parent  3877d3f525421bfb50bd8e4bf8649277a9b3df6c
2011-12-09 16:10:33 +01:00
Michael Stahl
39e4d05684 gbuild: Output.mk: fix typos 2011-12-09 15:56:01 +01:00
Luboš Luňák
3dec8b847f make SwNode and SwCntntNode abstract base classes 2011-12-09 15:40:24 +01:00
Michael Stahl
3cbb44bdb4 svtools: imagemgr.src: use %PRODUCTXMLFILEFORMATNAME
Currently on File->Properties we display "LibreOffice 1.0 Text Document"
etc. for OpenOffice.org XML format documents, which is wrong: these
should not be re-branded.
2011-12-09 15:18:02 +01:00
Michael Stahl
ca4483b55b CppunitTest_sw_macros_test.mk: depends on vbaswobj
This should fix the spurious segfaults caused by running the test while
the library is being overwritten in parallel that cannot be reproduced
by just running the test.
2011-12-09 15:18:02 +01:00
Michael Stahl
1da85eb63b connectivity: remove dead DNoException.cxx 2011-12-09 15:18:02 +01:00
Michael Stahl
c549ae0b57 sw: tweak translations
cb8b7a86 and 869a0f36
2011-12-09 15:18:01 +01:00
Michael Stahl
50471a85d4 add curl to RepositoryExternal.mk 2011-12-09 15:18:01 +01:00
Cédric Bosdonnat
2075a648ac Removed useless code due to the move to SAL_INFO 2011-12-09 15:16:09 +01:00
Caolán McNamara
87ec1f8857 callcatcher: remove unused code post automation removal 2011-12-09 13:57:16 +00:00
Caolán McNamara
17d5cdfff9 Three factories in sot never used 2011-12-09 13:57:15 +00:00
Fridrich Štrba
a4845bd70e Make link and deliver the postgresql.oxt extension also on windows 2011-12-09 14:50:44 +01:00
Tor Lillqvist
91af205a93 Don't misuse CLASSPATH for what goes into the -cp option to javac
CLASSPATH is supposed to show where to find the classes needed by Java
programs running at build time. The -cp switch to javac tells where to
find classes referenced by the code being compiled. These are
different things. (But it doesn't seem to have mattered much in our
build system.) So use T_CP instead, named in the same fashion as
T_CXXFLAGS etc.

But... for some reason this change, which as such should be just more
or less cosmetic, also fixes a build problem in the "scripting" module
on Windows, seen by Noel Grandin
(http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/19016
) and me.
2011-12-09 14:45:59 +02:00