summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-04fdo#68787 DOCX export: handle zero width footnote separatorMiklos Vajna4-10/+20
Change-Id: Ieb1d8d1f8609558b4af06630b603a51da3e665f4
2013-09-04fdo#68210 related: make other filters work again tooBjoern Michaelsen20-28/+80
- see dc86610d16a561ff1a0455d5fef157431f9271e3 for details Change-Id: I6041ca10f58335187928995368db673c1ce22e7b
2013-09-04Fix UNOIDL interface method parameter identifiersStephan Bergmann22-89/+89
UNOIDL identifiers starting with a lowercase letter and containing underscores are reserved for the implementation. It would be good to be able to enforce that in code parsing UNOIDL files, but some existing identifiers violate that. So at least change any violating method parameter identifiers here. While that is theoretically an incompatible change for published interfaces, it practically does not matter at all. Change-Id: I5eff17b5dd5e2e92984184127c4fe1712d62c9dd
2013-09-04fdo#68787 DOCX import: handle when w:separator is missing for footnotesMiklos Vajna11-4/+56
There were two problems here: 1) OOXML has no way to explicitly disable the footnote separator, what is does is that it omits the <w:separator/> element in that case. We didn't parse that previously -- now we do, and if it's missing, the separator is disabled. 2) The footnote stream isn't read by the importer, only when the main stream references the footnote one, the relevant part of it is parsed. At the moment we always parse the first (special, "separator") entry in the footnote stream, that may be optimized later if it becomes a bottleneck. Change-Id: Ie588270a212fc90fc41095029a362cfd832b24f8
2013-09-04fdo#68210: Make tiff import work again with merged-libsBjoern Michaelsen1-1/+4
- there was a symbol mismatch for dynamic loading - while this fixes fdo#68210, similar fixes are likely needed for the other dynamically loaded functionality Change-Id: I7e4d6baf256dbe7b145dcbc118b4cac2075e07f5
2013-09-04remove macro breaking 'make vcl debug=T'Bjoern Michaelsen1-1/+0
Change-Id: I694480dc876f5990f5904cf39b15ea0c60ea816d
2013-09-04XubString->OUStringCaolán McNamara6-17/+9
Change-Id: I72b2678c79401320c355c7b6635a6180b01202f1
2013-09-04dont duplicate res-files in solver/ anymore, if using gb_RUNNABLE_INSTDIRBjoern Michaelsen1-6/+15
Change-Id: Ibdf452253e5d4a5882594277bdf86eb96e68b1e3
2013-09-04Updated coreZolnai Tamás1-0/+0
Project: help 32c171278a4aa94023069fb264c9192fbe056e6e
2013-09-04oox: Enhancing the debugging outputAndres Gomez3-23/+25
Change-Id: Ifc055befd5d7436d44e95ce105c52f3c4f061796 Reviewed-on: https://gerrit.libreoffice.org/5768 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-04[API CHANGE] Remove long-deprecated css.sheet._NamedRange constants groupStephan Bergmann3-60/+0
...it had been deprecated at least since late OOo times, with the css.sheet.NamedRangeFlag constant group as replacement. (UNOIDL identifiers starting with an underscore are illegal. It would be good to be able to enforce that in code parsing UNOIDL files, but some existing identifiers like this one violate that.) Change-Id: Ib8067dee47cec46356065b7b70cc6b47b97e5bc0
2013-09-04Force removal of UNZIP_DIR when unpacking zip (gbuild).Andrzej J.R. Hunt1-1/+1
mv only moves non-hidden files out of UNZIP_DIR, hence removal of UNZIP_DIR can fail if there are hidden files remaining. This assumes that hidden files aren't actually needed for our purposes. This is a problem e.g. for libatomic_ops which contains a .gitignore in it's top directory, causing the removal of UNZIP_DIR to fail. Change-Id: Ia4a621b90bc4cc5fc15dd2a3ecc209734abc6269 Reviewed-on: https://gerrit.libreoffice.org/5808 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-04No need to list documentation-only module.idl files in UnoApi_*.mkStephan Bergmann3-11/+0
...doxygen still picks them up, as it traverses the complete udkapi/ and offapi/ soruce trees. (And rename udk-modules.idl to modules.idl for consistency.) Change-Id: Ic52c333756810c285059f03edc207a0913ead160
2013-09-04[API CHANGE] Fix deprecated struct css.uno.Uik member identifiersStephan Bergmann2-5/+5
UNOIDL identifiers starting with a lowercase letter and containing hyphens are reserved for the implementation. It would be good to be able to enforce that in code parsing UNOIDL files, but some existing identifiers violate that. In the case of the published, deprecated css.uno.Uik, the change is incompatible in theory but arguably irrelevant in practice. Change-Id: I61f66e2d73c6aca5498ae566758893b546eb81d5
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann7-29/+34
...so mark them as @deprecated more thoroughly and always force them to zero. Change-Id: I5db2dab924fc5a4145a0e5dd055b654985ce2ef9
2013-09-04Minor clean upStephan Bergmann1-2/+1
Remove an odd {1} repeat count, and remove the "."{DIGIT}+ pattern that is already covered by the following {DIGIT}*"."{DIGIT}+ pattern. Change-Id: If99dfe10a5e37225355472bf4deceb34c0a92eb9
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist1-2/+5
Cleaner than my first attempt. This reverts commit 9c0ba0ba41cb3b814cc8bf7a33abf1245d4b241e. Change-Id: Iec9da427ab2a92cb0765f73af14d83a37f765290
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist3-29/+30
Cleaner than my first attempt. This reverts commit aa4868de78b3a3893722f7a079f4d05e18abd8db. Change-Id: I9c92be72e69292731983a53fc2de29ba333071c9
2013-09-04WaE: Unreachable code: Use SAL_WNOUNREACHABLE_CODE_PUSH/POPTor Lillqvist2-24/+17
Cleaner than my first attempt. This reverts commit 853167931600777e7bf44a35e051628a1169bcfc. Change-Id: Ib25b72a1f18d8adef5fa8d2960f233e0a7c29844
2013-09-04WaE: unreachable codeTor Lillqvist1-0/+8
Change-Id: I65158d7f8f632fb153adc1a4560de25ed1be0810
2013-09-04Add SAL_WNOUNREACHABLE_CODE_PUSH and _POP macrosTor Lillqvist1-0/+28
To be used around code where some compiler, in some circumstances, generates bogus warnings about unreachable code, that it would be much uglier to work around otherwise. Specifically, I will at first now use this to get rid of MSVC warnings about unreachable code when calling a function defined in another source file (but going into the same library) that always throws. The compiler notices this when one uses link-time code generation and it thus can do global inlining of code from all compilation units that go into a library (or executable). For MSVC, the __pragma that the SAL_WNOUNREACHABLE_CODE_PUSH macro expands to needs to be in force at the start curly brace of a function, so place the PUSH macro before the function definition. For clarity, I guess it is best that the corresponding POP macro comes after the end of the function. Change-Id: Icef5259c5360b9facdc136fec1f207665ce79d90
2013-09-04Remove unneeded configure.ac firebird parts.Andrzej J.R. Hunt1-14/+0
Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04 Reviewed-on: https://gerrit.libreoffice.org/5807 Reviewed-by: Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by: Andrzej J.R. Hunt <andrzej@ahunt.org>
2013-09-04startcenter: Fix template buttons breaking when used with k.boardKrisztian Pinter1-0/+8
Change-Id: I14a6b5610b4cb337101403bbbf5c5d70af012c54 Reviewed-on: https://gerrit.libreoffice.org/5806 Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com> Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
2013-09-04startcenter: Rename variablesKrisztian Pinter2-49/+49
Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02 Reviewed-on: https://gerrit.libreoffice.org/5805 Reviewed-by: Krisztian Pinter <pin.terminator@gmail.com> Tested-by: Krisztian Pinter <pin.terminator@gmail.com>
2013-09-04Require FreeType >= 2.2.0Khaled Hosny2-66/+18
That should be older than what RHEL-5 have, so closer to our real baseline. Cleanup checks for older FreeType as a side effect. Change-Id: I10dc6a3064b6be88cd7bdc72c501d50df4a2613b Reviewed-on: https://gerrit.libreoffice.org/5804 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04FT_Size API is available since FreeType 2.0.5Khaled Hosny2-44/+19
We require at least 2.0.9 right now anyway, so no drop the dlsym hacks. This is essentially a revert of a36dab4a598c4ac168c7ef1df4d061613e40e416 from 2003. Change-Id: Id9bca2962f25d92f1707bc3d1efc054ffd22c714 Reviewed-on: https://gerrit.libreoffice.org/5803 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04renamed ca-XV to ca-valencia and activated ca-ES-valencia, fdo#59867 relatedEike Rathke9-41/+26
Build Catalan-Valencian as ca-valencia instead of ca-XV private-use. Introduced LANGUAGE_CATALAN_VALENCIAN 0x0803 mapping to ca-ES-valencia, preserving old ca-XV and qcv-ES mappings to now LANGUAGE_CATALAN_VALENCIAN and LANGUAGE_OBSOLETE_USER_CATALAN_VALENCIAN 0x8003 to ca-ES-valencia. Removed special !bUserInterfaceSelection treatment from MsLangId::getReplacementForObsoleteLanguage() and added the usual obsolete replacement instead. Change-Id: I2fdd8b0bac55d4b4ae2cbf3c3645f09fefec9b6e
2013-09-04use Bcp47CountryEntryEike Rathke1-0/+36
Change-Id: I604e4be0ff126153e163322aa7dc14acabd29138
2013-09-04Updated coreEike Rathke1-0/+0
Project: translations 54fd99cf0cda479641a91bb9e7f2ebe8a8384b1c
2013-09-04c++11 and c++03 have different enum namespacing behaviourCaolán McNamara1-7/+7
Change-Id: I899d1ad9e26feb7fcf83c137e4e68628cfdceec8
2013-09-04remove intermediate Strings on res loadingCaolán McNamara5-10/+10
Change-Id: I5ae2f445bb2c0e3fa3dd42f972dae54dfee42cc8
2013-09-04String to OUStringThomas Arnhold36-193/+189
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04Replace XROW_GETXXX macro with templateStephan Bergmann2-87/+96
Change-Id: Ibd476f9a60dcc15be3b330d738faf56781998dfc
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann12-18/+16
Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02
2013-09-04Print images in grayscale when printing using the "Black & White".Brian Fraser2-5/+5
Black and white color option found in Impress at File-->Print-->Libreoffice Impress tab Before change, images are printed in pure white, and hence missing from the printouts. Should resolve bug 62838, and is contributed under the LGPLv3+ / MPL. Change-Id: I29e291c2f2baf95b5725b862625f6a206e4cb8ba Reviewed-on: https://gerrit.libreoffice.org/5798 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04calc export test on cell values, strings & formulasLaurent Godard1-0/+80
Change-Id: I5e55da683423a461638b2235e25d5556fd77221a Reviewed-on: https://gerrit.libreoffice.org/5698 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04Updated coreCaolán McNamara1-0/+0
Project: help 0c4fc80ae026bce6476e321cc023575c318c7650
2013-09-04discard unused HIDs nowCaolán McNamara2-153/+139
Change-Id: Ia2009331a2df849ed5ace0c6c5f7f2b8e53e1555
2013-09-04XubString->OUStringCaolán McNamara7-41/+44
Change-Id: I9ce007261555008a438b90b36a888a8d4cb4f140
2013-09-04tp_axisLabel.ui widgetsManal Alhassoun5-304/+536
Change-Id: I279d2989e6a3a8f0aa279c5aa8eb13251a6052da Reviewed-on: https://gerrit.libreoffice.org/5801 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04adjust code to layoutPhilipp Riemer1-14/+11
Change-Id: Ia2eeb93fa1eb08c31b9b016c4cb15263633ab518 Reviewed-on: https://gerrit.libreoffice.org/5794 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-09-04remove filerec.hxx inclusion where not neededPhilipp Riemer4-4/+0
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43 Reviewed-on: https://gerrit.libreoffice.org/5792 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-09-04delete code that was commented outPhilipp Riemer1-4/+0
Change-Id: I1d6e96a3cd26ada7911ee4a538e9441050ca75bc Reviewed-on: https://gerrit.libreoffice.org/5795 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-09-04sw/paint: replace bools by enum in DrawGraphic methodPierre-Eric Pelloux-Prayer1-52/+81
This change has 2 purposes: * fix gradient background when writing pdf. Before a gradient filled frame would be displayed as white (or transparent), because the transp. rendering mode was taking precedence over the gradient one. * making the code more readable by grouping multiple conditions in an enum. Change-Id: I5a30756b72be5eabf364c67e175c7b9d22bfa1c0 Reviewed-on: https://gerrit.libreoffice.org/5759 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2013-09-04WaE: unreachable codeTor Lillqvist2-0/+24
Noticed during inlining at link-time code generation phase: The called function always throws. So let's hardcode the throw for now then at the callsite instead. Not ideal, I know. Add comments describing what is going on. Change-Id: I60d14b25aa62846fc0314aad7e00b2990f4cff26
2013-09-04WaE: use number() instead of valueOf()Tor Lillqvist2-2/+2
Change-Id: Ic45dc030f76531d202a12e227130d11d3d1de805
2013-09-04Possibly fixes compiling success regression on the UNIX platform.Minh Ngo1-0/+3
Change-Id: Ie46bba2bbe8e351c25ae2c207fad9cc73761dd46
2013-09-03Don't forget this.Kohei Yoshida1-1/+1
Change-Id: I37cb3e43bc7637ba0b749cb6b6671416e979b86b
2013-09-03std::auto_ptr is deprecated.Kohei Yoshida2-7/+8
Change-Id: I99f619393abc9e2fa7a38a8176084989d063a9ae
2013-09-03Service manager class member not used. Remove it.Kohei Yoshida2-8/+3
Change-Id: I1734fb6aa100f25e317e15f678f7582353283e73