- 06 Agu, 2014 40 kayıt (commit)
-
-
weigao yazdı
Change-Id: Ifd20a7a9ecb85ffc080204f4f3e9f200b07b9a9c
-
weigao yazdı
Change-Id: Ic0879dba3ad6a80359931edb65f0b72c1cc4d597
-
weigao yazdı
Change-Id: I4ae03163a2bf9aff831e6fd3a8c1c91fa3eba675
-
weigao yazdı
Change-Id: I0a8e86f513386b7ce0eebb38d3257c275e86085c
-
weigao yazdı
Change-Id: Ie9146272dd88b7b51edace7023048629874c360f
-
weigao yazdı
Change-Id: I1e5a879fa315a775a77d3fddc6de1d02963b5f7d
-
Kohei Yoshida yazdı
Change-Id: I264dba74bf4cab4beb97b33d3a71e82601119372
-
Markus Mohrhard yazdı
Change-Id: I063100a632286b7fbec71c5fba00b9705972ac9f
-
Markus Mohrhard yazdı
This reverts commit b7a46a22.
-
Christian Lohmaier yazdı
as this changes permissions when extracting, and those are restrictive, since it is a temporary directory Change-Id: I41b28fe405e5915faeea944eb3cfdbed518ac55d
-
Miklos Vajna yazdı
Change-Id: I93f8bbdc9b0b326fa6334640e1d65b862dba6f22
-
Miklos Vajna yazdı
Change-Id: Iba89cca1dd06e133d7a23f1695b262209e13cec2
-
Miklos Vajna yazdı
Change-Id: I274cdeddde53472e1d4d2188f88269a70677a1fd
-
Miklos Vajna yazdı
This makes libwriterfilterlo.so smaller by 500KB in a stripped dbgutil build. Change-Id: I0046251a0fe83ceee6f585f17707e4ecf53996b6
-
Miklos Vajna yazdı
Possibly they did something different in the past, but currently they do the same. This commit just switches the handler, the newly unused code will be removed in a later commit. Change-Id: Ic5bade876c264e025543728916d9bcd871e32b9b
-
David Tardon yazdı
Project: help 9411c73cf8ac2f036ce21c99962788e59148158c
-
Stephan Bergmann yazdı
Change-Id: Ic9cd9e1a8188b810e0db336c5844ffa943f0c7c4
-
Stephan Bergmann yazdı
Change-Id: Ia14993cc511cb2569b7110ad5169a977cbf7a200
-
Stephan Bergmann yazdı
...when SwCntntNode::DelFrms is called from ~SwTxtNode -> ~SwCntntNode. * SwCntntNode::DelFrms now needs a flag to distinguish calls from inside ~SwCntntNode from other calls. bIsDisposeAccTable happens to already serve that purpose, so I reused it, but that may be a bad idea from a semantic point of view? * ~SwTxtNode is careful to mimic old behavior and only calls DelFrms_TxtNodePart if GetDepends() is true; no idea whether that's really necessary, though. * Shifting the work done by DelFrms_TxtNodePart from within ~SwCntntNode to before ~SwTxtNode calls ~SwCntntNode hopefully has no negative consequences. Change-Id: I1532b4cfef7fbf9ba82e64b919a08cbefa335421
-
Stephan Bergmann yazdı
Change-Id: I9f7ccd372a570dc4dea98983c51419dce83f8be8
-
Stephan Bergmann yazdı
Change-Id: Iedc5e8caafda868db853fdf328fbdc99bbf28e20
-
Szymon Kłos yazdı
Change-Id: Ibdfa27e834cd8fba0f732233338e5fba699c1e90 Reviewed-on: https://gerrit.libreoffice.org/10778Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Project: help cc5bb5cd5316199307fcafa59583314f040b8733
-
Miklos Vajna yazdı
Change-Id: Ice1cf2ce078b130130c44952ec2be0f8642f21a8
-
Miklos Vajna yazdı
Change-Id: I7ff2411aed76aa74c8c0d111962773e7af12a7df
-
Miklos Vajna yazdı
Change-Id: I9654da23886d52968c3c95300cc7ad4f772cbb8d
-
Szymon Kłos yazdı
Change-Id: I9f62470666dfdc2e1a3e636ccc1893871b8e8bd4 Reviewed-on: https://gerrit.libreoffice.org/10753Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Ie9ddc5a42116720e0602d7fb38360f01b71df69c
-
Andrzej Hunt yazdı
Was first introduced by 538c13f3 We should process clipboard formats in order of descriptive-/ usefulness -- however png/bmp are special cases (as browsers will add an html equivalent to their clipboard when copying raw images, with the raw image being the preferred target format) and were therefore moved up in the paste-preference list, mistakenly it was assumed that GDI Metafiles should be subject to the same treatment, but it appears that Word (and Wordpad?) will provide both RTF (preferred) and GDI for formatted text. Change-Id: I731986fc9d70e7aeb64e53764e32cfec3e27eca1
-
Andrzej Hunt yazdı
Accidentally removed GDI metafiles from calc too. This reverts commit a96a7ce5.
-
Lionel Elie Mamane yazdı
The passed m_aCurrentRow becomes out-of-date as soon as the current row changes. This also hides an implementation detail of ORowSet to ORowSet(Data)Column. Change-Id: Ib9188743e5dd6dec240e9f5fd3fd9655c6761abc Reviewed-on: https://gerrit.libreoffice.org/10792Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Lionel Elie Mamane yazdı
Change-Id: I61cb1c608a7de8efc63533085e86c6c17c05f545 Reviewed-on: https://gerrit.libreoffice.org/10793Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Stephan Bergmann yazdı
This reverts commit b398ed8e: "Aug 06 10:11:53 <sberg> moggi, b398ed8e broke CppunitTest_chart2_xshape, very many attributes in chart2/qa/extras/xshape/data/reference/fdo75075.xml have wrong values now; what's the best way to fix? manually fixing fdo75075.xml (assuming the new values are even correct?) looks /very/ tedious. better revert the commit for now?"
-
Miklos Vajna yazdı
Change-Id: I178cb5591c95cc5587ac56662abf808bfca7a336
-
Szymon Kłos yazdı
Conflicts: dbaccess/UIConfig_dbaccess.mk dbaccess/source/ui/misc/WizardPages.src Change-Id: I1a628dd6220f3f180cc01353380fe4aa7e166cf4 Reviewed-on: https://gerrit.libreoffice.org/10776Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Palenik Mihály yazdı
Change-Id: I23dfbeb7a1a5ed0c8c51d925a1c0d11daca75f3f Reviewed-on: https://gerrit.libreoffice.org/10787Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Miklos Vajna yazdı
Change-Id: I849daf0ddee370775fda73e04739e69acbc64246
-
Miklos Vajna yazdı
Change-Id: I47d9dab17d4891d05cf7497e53026bc801f2726b
-
Riccardo Magliocchetti yazdı
XSun is a relic from Solaris 10 / SPARC. Change-Id: I5c379a496ee5953d71fe51b86cf9992c92943126 Reviewed-on: https://gerrit.libreoffice.org/10756Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Palenik Mihály yazdı
Change-Id: I925dd0971aaf7f453c76ec37771ce001608dc57b Reviewed-on: https://gerrit.libreoffice.org/10785Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-