summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-08-31don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2-32/+12
2015-06-20tdf#88295: Don't export transparent background colour as whiteKatarina Behrens1-0/+45
2015-06-03tdf#88056: Implement ODF import/export of page title fieldKatarina Behrens2-1/+10
2015-05-11rhbz#1215443 avoid null pointer dereferenceDavid Tardon1-1/+2
2015-04-04tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl1-2/+9
2015-03-23tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson1-49/+59
2015-03-19tdf#89867: editeng: fix crash on shutdown after changing AutoCorrect optionsMichael Stahl1-0/+2
2015-02-26tdf#78148 Ordinal numbers should not be auto-capitalizedNiklas Johansson1-0/+1
2015-02-12fdo#82719 EDITING: String with hyperlink not pastedHenry Castro1-0/+1
2015-01-14fdo#85451 classic draw rectangles "fit to contour" utterly brokenCaolán McNamara1-1/+1
2015-01-05Resolves fdo#87968 : Assertion failed: false rtl_uString_newFromSubStringJulien Nabet1-3/+3
2014-12-10Resolves: fdo#87141 Remove deletes the node, release doesn'tCaolán McNamara1-1/+1
2014-12-08Resolves: fdo#86931 wrong offsets used to set languageCaolán McNamara2-5/+4
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
2014-12-02Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist1-1/+1
2014-12-01fdo#85496: add some asserts to detect this sort of problemMichael Stahl1-0/+5
2014-12-01fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl2-7/+55
2014-11-23Resolves: fdo#86392 the assert seems to just want the attrs to be sortedCaolán McNamara1-1/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17editeng: Avoid calling expensive getLineBreak() if possibleMatúš Kukan1-27/+38
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-1/+3
2014-11-14coverity#1242632 Untrusted loop boundCaolán McNamara1-2/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava6-14/+14
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-13sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl1-3/+3
2014-11-12rename variables in makefileDaniel Sikeler1-11/+11
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-7/+7
2014-11-12Guard against wrap-around in SvxFontHeightItemStephan Bergmann1-2/+10
2014-11-11Copy the original prop/prop unitStephan Bergmann1-1/+4
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-8/+3
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann1-3/+8
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-12/+2
2014-11-11WaE: 'register' storage class specifier is deprecatedTor Lillqvist1-0/+11
2014-11-11fdo#80403: TokenHandler impl. FastTokenHandlerBaseDaniel Sikeler7-10/+56
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-4/+4
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-4/+4
2014-11-05coverity#1242632 Untrusted loop boundCaolán McNamara1-5/+13
2014-11-05changed some timer to idleJennifer Liebel2-2/+2
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl4-33/+33
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler2-3/+7
2014-11-03coverity#982161 unchecked return valueDavid Tardon1-1/+13
2014-11-03coverity#982160 unchecked return valueDavid Tardon1-1/+13
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-2/+2
2014-10-31missing SAL_CALLMatúš Kukan2-4/+4
2014-10-31fdo#80403: AutoCorrect uses XFastParserDaniel Sikeler6-160/+188
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin16-16/+0
2014-10-28coverity#735305 Unchecked return valueCaolán McNamara1-5/+5
2014-10-27cid#1209201 Logically dead codeNoel Grandin1-2/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin3-23/+23
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3