summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mention the plugin mechanismTor Lillqvist2012-10-041-0/+3
| | | | Change-Id: I51e22cceb332048552e86acb2362b907617a84cc
* The "working on that" is now doneTor Lillqvist2012-10-041-9/+0
| | | | Change-Id: Ib5a9decaf97817333bbac9853589af7fc9adf94c
* fix typoDavid Tardon2012-10-041-1/+1
| | | | Change-Id: I8c0411b440245f37be099afe3fab32d6e40b7f44
* commons-logging uses tomcat, so it should depend on itDavid Tardon2012-10-041-0/+7
| | | | Change-Id: Ic0ad26494081c58c01a4f8ecd004d0c289a704e8
* add gb_ExternalProject_use_package(s)David Tardon2012-10-041-0/+19
| | | | | | | There needs to be a way to depend on the output of other external packages. Change-Id: Ic0f200b6d6b6c0968a28434ba96f1a2f1efa527e
* Fix languagetool patchlevel settingsStephan Bergmann2012-10-042-2/+4
| | | | Change-Id: I528b7a9187f0db869c820f7f0320194b036438ff
* Improve quality of page previews in Impress/Draw with supersamplingTomaž Vajngerl2012-10-043-11/+9
| | | | Change-Id: I9c5b28fc32b73b2147162f74919b21d99401b501
* Add "Compress Graphic" menu entry for bitmaps to CalcTomaž Vajngerl2012-10-044-2/+64
| | | | Change-Id: I591c544f600361b5bc9c59b5627f6cdd9f9b09db
* Add "External Edit" menu function for bitmaps to Impress and DrawTomaž Vajngerl2012-10-043-0/+53
| | | | Change-Id: I77f2c03d9e4aadebe2468c13f0a703eb389155d7
* Link directly to CreateWindow (in svtools) when DISABLE_DYNLOADINGTor Lillqvist2012-10-041-1/+19
| | | | Change-Id: Iaf1f6c0fc76b97b1cfca63edfb91d5a39988c8c0
* Disable-dynloading updates to component listTor Lillqvist2012-10-041-3/+8
| | | | Change-Id: Idf092958e46a2ad9d56541c90c5a2beb44baff48
* Remove blocks of code that will never execute("#if 0" blocks)Marcos Paulo de Souza2012-10-046-175/+0
| | | | | | | These blocks of code will never execute. So we can safely remove them. Change-Id: I63de52342ce6435b6e8e19b041e2dae59c681f34 Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
* old Mac linker is picky about argument order - static libs lastChristian Lohmaier2012-10-041-3/+3
| | | | | | | | | | | | and also after stuff that references external symbols, as it only looks for symbols it has encountered so far in the object files. Stuff that comes after the specified library then results in symbols not found despite the lib being on the commandline earlier. (another solution than reordering the arguments would be to use -Wl,-all_load) Change-Id: If4add0d3f81b13874c1620406fa40fcbd25b7cf0
* OUString and RTL_CONSTASCII_US... cleanup in basctlRicardo Montania2012-10-034-58/+58
| | | | | | | Change-Id: I440d245d013873ec2830280ad01a4d0625fc4c1a Reviewed-on: https://gerrit.libreoffice.org/741 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
* pywizard: localise listbox at runtimeXisco Fauli2012-10-033-8/+33
| | | | Change-Id: I667976f7f76776cc3ef76abe9935271a7a0c2923
* pyfax: cleanup ugly codeXisco Fauli2012-10-032-49/+13
| | | | Change-Id: I6141e544391c6723e7d2949771be1bd5a1768163
* pyfax: Cleanup resourcesXisco Fauli2012-10-032-31/+27
| | | | Change-Id: I68059a9ae31d22be3f1390eb065f13f98df8116b
* Don't try to make binaries that run on ancient OS when using current toolsTor Lillqvist2012-10-031-1/+6
| | | | | | | | | For some reason the current Clang linker doesn't like that and misbehaves, Apple bug 12075544. It is unclear whether binaries built using a modern Xcode and SDK to run on 10.4 actually would run on 10.4 anyway. Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185
* Use also the ASMOBJECTSTor Lillqvist2012-10-031-0/+2
| | | | Change-Id: Iee09fc308097ab0a5f73e321da30b7e301b9f4dd
* Make isNextGroup() declaration match implementationTor Lillqvist2012-10-031-1/+1
| | | | Change-Id: I5d8a00b83fd4e9f67b98b86818d1e2180d36e69a
* Delete german text from registryitem_math.ulfZolnai Tamás2012-10-031-1/+0
| | | | Change-Id: Ic6a6706062bc82d5e4096d0a6aa7b52a8988f1bc
* Ulfex ignores comments during extraction tooZolnai Tamás2012-10-031-8/+11
| | | | | | | | | During string extraction this does not cause real problem but causes unnecessary operations. Plus make isNextGroup not to change sLine_in parameter. Change-Id: I3db6a94ef320c096a7519f7f83dd4080d0588459
* Correct ulfex to ignore commentsZolnai Tamás2012-10-031-1/+1
| | | | Change-Id: I50e41a3946ff885783006018f7b6ff2945cc7dfc
* Use different symbol names in the two expat variants we buildTor Lillqvist2012-10-032-0/+110
| | | | | | | We need to be able to link both into one binary in the disable-dynloading case. Change-Id: I499e204dfef2af488d4a350cb3a5bcfc03ca887f
* Revert "add rtl::OUStringBuffer::append(bool)"Markus Mohrhard2012-10-031-19/+0
| | | | This reverts commit 563fa900ba22bf83dfa58e67807ed0337f810576.
* don't pretend to be 1.4 compatible, when the baseline is 1.5Christian Lohmaier2012-10-032-20/+8
| | | | | | | | | | | also pass java-target-version from environment as the source version doesn't change by miracle in external modules, keep that in the build.xml (and only there) Change-Id: Ic09de3c7b15318677afe6d4afbe7c9f7e7f3c14c Reviewed-on: https://gerrit.libreoffice.org/758 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* changing conditional formats invalids the streamMarkus Mohrhard2012-10-031-0/+2
| | | | Change-Id: I5d0137ebfa53cfbe37f7ad33c3400e75e2e3a05a
* add rtl::OUStringBuffer::append(bool)Markus Mohrhard2012-10-031-0/+19
| | | | Change-Id: I2cbb4d126b27c5cb7a1be3606807fcbda25d3e72
* fix indentationMarkus Mohrhard2012-10-031-7/+7
| | | | Change-Id: I43bad91f6afe5b55c6e2b6bf952cc0291d5bdd10
* xml2cmp no longer usedStephan Bergmann2012-10-0340-4543/+4
| | | | Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
* Replace set_xml with set_types, to get rid of xml2cmpStephan Bergmann2012-10-034-394/+78
| | | | Change-Id: I9ba3739f1693f5427c9ea49f2b6016f364f444ff
* Rule to generate ..._description.cxx via xml2cmp appears unusedStephan Bergmann2012-10-031-4/+0
| | | | Change-Id: I59ced6720bdfd2df7a8ed7d9247887a09beeb8fd
* No code sets COMPnTYPELIST any moreStephan Bergmann2012-10-033-111/+1
| | | | Change-Id: I6ef6a7dea7a5f594b907546e8dff39c3640d7509
* Dead xml2cmp-related test codeStephan Bergmann2012-10-0310-921/+0
| | | | Change-Id: I44b7f56aa1b4b9bc290c9c15281b64947a694e5c
* Dead codeStephan Bergmann2012-10-0313-1788/+0
| | | | Change-Id: Id851bacb21bbe289cebd635853f4d2028aed9f78
* -Werror,-Wc++98-compat-pedanticStephan Bergmann2012-10-031-3/+3
| | | | Change-Id: Ifbbca6bfb12d23c8726e35e799dc92be94844c8a
* -Werror,-Wheader-hygieneStephan Bergmann2012-10-032-8/+8
| | | | Change-Id: Icac29e4f433b1e72603e52a0561e60cb8a7cfdef
* typoAndras Timar2012-10-031-1/+1
| | | | Change-Id: I4fc3f6ca51d9ce0a18539b4911f6ddf06694b039
* gbuildification of languagetoolDavid Ostrovsky2012-10-0313-68/+103
| | | | | | | | | | | It is not clear how to remove a file: REMOVE_FILES=openoffice/images/dialogh.png. Let it for now in place. Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0 Reviewed-on: https://gerrit.libreoffice.org/753 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* $SOLARBINDIR is not defined in gbuild, replace with $OUTDIR/binChristian Lohmaier2012-10-031-1/+1
| | | | | | | | | | Otherwise build won't find jsr173_1.0_api.jar, breaking the build when using JDK 1.5 (i.e. Mac PPC and others) Change-Id: I8de0b42d4b14b4da5fe9216515fae94bbfc77b27 Reviewed-on: https://gerrit.libreoffice.org/757 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* re-base on ALv2 code. Includes:Michael Meeks2012-10-03952-9403/+15452
| | | | | | | | | | | | | | | | tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
* toolkit: cleanup unit test, and remove obsolete src2xml.Michael Meeks2012-10-0324-3150/+5
|
* fs34b: integrated complex test cases into GNUMake's subsequentcheck targetFrank Schoenheit [fs]2012-10-033-97/+57
|
* sal_Bool to boolTakeshi Abe2012-10-0412-73/+74
| | | | Change-Id: I6a4c4f4c8129100770ca976d508ca3a98e67a846
* fix POPPLER_NOT_0_20_0 checkRene Engelhard2012-10-031-2/+2
| | | | | | | | 0.20x is affected, not only 0.20. I think this should be checked here only, though if it was 100% sure a poppler bug. But this is at least better to the broken check before.. Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b
* fdo#50936 fix link to license file in SDK documentationAndras Timar2012-10-032-1/+8
| | | | Change-Id: If3a98fceb6fa71ac10626186ef7c094dbc9e47c3
* rename THIRDPARTYLICENSEREADME.html to LICENSE.htmlAndras Timar2012-10-035-5/+5
| | | | Change-Id: Idff5f43190f75f4ac8fee8fa989948ca35ca6095
* n#782597: Allow adding external templatesCédric Bosdonnat2012-10-032-12/+8
| | | | Change-Id: I56d5a716795b7303a77194964a612c550f25eeec
* Mention the disable-dynloading issueTor Lillqvist2012-10-031-0/+9
| | | | Change-Id: I6d2349b8c4d97d266faebdb630c65e0441e25b18
* s/UCS2/UTF-16Tor Lillqvist2012-10-031-1/+1
| | | | Change-Id: I2be40b7897c3277e2d8673b440aa6dd682086267