- 05 Nis, 2013 13 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ic24c5f14f66a4059ce653df34321352adb50496f
-
Cao Cuong Ngo yazdı
Enable slide transition each 0.25 second instead of whole second. Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
-
Caolán McNamara yazdı
There are two scenarios with the cell range thing here, data->validity->allow->cell range scenario a), click the shrink icon, dialog shrinks, click the expand icon, dialog expands again scenario b), click inside the edit box, now you can select cells in the spreadsheet, and the dialog autoshrinks, and autoexpands on mouse release in scenario a there is an expand button in the shrunked dialog, in scenario b the shrink/expand button is hidden Change-Id: I8efe76536feeae10ac70fb7b7e95c70c69b057b5
-
Stephan Bergmann yazdı
...resolved at runtime by cppuhelper library on which uno executable depends. Change-Id: Id654e240fe88268de3ae690b1746591a71ba5a1a
-
Cao Cuong Ngo yazdı
Change-Id: Ic5256ae05d9b4646651e897b7d4c00d9a84329bb Reviewed-on: https://gerrit.libreoffice.org/3202Reviewed-by:
Thorsten Behrens <tbehrens@suse.com> Tested-by:
Thorsten Behrens <tbehrens@suse.com>
-
Chris Sherlock yazdı
Small change to comment - missing word "if" in Deliver.mk for gb_Deliver_CLEARONDELIVERY Change-Id: I9b98da880d6fc949d831343b76124aa7c8c7cc62 Reviewed-on: https://gerrit.libreoffice.org/3205Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Herbert Dürr yazdı
(cherry picked from commit 9d578ceb) Conflicts: framework/source/services/backingwindow.cxx Change-Id: Ic5e590465e19b02b6a9b426072818cea5bb3f912
-
Ashish Banerjee yazdı
Proposed patch for the following issue: https://bugs.freedesktop.org/show_bug.cgi?id=62096 Change-Id: Ib83a9051ea12c53642f781e5427a6ca728049a7f Reviewed-on: https://gerrit.libreoffice.org/3198Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Thomas Arnhold yazdı
Change-Id: I95bcac6a3ff8cf4644c9d1596c75cac2d9cd94fe Reviewed-on: https://gerrit.libreoffice.org/3191Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Jürgen Schmidt yazdı
fix: - PropertyMap.hxx, add definition for outline level min value - DomainMapper.cxx, import outline level for paragraph property - DomainMapper_Impl.cxx, fix TOC import if no range is given Patch By: Yolanda Zhang Ying Reviewed By: jsc (cherry picked from commit 5b87b9b8) Conflicts: writerfilter/source/dmapper/DomainMapper_Impl.cxx Change-Id: I2149a7338b128d0dd1c1317a259e537d2a1e1063
-
Thomas Arnhold yazdı
* only Get/SetCurrentTempURL were used, but only for compatibility reasons, to remove old temporary directories (before 2001). Those should be gone today. * MailUIEnabled was false in the xcu file. * SID_MAIL_SENDDOC* are handled some lines further. Change-Id: I482719b0de9df0a77c2fef0bf25ae1fb68926375 Reviewed-on: https://gerrit.libreoffice.org/3180Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Tor Lillqvist yazdı
Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72
-
Tor Lillqvist yazdı
Change-Id: I632c3f14e4babbdbe2c35810a17bb39d5a42baf6
-
- 04 Nis, 2013 27 kayıt (commit)
-
-
Tor Lillqvist yazdı
Modify the IsView*() inline functions in the viewoprt.hxx header to always return sal_False for non-DESKTOP. No ifdefs in the source files. Presumably when optimizing the compiler will notice that the inlined function always returns false and not generate code for the unwanted case. Change-Id: I07a4bc57cd621f63839d8e8bf551d40250fd9078
-
Tor Lillqvist yazdı
Change-Id: I21e6affaf08322f9e9cf1554e76f935f2c3e29b3
-
Tor Lillqvist yazdı
One can set environment variables to be used when debugging an app in Xcode, which is when it is interesting to see SAL_INFO output anyway. (This is very different from Android, where one can't set environment variables "before" an app starts, as apps there aren't separate programs that would be exec'ed.) Change-Id: I3971d1b2d1a849deac2722a90271ef2458db1643
-
Tor Lillqvist yazdı
Just sprinkle #ifdef SOLAR_JAVA into the code instead. In the source for jvmaccess and jvmfwk such ifdefs can be removed as it isn't compiled unless SOLAR_JAVA. Change-Id: Ia8614f8bd6d833582d3b79b5fb75f9153fa79606
-
Petr Kraus yazdı
fixed by OSL_FAIL -> SAL_WARN. Rewritten rest of the file to match this style. Change-Id: I7fdb5a1b0a16ee7cfe15f7aee4b2fb95b9072c3d Reviewed-on: https://gerrit.libreoffice.org/3204Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Andras Timar yazdı
Change-Id: I7d1d5eca43d0b0f9a013e31383abc574a7b15f93
-
Caolán McNamara yazdı
Change-Id: I7a4636c212e19702b94f5c42491c9785f1eccc00
-
Caolán McNamara yazdı
Change-Id: Ideeda46baf3d96dd52a77b5d225df3c00153183e
-
Caolán McNamara yazdı
Change-Id: I7d1494430cbc75cfb831dfe5500a0c3e6c9147fa
-
Zolnai Tamás yazdı
Escaping them is not needed. Plus escaped quotes are taken into po files and make translater's work more uncomfortable. Change-Id: I2ea7218120bc3d9967bdf51091ef091acbf2b73c
-
Miklos Vajna yazdı
Change-Id: I70ccfe4d927f404ce90d970e76fdbf0e2d7a5cf7
-
Miklos Vajna yazdı
Change-Id: Ifc827d5180ce1dc0e3db095c2b92023f4c2d72ec
-
Jan Holesovsky yazdı
Change-Id: If0cdf2fabb680f8dee811411f601b2954d29da58
-
Andras Timar yazdı
Change-Id: I90757f0d6ccdded30a49a3c54cd6bbc2f65dc755
-
Michael Stahl yazdı
Change-Id: I851ad13b065dc07699f490dcca5c66958b4aa624
-
Michael Stahl yazdı
Change-Id: I185d6da34f9720dde258a1206fbc6d531c397eae
-
Andras Timar yazdı
Change-Id: Ie3d04f0b2ed35099d5682d165e17c10a6d736f99
-
Julien Nabet yazdı
See http://nabble.documentfoundation.org/Cppcheck-redundantAssignment-about-encoding-in-CreatePasswordToModifyHash-docfile-cxx-sfx2-module-td4047586.html Change-Id: I845f4e4518901be8cba6e82a3199505d63efac62
-
Christian Lohmaier yazdı
XCode 2.5 (i.e. Mac OSX 10.4 & 10.5) couldn't find the libraries without explicit mapping, but as baseline is now 10.6, this wrapping is no longer necessary Change-Id: I225fc47b9ea4b1fb2b13ba575605cbdebc014fd8 Reviewed-on: https://gerrit.libreoffice.org/3192Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Eike Rathke yazdı
Change-Id: I2a8a4ba93b5ffb2273573c81466595e1c4cf1d9d
-
Andras Timar yazdı
Change-Id: I96a620475f9618b55fc0b3a294037ca5968b683c
-
Andras Timar yazdı
Change-Id: Ifa740f558e5c5e9d51516b54a2b32790dbb23dd4
-
Andras Timar yazdı
Change-Id: I6b2132e7441be1579f6233ec56fdaf8807a60b55 Reviewed-on: https://gerrit.libreoffice.org/3119Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Herbert Dürr yazdı
Patch by: Zuojun Chen Found by: Lou Qingle Review by: hdu (cherry picked from commit fc17d3e1) Conflicts: filter/source/msfilter/escherex.cxx Change-Id: I7e77cd33cdc679d9671814e6ca52da50f32aecb0
-
Jürgen Schmidt yazdı
fix: add code to handle the SEQ field command... Patch By: Jin Long Wu Found By: Don Jun Zung Reviewed By: jsc (cherry picked from commit 0d2415df) Change-Id: Ia588857aa453ea05cde2e66f6efd403e8eb282f2
-
Lionel Elie Mamane yazdı
Change-Id: I44b816d6a270e8877e0db1408df4da3434932800
-
Yong Lin Ma yazdı
Patch by: Chen ZuoJun Review by: mayongl (cherry picked from commit 4034798d) Change-Id: I76eb50834eae00837caaf4e49d547d7d0e309f30
-