- 23 Kas, 2012 18 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I8b889402345bd86c4a9ced62a22ad4137c673693
-
Tor Lillqvist yazdı
Change-Id: Ia654664700b0b9262a5803d2976c22b61e44e758
-
Tor Lillqvist yazdı
Change-Id: I3f815bc7e825728421d5d87832f9a5ad1bcb53cc
-
Stephan Bergmann yazdı
...as there are typically no direct calls to it anyway. What is apparently needed is to decorate the cppumaker-generated headers instead: * cppumaker obtains deprecation-information from the documentation strings in .rdb files. As these are normally generated by idlc without documentation included (no -C), idlc got changed to nevertheless contain documentation consisting of just "@deprecated" in this case, to allow to easily tunnel this information to cppumaker always. * The mechanism of parsing for "@deprecated" in documentation strings is somewhat crude, of course. * For now, cppumaker only decorates C++ functions that correspond to UNOIDL interface attributes and methods. More should be possible (but, e.g., being able to decorate a complete C++ class corresponding to a deprecated UNOIDL interface type depends on whether all platforms would accept SAL_DEPRECATED_INTERNAL at the same position in a C++ class declaration. * This could also be extended to other languages than C++/cppumaker. * Always using SAL_DEPRECATED_INERNAL instead of SAL_DEPRECATED for decoration is to keep things simple and our codebase working. Improvements are possible here, too, of course. Change-Id: Ia2917892f780d477652e4cd9f286588a6898c3f5
-
Stephan Bergmann yazdı
...as it will do in one of the following commits. Change-Id: Ic13c0d398943d34dffbc1a87efcac213d6699ca9
-
Stephan Bergmann yazdı
...as it will do in one of the following commits. Change-Id: Ie243504db965e3a4803c593b9c09f12d2cb0fcfc
-
Caolán McNamara yazdı
SfxItemSet takes a sequence of (start, end) property ranges not a sequence of isolated properties reading 1b0f7ee1 it appears that the properties the new code wanted to query are included in the original ranges already Change-Id: Ifecdf23270d7f3d875d1c0cd942bab659bbabf29
-
Takeshi Abe yazdı
Change-Id: I5f454a00d10264adc0c7312459ca0a7ad261c3ad
-
Tor Lillqvist yazdı
Even for an Android (or iOS, presumably) app with just viewer functionality, some export code gets included in the single .so or executable. For now, when we know that we are producing only viewer apps for Android and iOS anyway, it might be a good idea to be able to carefully bypass some particularly pathological places in the code that generate large amounts of code and/or data that is useless in a viewer app. Change-Id: I59b97024ff2855e7bbe53d6ec8782797705f61d8
-
Caolán McNamara yazdı
Change-Id: I4c2a1476ea6ae12fdebb8301b68eab8060bc86f8
-
Caolán McNamara yazdı
Change-Id: I63b7c8a671e1ca4a41e047fdca313e1af972861f
-
Caolán McNamara yazdı
Change-Id: Id28afb74a945a4092965af60963e862d6aba50b3
-
Caolán McNamara yazdı
i.e. relocation truncated to fix: R_PPC64_TOC16_DS while I'm at it merge the standalone header/footer files into the .xslt and simplify the makefile. Change-Id: Iee0e9b5dd96868f49f1bed22fb5dc6d28c8cef81
-
Caolán McNamara yazdı
.ui conversion has finally make inroads into core vcl widgets, no WorkWindow are initialized from ResIds anymore post conversion of the xslt filter dialog Change-Id: I4a1764d9fb9be9e252630e3afc9972221bc16be6
-
David Tardon yazdı
The additional dependencies might trigger re-run of automake, which we really do not want. Change-Id: I5961c76c0ea047cbf7df541504349dd079137fd0
-
David Tardon yazdı
Change-Id: I7c1e17ffba5b4e6d4f4229da8a93ac3db621253b
-
Fridrich Štrba yazdı
Change-Id: I04058cd7bc96b1380d0ac85b6090073810996210
-
David Tardon yazdı
Change-Id: I2df230e0ca6293131ceaf9211fb301165981ab86
-
- 22 Kas, 2012 22 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I8891401e5914b2908308cda3896a45d380688bc1
-
Caolán McNamara yazdı
Change-Id: I6f71c7e3cfeeba8a76096d5be68838b8d401c580
-
Stephan Bergmann yazdı
Change-Id: I561ef2f20037e60c1f8735c7be8c89b899b99204
-
Caolán McNamara yazdı
not just on SetText or Resize Change-Id: I9991125d8f5eaa527e2cf274222c94b6d6cc1069
-
Caolán McNamara yazdı
lets preserve the traversal order from the initial grouping order, so convert the radio group set to a vector Change-Id: If057f0c5d5f2eac2e8866a8a39efde8035c4fc4a
-
Eike Rathke yazdı
Change-Id: I17d9a502565d445b0eab9ef6e9123661850292b7
-
Michael Stahl yazdı
Change-Id: Ied7cfc6b1ab22d1af8a8d9e6a6c2eba77f90bcb6
-
Stephan Bergmann yazdı
...otherwise, at least an --enable-dbgutil --without-system-libxml build will issue warnings at soffice.bin exit, as liblangtag merged together docs with xmlCopyNode (instead of xmlDocCopyNode) and xmlAddChild, and libxml2's debugXML.c xmlCtxtCheckName then stumbles over the merged-in nodes whose strings do not belong to the dict of the doc they got merged into. Change-Id: I5d7889670b897cbeb9ca8a555d8f2d770a8ee692
-
Eike Rathke yazdı
Change-Id: Ie5423578e34a295aad3a03d2b29f3a6b1a6572ce
-
Stephan Bergmann yazdı
Change-Id: I18bc0505870181fe2c667e3281ed5a90abeac476
-
Thorsten Behrens yazdı
Neither deleting the thread from the outside, nor keeping a reference inside the thread to an object that might die beforehand is a terribly good idea. Thread now commits suicide when loop finishes. Change-Id: Ia97903765cde1d340d5bcc8161e6fa6b699d0047
-
Thorsten Behrens yazdı
5 secs timeout between slide changes is probably a bit much, reducing to half a second now. Had the coverflow frequently stuck at earlier slides otherwise. Change-Id: Idabe17e1fc8fe2050990a68c357a00dd2d20c08b
-
Thorsten Behrens yazdı
A new slideshow should start at the correct slide, thus it needs to be communicated to the thumbnail fragments. Change-Id: Ib8107b4391f0df9a8d7b23f03d4da36ab42fddcc
-
Muthu Subramanian yazdı
Font size at the end of the para when there is a new(empty) line is set using an extra charprops definition.
-
Eike Rathke yazdı
Change-Id: I3c1aeb7f7ed879ac14de8fd6f031e7fe189c10ff
-
Miklos Vajna yazdı
It could not be used to save whole objects, so get rid of it and use onRetainNonConfigurationInstance() exclusively. Change-Id: I7cc3951b60a054b5b2488b49791b58707dc8a68b
-
Andras Timar yazdı
Project: help fa745869546271e13d89b3ffbf5a18ebf70efaa4 s/en_US/en-US/
-
Caolán McNamara yazdı
Change-Id: Iaab4f17539c65c11870ce9b0635dc5ab47f1fa88
-
Caolán McNamara yazdı
Change-Id: I6ca792b9658e89d1b3dd147332e57625eb31256a
-
Stephan Bergmann yazdı
Change-Id: I508b97ff41726d2efd8d518e504aef3ba3e8f9b4
-
Stephan Bergmann yazdı
Change-Id: I576bfa41b0dce0cba8c92c123f8747cf619fcffb
-
Luboš Luňák yazdı
SAL_DLLPUBLIC_EXPORT means exported SAL_DLLPUBLIC means export/import of anything in sal/
-