- 20 Kas, 2013 40 kayıt (commit)
-
-
Andrzej J.R. Hunt yazdı
The dragging logic is able to determine whether or not slides are being moved or copied, previously it was forced into copying mode if no unselected slides remain, which is the case when trying to move a single existing slide (or all slides), whereas copying mode should only be enabled with the CTRL key. Change-Id: If219eb8e870ff201b71e655430828d906533fe04 Reviewed-on: https://gerrit.libreoffice.org/6564Reviewed-by:
Thorsten Behrens <thb@documentfoundation.org> Tested-by:
Thorsten Behrens <thb@documentfoundation.org>
-
Efe Gürkan YALAMAN yazdı
Expert Config Page moved SfxTabPage to ModalDialog. It has its own window as requested on this bug. Double click works as edit button now for better usability. Also Default button renamed as Reset button. Change-Id: Ie4732860b9677a313697d5faa72109c8b16b9c2d Reviewed-on: https://gerrit.libreoffice.org/6704Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Thorsten Behrens <thb@documentfoundation.org> Tested-by:
Thorsten Behrens <thb@documentfoundation.org>
-
Caolán McNamara yazdı
Change-Id: I70925b9e8f5eb0e735200e2f57a892ada9fad379
-
Caolán McNamara yazdı
Change-Id: I0ecda6e3a29e51dfd1cd36fa8b0a02c8327d4c2c
-
Caolán McNamara yazdı
Project: help 39abc00ac7423fdf1d0b60229a1a0cd3fe300801
-
Jan Holesovsky yazdı
Change-Id: I5c3903a40b69867684707d33acbc92b1f80a93ec
-
Jan Holesovsky yazdı
No idea why that was not allowed (since the initial import in 2000), we need it for interoperability. Change-Id: I475fa63f9a4a3219a2b898b6f7d81e0603d32c18
-
Jan Holesovsky yazdı
Change-Id: I274bf30216f357b82d5bdb1c926a7575346129f6
-
Michael Meeks yazdı
Change-Id: I596bbc723558f04588d9e767d64732164524e57a
-
Rodolfo Ribeiro Gomes yazdı
It was not implemented, though designed. No delay was used before start fading. I don't think it flickers. https://wiki.documentfoundation.org/Design/Whiteboards/Comments_Ruler_Control#Behavior Change-Id: I419220aac0a9cbfae328874cf6015d9530b93784 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6706Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Noel Grandin yazdı
Convert code like: defaultValue.matchAsciiL( RTL_CONSTASCII_STRINGPARAM( "nextval(" ) ); to: defaultValue.startsWith( "nextval(" ); Change-Id: I77bdcbf46bec6ded3c16a8248634b1424a1eb4f0
-
Noel Grandin yazdı
Change-Id: Icae96e2b64709b2a9aaf6a5576c29d9d5c8a9868
-
Noel Grandin yazdı
Convert code like: if (aValue.matchL(RTL_CONSTASCII_STRINGPARAM("BOOL="))) to: if (aValue.startsWith("BOOL=")) Change-Id: I385d10fd486d6a3e5f81f4a28088d913fc2f0d26
-
Noel Grandin yazdı
Convert code like: if (aByteStr.equalsL(RTL_CONSTASCII_STRINGPARAM("rem"))) to: if (aByteStr.startsWith("rem")) Change-Id: I09e40b3fdc87d59a8176c2a5f39cc6aa5cf5a576
-
Noel Grandin yazdı
Convert code like: OStringBuffer aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX")); to: OStringBuffer aKeyName("NDX"); which compiles down to the same code Change-Id: If9c96a290bc18cc8285fb733f27be58c6958b63c
-
Noel Grandin yazdı
Convert code like: OString aKeyName(RTL_CONSTASCII_STRINGPARAM("NDX")); to: OString aKeyName("NDX"); which compiles down to the same code Change-Id: I1780264cae4484fc78f0586b0750c09f2dce135f
-
Rodolfo Ribeiro Gomes yazdı
RTL work was done by someone else. Change-Id: I8b8b923ff3e336427a2dadeccab7c7176d51b2fe Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6716Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help cc73985d9544cadf9a28e85f22efdab87987b36e fdo#71595 use F9 for recalculation of RAND function Ctrl+Shift+F9 recalculates all formulas which is not necessary Change-Id: Id87738fbed8d0079b2ece2dbb779fa134d34ac89 Reviewed-on: https://gerrit.libreoffice.org/6703Tested-by:
Thorsten Behrens <thb@documentfoundation.org> Reviewed-by:
Thorsten Behrens <thb@documentfoundation.org>
-
Rodolfo Ribeiro Gomes yazdı
ImplDraw() should not be directly called because it avoids overriden Paint() method. Change-Id: I0f0f6b4af231c1ea50a23fb96f3c9018b5ce2d31 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6707Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Nikhil Walvekar yazdı
Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Change-Id: I589b76d0229a3dc4b5822e14399f7dbd9e7a31f8 Reviewed-on: https://gerrit.libreoffice.org/6718Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Cor Nouws yazdı
TODO: uno:NewDoc sh/could be changed to, but lets fit that in future improvements/changes in this area Change-Id: I5e926afbd8cb714962091a973167c928adf0225a Reviewed-on: https://gerrit.libreoffice.org/6659Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Laurent Balland-Poirier yazdı
LibO 4.1 now uses '-' as word separator for AutoCorrection Then the sequence "---" is detected as word "--" and autocorrect as "–". This avoids autocorrection of "---", as word or as border This commit detects the sequence "---" and report autocorrection. Change-Id: I1342c2ff83dd42683e683b3bb27280d61179b9a2 Reviewed-on: https://gerrit.libreoffice.org/6727Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ia08494cd48a510be53006d6beda14e4b5affbdc2
-
Caolán McNamara yazdı
Project: help 6b38d34d66708e0323eafac99e827122086a4b41
-
Olivier Hallot yazdı
Obs: -Several widget positioning methods turned useless and were deleted -Corner case related to axis origin untested (couldn't find where it is used) Change-Id: I6a563c89ddcfbff62494ce7726f3e7d6089e6b57 Reviewed-on: https://gerrit.libreoffice.org/6730Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Manal Alhassoun yazdı
Conflicts: cui/UIConfig_cui.mk Change-Id: Ie45c1c0d549fc879043d7f108f33e67adc4721fd Reviewed-on: https://gerrit.libreoffice.org/6729Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Manal Alhassoun yazdı
Change-Id: Ie789954555012f766e48f9605f84e0ca5b2bca6d Reviewed-on: https://gerrit.libreoffice.org/6717Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Revealed by a warning from our Clang plug-in: "pointer 'const char *' implicitly converted to bool [loplugin]" I love --enable-werror and loplugin. Change-Id: Iece0bda4325cd1e5d1333affffef12396e5dfb7d
-
Manal Alhassoun yazdı
Change-Id: If550ac8ad58ea7ff05650692d1a506c5088d05e2 Reviewed-on: https://gerrit.libreoffice.org/6708Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stanislav Horacek yazdı
Project: help b6b1a6c7e1ccd857414ba11a126129c5cd390ec6 fdo#69025 remove country option from Letter Wizard Change-Id: Idba96d20b146c6e6ab05157cb4afdc6f1c7eeffd Reviewed-on: https://gerrit.libreoffice.org/6731Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
David Tardon yazdı
Change-Id: Ia349d73eb30cf73a9bfbf70c95005bf74d70143c
-
David Tardon yazdı
Change-Id: I3d1b24edd0165068efb31a34817ed9631fc05ec5
-
David Tardon yazdı
Change-Id: I0a18ad70620cfd4263ffd3bc1423e00205e98f9b
-
David Tardon yazdı
Change-Id: I921f33c2c712da5b542a40bfe4db1fba0f034e3f
-
Caolán McNamara yazdı
Change-Id: Ifc16473c426bca2235e84b0d71291756074712bb
-
Jan-Marek Glogowski yazdı
The virtual Yield function has no return type, and the result of processYield is actually never used => drop it. Change-Id: I3da7bc99fd8f56301da37ca196b03b34cdc84a40 Reviewed-on: https://gerrit.libreoffice.org/6684Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: I72e3987af4509239b2e989483b7396512c17e48b Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6695Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
but we're now dropping slides in there for some reason so this is just a don't crash band-aid and not the fix for the deeper problem Change-Id: I2f70471d03979ffb86b6289e7a432f4505c1b556
-
Rodolfo Ribeiro Gomes yazdı
Change-Id: I76dc0343fd735104827b4803c5440570afe86174 Signed-off-by:
Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/6693Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Arnaud Versini yazdı
Needed as otherwise AnchoredObjects can be in more than one SwLayoutFrm. See also 7eae50f9 ( Access by AnchoredObject of a deleted SwLayoutFrm ). Change-Id: I54582d6f9fb8b6f853352af27706faabe610874b Reviewed-on: https://gerrit.libreoffice.org/6720Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-