- 14 Eyl, 2012 11 kayıt (commit)
-
-
Norbert Thiebaud yazdı
Change-Id: Ifa29a8b3c027970d46844b428a3529e680c0b09c Reviewed-on: https://gerrit.libreoffice.org/541Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
when we do not have own help to display Change-Id: I953144aa0921e849df14e9de31010e8904dffc5f Reviewed-on: https://gerrit.libreoffice.org/539Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
Change-Id: Iea03d691755ac86fae4a0ac6697b726f21925ae7 Reviewed-on: https://gerrit.libreoffice.org/538Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
use a different color to paint the selection, to be consistent with all our other controls Change-Id: Ia5160dfb769279e2a8a3458b16fe8f6cec08145e Reviewed-on: https://gerrit.libreoffice.org/537Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
Change-Id: Idf0e5bed399fbf288534779665198e214631c0a0 Reviewed-on: https://gerrit.libreoffice.org/536Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
and do not claim to be sorted afterwards Change-Id: I3d71d45893563eac3b59e865aa1aa8d31e8154a8 Reviewed-on: https://gerrit.libreoffice.org/535Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Norbert Thiebaud yazdı
This means using the Locale setup in the Options, and allows for more value types (like Date/Time) to be supported Change-Id: I78fb08f2da88405851664e3e1dd4505c3727e56b Reviewed-on: https://gerrit.libreoffice.org/534Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Frank Schoenheit [fs] yazdı
Change-Id: I43b041583c20b47c0fd33a9b5deadffe6fd8f273 Reviewed-on: https://gerrit.libreoffice.org/532Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Kohei Yoshida yazdı
Commit 291c919c made this dangling code block. Change-Id: Id8d09f1c364d621661c9d6584cd863f253c01d95
-
Kohei Yoshida yazdı
Change-Id: Ibcc54168a6ca36cc57dd1b838e002f9a10ff29f3
-
Ricardo Montania yazdı
Change-Id: If4a7bef339a626fbfa9f0c1cc76801e77626f38f Reviewed-on: https://gerrit.libreoffice.org/609Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
- 13 Eyl, 2012 13 kayıt (commit)
-
-
Ricardo Montania yazdı
Change-Id: I925862289cf5f9f41af5532bbbaf8ec0a4e5a66b Reviewed-on: https://gerrit.libreoffice.org/610Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Andras Timar yazdı
Change-Id: I63308cb7cbe21cb28082c815b53a3cbf286fe3ab
-
Andrzej J.R. Hunt yazdı
Change-Id: I3a039889a033591c81e0fd531de3b053e8fa1b3e
-
Lionel Elie Mamane yazdı
Change-Id: I6f3b4f1646df1244d97ae98f56ba054bc26e3314
-
Muthu Subramanian yazdı
This is very similar to fdo#54609 - so changed it to throw a generic Exception.
-
Noel Power yazdı
-
Norbert Thiebaud yazdı
Change-Id: I9473800820cb863e0de4b16f633deec951dee120
-
Stephan Bergmann yazdı
...and some related clean up. Change-Id: I26a8720fb7f60615f2e348e4728a3abddf6a33cd
-
Takeshi Abe yazdı
Change-Id: I17246e036e821c4a8be36cf322dcf23285e3d97a
-
Miklos Vajna yazdı
Change-Id: I0b6fbeff5d784e0e3f2067111cf505904f263844
-
Stephan Bergmann yazdı
Change-Id: I442e114322d2a70fbfbdaa2aa197146c0cffa4bd
-
Miklos Vajna yazdı
The problem was that the left / first paragraph margin was defined in the numbering style, and that zeroed out the already inherited right margin. Change-Id: Ife521d1de4868a7be33de5f8d6af363d10cbc903
-
Miklos Vajna yazdı
Change-Id: I0dd667ec59862acce283db5f91850306c94d207d
-
- 12 Eyl, 2012 16 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I2bf950b8ac644c911050ce01282ac988167d28f9
-
Christian Lohmaier yazdı
* XCode 2.x only comes with automake 1.6.3, and that doesn't know per-object CPPFLAGS, thus use per-object CFLAGS instead * also it is picky about redefining the SOURCES in a conditional statement, so use a variable in a condition instead and add that * Its linker also needs help locating libs that are using the relocation-placeholders, thus add -dylib_file linkerflag * aclocal insists on a space between -I and argument Change-Id: I35714a1a76a7b7823ee6b64a3296aeae96e7296a Reviewed-on: https://gerrit.libreoffice.org/605Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ib65d9dac988851fa90a44cad246ac24e8bfd3370
-
Christian Lohmaier yazdı
Change-Id: I5b4202628f9df4ed087eee69058ced13bc2c1b1b Reviewed-on: https://gerrit.libreoffice.org/603Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Michael Stahl yazdı
Change-Id: I59a33631d73a02cf8c84ccc002401bdc2da10267
-
Alexander Wilms yazdı
Change-Id: I381d67d5267d50eb548a7d5dd2201ba97ab8db59
-
Michael Stahl yazdı
Change-Id: I225610dd844b081eb0c0e4e5b1e0f31188cb8062
-
Michael Stahl yazdı
Inserting the section can fail if the given text range is not valid. Change-Id: Ib6ba3b02dd581dce08b646b841354073caf894b2
-
Michael Stahl yazdı
Change-Id: I832b369d87da9b622759bf7ddd14f95475256c38
-
Takeshi Abe yazdı
Change-Id: I215c84967a53dbadba86913d24bc4aadc6543467
-
Tor Lillqvist yazdı
Change-Id: I56fdc4894347d9cce4d3b932d3b8740fcb4ef8b7
-
Tor Lillqvist yazdı
Change-Id: Iba1849abfc9c12c38466fc4294d319a06f413b55
-
Tor Lillqvist yazdı
Change-Id: I345a86a3d17bd85c8dd4e9d9f5f855c46bdba0e2
-
Ricardo Montania yazdı
Change-Id: I48409908bd1639d6a69217c7f94ebce04464487f Reviewed-on: https://gerrit.libreoffice.org/601Reviewed-by:
Olivier Hallot <olivier.hallot@alta.org.br> Tested-by:
Olivier Hallot <olivier.hallot@alta.org.br>
-
Andras Timar yazdı
Change-Id: I74f0f3a5bcfb381ea941a853c3d5e5e27f7f57e7
-
Stephan Bergmann yazdı
(The MESSAGE_CORRUPTED_FILTERCONFIG in the exception's Message would not be seen by end-users anyway, so better put something more useful in there.) Change-Id: I5c677a894a8b6fcfb61d24c59d45b2cbc53e7a60
-