- 04 Eyl, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
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
-
Miklos Vajna yazdı
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
-
Bjoern Michaelsen yazdı
- 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
-
Bjoern Michaelsen yazdı
Change-Id: I694480dc876f5990f5904cf39b15ea0c60ea816d
-
Caolán McNamara yazdı
Change-Id: I72b2678c79401320c355c7b6635a6180b01202f1
-
Bjoern Michaelsen yazdı
Change-Id: Ibdf452253e5d4a5882594277bdf86eb96e68b1e3
-
Zolnai Tamás yazdı
Project: help 32c171278a4aa94023069fb264c9192fbe056e6e
-
Andres Gomez yazdı
Change-Id: Ifc055befd5d7436d44e95ce105c52f3c4f061796 Reviewed-on: https://gerrit.libreoffice.org/5768Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...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
-
Andrzej J.R. Hunt yazdı
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/5808Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...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
-
Stephan Bergmann yazdı
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
-
Stephan Bergmann yazdı
...so mark them as @deprecated more thoroughly and always force them to zero. Change-Id: I5db2dab924fc5a4145a0e5dd055b654985ce2ef9
-
Stephan Bergmann yazdı
Remove an odd {1} repeat count, and remove the "."{DIGIT}+ pattern that is already covered by the following {DIGIT}*"."{DIGIT}+ pattern. Change-Id: If99dfe10a5e37225355472bf4deceb34c0a92eb9
-
Tor Lillqvist yazdı
Cleaner than my first attempt. This reverts commit 9c0ba0ba. Change-Id: Iec9da427ab2a92cb0765f73af14d83a37f765290
-
Tor Lillqvist yazdı
Cleaner than my first attempt. This reverts commit aa4868de. Change-Id: I9c92be72e69292731983a53fc2de29ba333071c9
-
Tor Lillqvist yazdı
Cleaner than my first attempt. This reverts commit 85316793. Change-Id: Ib25b72a1f18d8adef5fa8d2960f233e0a7c29844
-
Tor Lillqvist yazdı
Change-Id: I65158d7f8f632fb153adc1a4560de25ed1be0810
-
Tor Lillqvist yazdı
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
-
Andrzej J.R. Hunt yazdı
Change-Id: I2a6997d62d4e12d67261fbfe07e71fbd816cde04 Reviewed-on: https://gerrit.libreoffice.org/5807Reviewed-by:
Andrzej J.R. Hunt <andrzej@ahunt.org> Tested-by:
Andrzej J.R. Hunt <andrzej@ahunt.org>
-
Krisztian Pinter yazdı
Change-Id: I14a6b5610b4cb337101403bbbf5c5d70af012c54 Reviewed-on: https://gerrit.libreoffice.org/5806Reviewed-by:
Krisztian Pinter <pin.terminator@gmail.com> Tested-by:
Krisztian Pinter <pin.terminator@gmail.com>
-
Krisztian Pinter yazdı
Change-Id: I3137502e6ee3c4c4dce6ac1b99325f5e8c771e02 Reviewed-on: https://gerrit.libreoffice.org/5805Reviewed-by:
Krisztian Pinter <pin.terminator@gmail.com> Tested-by:
Krisztian Pinter <pin.terminator@gmail.com>
-
Khaled Hosny yazdı
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/5804Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Khaled Hosny yazdı
We require at least 2.0.9 right now anyway, so no drop the dlsym hacks. This is essentially a revert of a36dab4a from 2003. Change-Id: Id9bca2962f25d92f1707bc3d1efc054ffd22c714 Reviewed-on: https://gerrit.libreoffice.org/5803Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Eike Rathke yazdı
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
-
Eike Rathke yazdı
Change-Id: I604e4be0ff126153e163322aa7dc14acabd29138
-
Eike Rathke yazdı
Project: translations 54fd99cf0cda479641a91bb9e7f2ebe8a8384b1c
-
Caolán McNamara yazdı
Change-Id: I899d1ad9e26feb7fcf83c137e4e68628cfdceec8
-
Caolán McNamara yazdı
Change-Id: I5ae2f445bb2c0e3fa3dd42f972dae54dfee42cc8
-
Thomas Arnhold yazdı
Change-Id: I8c51db8fce8c5eea1ac7bd5751aa7f3212ef1166 Reviewed-on: https://gerrit.libreoffice.org/5790Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ibd476f9a60dcc15be3b330d738faf56781998dfc
-
Stephan Bergmann yazdı
Change-Id: Ifd6763617b9aef45c7301085033b6bbaf9d52e02
-
Brian Fraser yazdı
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/5798Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Laurent Godard yazdı
Change-Id: I5e55da683423a461638b2235e25d5556fd77221a Reviewed-on: https://gerrit.libreoffice.org/5698Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Project: help 0c4fc80ae026bce6476e321cc023575c318c7650
-
Caolán McNamara yazdı
Change-Id: Ia2009331a2df849ed5ace0c6c5f7f2b8e53e1555
-
Caolán McNamara yazdı
Change-Id: I9ce007261555008a438b90b36a888a8d4cb4f140
-
Manal Alhassoun yazdı
Change-Id: I279d2989e6a3a8f0aa279c5aa8eb13251a6052da Reviewed-on: https://gerrit.libreoffice.org/5801Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Philipp Riemer yazdı
Change-Id: Ia2eeb93fa1eb08c31b9b016c4cb15263633ab518 Reviewed-on: https://gerrit.libreoffice.org/5794Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Philipp Riemer yazdı
Change-Id: Ia5a65cb53580ed1ed7535a787f4f762da5a43d43 Reviewed-on: https://gerrit.libreoffice.org/5792Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-