- 20 Kas, 2014 29 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I602913a1cfb8dda072945770a585e6cd9fd3e134
-
Michael Stahl yazdı
Change-Id: If23d47cdee2ab6f4e7f728da02c0db6d23407c8f
-
Stephan Bergmann yazdı
Change-Id: I041b497bab9415b2b33d6b4b91f3c58ea9dbc05f
-
Miklos Vajna yazdı
And also in SwTxtFormatter::NewNumberPortion(), use SwTxtNode::IsIgnoredCharFmtForNumbering(), via checkApplyParagraphMarkFormatToNumbering(). Otherwise the color of the paragraph mark is inherited by the numbering portion, which is not what IDocumentSettingAccess::APPLY_PARAGRAPH_MARK_FORMAT_TO_NUMBERING (mirroring Word's behavior) is supposed to do. Change-Id: I5d8df9b404916cc4a4405bf796d971ede59e6111
-
Miklos Vajna yazdı
I need this in SwTxtFormatter. Change-Id: Ib1586299f468a88e92fdb367fbab69a683791dc9
-
Eike Rathke yazdı
Similar to SortReorderByRow() Change-Id: I11dd710c00a56a5f56aeb048fa2258631555a220
-
Stephan Bergmann yazdı
...lets hope it is actually declared as a macro wherever it is known. Change-Id: If541d02af3ac5d9ad4f0ac1cb4dd9f9f4550a78a
-
Stephan Bergmann yazdı
Change-Id: I7b15220568717e159f119e79da0016cbc88873cf
-
Stephan Bergmann yazdı
Change-Id: I42a81e70e76cb4699052815cfd415a8efd902b03
-
Michael Meeks yazdı
Change-Id: Iee8089fc3bfbea60adee95dfb2c229f3efea28f8
-
Stephan Bergmann yazdı
Change-Id: If3e436d137b6989af22df43c3a9a247bb2c9ffe9
-
Christian Lohmaier yazdı
no idea why it fails with the typo-fix (or any change in that line for that matter)... Change-Id: I74c74e2080813ab60d4fcd48c62bb7f455046936
-
Stephan Bergmann yazdı
...but is not, for performance reasons. Change-Id: I2518eb1f1a2f84cfd836c390a418a2fcb516b82c
-
Chr. Rossmanith yazdı
visible children of an invisible parent are now visible Change-Id: I2eafbd15d22f54ec39f12bfd32175925ab8a6184 Reviewed-on: https://gerrit.libreoffice.org/12504Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Adolfo Jayme Barrientos yazdı
Change-Id: I952486625daea6ed995b1e654d810585cce2c8c2 Reviewed-on: https://gerrit.libreoffice.org/12973Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I1cd438c9d85445da97210210ddd4a6c99d6390e6 Reviewed-on: https://gerrit.libreoffice.org/12977Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Takeshi Abe yazdı
SmNodeStack now frees its own pointers after use. Change-Id: Ie43eb887810a3424109708c956ccbdf97fc5a2e5 Reviewed-on: https://gerrit.libreoffice.org/12970Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Id3aaae19d86b706fd5ddb5982340472d28a75610
-
Tor Lillqvist yazdı
Change-Id: I0ea36081416ba3b44e57e12b172c00fa27d4e653
-
Miklos Vajna yazdı
This reduces the amount of output in docs/ from 17G to 10G for me. No big surprise, inheritance diagrams use only a few colors, so gif's indexed colors work here nicely. Thanks Christian Lohmaier for the idea. Change-Id: I23db0c1a4dc7410cb3eb1ae99044962959fac28a
-
Stephan Bergmann yazdı
This reverts commit b0a7722e, now that fced3169 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/services/modulemanager.cxx Change-Id: I6599cf25d4f28d2bab19da67d5de5caacd84a622
-
Stephan Bergmann yazdı
...corresponding to the OUStringBuffer couterpart Change-Id: I3ab03343696e6755cf1ccc470e4decc2f41d2558
-
Stephan Bergmann yazdı
Change-Id: I482e6eeca09e7b15a8d95a866ebab35d06f13e9e
-
Stephan Bergmann yazdı
Change-Id: I9051284b34e5a6f3f48ee58243d6481b072e0a80
-
Stephan Bergmann yazdı
Change-Id: Ifaed964d084d0b7a2dacbc23a93fb77eb7515ab4
-
Stephan Bergmann yazdı
Introduces OUStringBuffer::appendUninitialized. Change-Id: If225ec4d798e0df91cad60130e3f22ee26b88abb
-
Stephan Bergmann yazdı
Change-Id: I963d001aee68f1218ba7273562cb41f3cf4c5e20
-
Yousuf Philips yazdı
Change-Id: Ie7c335def446bc663f63a58bfc91d44386c2f30e Reviewed-on: https://gerrit.libreoffice.org/12978Reviewed-by:
Matthew Francis <mjay.francis@gmail.com> Tested-by:
Matthew Francis <mjay.francis@gmail.com>
-
Kohei Yoshida yazdı
Change-Id: I01dc4537919b69a312e92ede2ae00fbe7d781bd7
-
- 19 Kas, 2014 11 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I95e4f43f4ef40e8c04b37002bbae03f4f23a9e34
-
Michael Stahl yazdı
Looks like the old code would create a link starting at the beginning in this case, so let's do the same. (regression from 94b296d5) Change-Id: Idcd17ae51c478aa5c2a000c7b33a8244f06bd166
-
Adolfo Jayme Barrientos yazdı
Change-Id: Iccaafa5a66df3df8bcfc1d2013b38bb15d37fbec Reviewed-on: https://gerrit.libreoffice.org/12972Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Idf00e228c480afe2bbbb64682ed01f2c778b6d9d
-
Miklos Vajna yazdı
Change-Id: I3d015c7a97ace6db548c4ad11ae24b0a7daa35c5
-
Kohei Yoshida yazdı
It is only used locally within svx. Change-Id: Iae53de3d1cb2b1f5f2ba5cede2794f08dfef972c
-
Stephan Bergmann yazdı
This reverts commit 0a87f4ad, now that fced3169 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/inc/loadenv/loadenv.hxx framework/source/loadenv/loadenv.cxx Change-Id: Id2f468bf0f24f5a8a7a0e6eb113ccfedd35b03cc
-
Stephan Bergmann yazdı
This reverts commit ecd00991, now that fced3169 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/inc/loadenv/loadenv.hxx framework/source/loadenv/loadenv.cxx Change-Id: I7821ae67b5cc99b8591fbf06396ac20098e55c8d
-
Stephan Bergmann yazdı
This reverts commit ec651eae, now that fced3169 "comphelper::SequenceAsHashMap: throw IllegalArgumentException" made the underlying problem go away. Conflicts: framework/source/inc/loadenv/loadenv.hxx framework/source/loadenv/loadenv.cxx Change-Id: I473815256b95f6e20a2e1a4a5617f491636305ab
-
Stephan Bergmann yazdı
...instead of IllegalTypeException (where the latter is not a RuntimeException). Fixes cid#707218, cid#1224993, etc., and reverts previous fix 358f5280 "Fix coverity#1224993 w/o breaking JunitTest_framework_unoapi." Change-Id: I13ce153e1513749fb0be2ee8e560cec86a30c5ba
-
Mark Hung yazdı
When importing RTF files, the outline is treated as normal numbering list. Open the tools>chapter, outline doesn't correspond to heading styles correctly. This patch is to handle RTF keyword \s in a \listlevel. The patch use style name as its id so that is consistent with the one already used by StyleSheetEntry. Change-Id: I5ab6602b5ce64ca65ec08e0adb34d60ae7293650 Reviewed-on: https://gerrit.libreoffice.org/12960Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-