- 07 Nis, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
cf. dd9c9a69 "Add the 'quoteright' key to the list of available keyboard shortcuts." Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e
-
Caolán McNamara yazdı
Change-Id: Ic6d6e7d7d8d42af0fc739d964a1190d40f9dba2e
-
Caolán McNamara yazdı
Change-Id: I3d606615769f70ed29884e4c83164ccf15478132
-
Caolán McNamara yazdı
Change-Id: If6e9a4a26ff31eb192e054f68398287c18768fcb
-
Caolán McNamara yazdı
SwWriteTableCols becomes unsorted because rCol.nPos is < COLFUZZY and it is unsigned so integer overflow on comparison. Just just move rhs subtract to lhs add. Change-Id: Ie037e8ba914a4c00e51d9dd1e0a0af9e1f4d353b
-
Caolán McNamara yazdı
because TextLayoutCache took an OUString arg, passing reinterpret_cast<const UChar *>(rArgs.mpStr) as an input created a temp string from mpStr, but ctor stops at first NULL of course unless length arg is passed and input string contains nulls. Just take a sal_Unicode* as input. Change-Id: I452cf6fa61155456fbeceeda105e2e15557a21b3
-
Stephan Bergmann yazdı
...and thus consistent with Timer::Get/SetTimeout since 9c7016b5 "Scheduler: Changed uLong to uInt32/uInt64." Otherwise, at least JunitTest_forms_unoapi on 32-bit Linux would stay busy forever in vcl::Cursor::ImplTimerHdl, alternating among ImplRestore() and ImplDraw(). Change-Id: Ic3fd349344c105078b52749ca85559fce485d0c4
-
Michael Stahl yazdı
Change-Id: Ife8b7b922c46797487f1923e695ff7cef2a73824
-
Julien Nabet yazdı
Thank you Lionel about your advice for this one. Change-Id: I4ec51b694d3b674158cb7fb4efa580e084cffda9 Reviewed-on: https://gerrit.libreoffice.org/15163Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Stephan Bergmann yazdı
Change-Id: I9820f0ede94e1b335410a3aa803ff10b6f246b00
-
Miklos Vajna yazdı
Change-Id: Idfa62aa5bbccf62ee85f863150e13f80b8b5db90 Reviewed-on: https://gerrit.libreoffice.org/15181Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Michael Stahl yazdı
The AutoText dialog instantly applies changes to SvxAutoCorrCfg and never calls Commit(). Change-Id: I8e5f8b42fff117bd4c4a07a3a31b9943ada43f34
-
Noel Grandin yazdı
Change-Id: I6672fa579b0e7fe0c02d5b1a3c54e99ac96f5322
-
Noel Grandin yazdı
Change-Id: I9665fc003cb3a44f4db857b24584fa3a70487259
-
Noel Grandin yazdı
and fix issues in iterating through o3tl::enumarray Change-Id: Ia59ef9be44d8c92c2e406fa71aa92269578e26e3
-
Petr Gajdos yazdı
Project: dictionaries 9b797809cbef1baba084a0babfed8a4f6ba88861
-
Takeshi Abe yazdı
Change-Id: I4514ba75140f112d96c06167c2ed6ec0ca9aa87f Reviewed-on: https://gerrit.libreoffice.org/15179Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jesús Corrius yazdı
Change-Id: I86a01f0a066a915b9f87768fc73d24ab2fcdb4f6 Reviewed-on: https://gerrit.libreoffice.org/15182Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I18e2c80a3c8d6a1b1c126ae2581cb3e7010a8021
-
Caolán McNamara yazdı
Change-Id: I33e178f23bc4b1372c4c329954b301ae68902154
-
Caolán McNamara yazdı
Change-Id: Idadf26a1c4ec070c1a37ddac923b64620962ed9e
-
Stephan Bergmann yazdı
Change-Id: If5d839b05c1babecc84b76d2bcdf47009d0f713c
-
Noel Grandin yazdı
Change-Id: Id3d6b50e07ea0850af18ab9bdadfffe0e4602aab
-
Noel Grandin yazdı
Change-Id: Ibaad2adabecb878411fdd66383bca91f034477af
-
Stephan Bergmann yazdı
Change-Id: Icbb6dc389fc67e8cd212d420d8b1d0557a905f72
-
Miklos Vajna yazdı
Change-Id: I54454fec250b74238a1c064cc2136889e1a28972
-
Siqi Liu yazdı
.uno:Save works out of box for when tested against documents (impress, calc) loaded directly from dropbox for example. However, it doesn't work with impress/calc documents loaded from local files. Writer documents won't save, either locally or from network resources. More research needed. Change-Id: Ibdcc209a71f14ec91ba9c1152b305e0278787713
-
Siqi Liu yazdı
Change-Id: Ibb4595e297a4328f2bb108e1b9e71bb50843e3b9
-
Siqi Liu yazdı
Change-Id: Ib158f32af7ef8d65d4ddd822839b260161a74343
-
Jan Holesovsky yazdı
Change-Id: I4cb63550b3913d097db63b374f0acbea591682e4
-
Jan Holesovsky yazdı
Change-Id: I80d9ed6abe6b3ddb2bb1e0d6b7c74ce50d0df55a
-
Jan Holesovsky yazdı
Needed again. This reverts commit b11c58889cde10f43a9f239a959eb2c252dc4db7.
-
Jan Holesovsky yazdı
There are still too many problems with the interaction with the editeng, unfortunately. Change-Id: I5cdbc80dbe1dc3996ecd89f0bca5399cbfb9c9b0
-
Jan Holesovsky yazdı
Before this commit, the selections outside of the aScrSize rectangle did not work - they always degraded to a single cell selection. Change-Id: Ie51da710424bff3691302f5923b141a2f2bea676
-
Henry Castro yazdı
In the tiled rendering case, it points the cell cursor, and immediately start the editing. When it is double click, it will only trigger the selection of the cell. Change-Id: Iafcabba408533e8162bd45d780f5e8926c6970bb
-
Miklos Vajna yazdı
Change-Id: I88a0483e96f2de38ae3c1bc6f707e3b5b504bbac
-
Miklos Vajna yazdı
Change-Id: I62e551b99904036e8c0e67f0684dc16e5ade2b90
-
Jan Holesovsky yazdı
Change-Id: Ie73569bf3faefdc9aa6a309423d8048a49dda272
-
Jan Holesovsky yazdı
Change-Id: I367c53e245df8aa720463319a61835c65ff93875
-
Jan Holesovsky yazdı
Change-Id: I2178d61af1f49c971ccec817852260020ec8f0aa
-