summaryrefslogtreecommitdiffstats
path: root/editeng
Commit message (Expand)AuthorAgeFilesLines
* editeng: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-185-13/+13
* Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna2014-12-181-0/+10
* Factor out SvxBrushItem::dumpAsXml() from swMiklos Vajna2014-12-171-0/+14
* Factor out SvxFontItem::dumpAsXml() from swMiklos Vajna2014-12-161-0/+12
* fdo#39440 reduce scope of local variablesMichael Weghorn2014-12-125-10/+5
* coverity#705150 Missing break in switchCaolán McNamara2014-12-111-0/+1
* Factor out SvxCharRotateItem::dumpAsXml() from swMiklos Vajna2014-12-111-0/+8
* Typo: postion(s)=>position(s)Julien Nabet2014-12-102-2/+2
* Resolves: fdo#87141 Remove deletes the node, release doesn'tCaolán McNamara2014-12-101-1/+1
* fdo#76776 crashes after paste a table from WriterCaolán McNamara2014-12-101-0/+7
* changed inherited timers to idleTobias Madl2014-12-091-1/+1
* changed timers to idleJennifer Liebel2014-12-094-9/+9
* changed timers to idlesJennifer Liebel2014-12-091-1/+1
* Factor out SvxRsidItem::dumpAsXml() from swMiklos Vajna2014-12-091-0/+11
* Resolves: fdo#86931 wrong offsets used to set languageCaolán McNamara2014-12-082-5/+4
* kater->laterCaolán McNamara2014-12-081-1/+1
* Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna2014-12-081-0/+8
* -Werror=format on AndroidMiklos Vajna2014-12-051-1/+1
* loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann2014-12-051-0/+5
* Factor out SvxPostureItem::dumpAsXml() from swMiklos Vajna2014-12-051-0/+9
* editeng: let's assert attribute consistency in some more placesMichael Stahl2014-12-032-2/+54
* editeng: it's like there's a nest of these thingsMichael Stahl2014-12-033-15/+14
* editeng: there's yet another checking function hidden at dbglevel=3Michael Stahl2014-12-034-14/+17
* editeng: convert that to assertMichael Stahl2014-12-032-20/+14
* editeng: activate some more assertions hidden behind dbglevel=3Michael Stahl2014-12-033-11/+12
* Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist2014-12-021-1/+1
* Adapt to int/sal_Int32 mismatch on 32-bit buildTor Lillqvist2014-12-021-1/+1
* editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2Michael Stahl2014-12-012-13/+15
* fdo#85496: add some asserts to detect this sort of problemMichael Stahl2014-12-011-0/+5
* fdo#85496: editeng: do not add multiple 0-length attributes...Michael Stahl2014-12-012-7/+55
* Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna2014-11-271-0/+9
* Bin commented-out unreachable 'break' statementsTor Lillqvist2014-11-241-2/+0
* Newly missing #includeStephan Bergmann2014-11-241-0/+2
* error C2872: 'Locale' : ambiguous symbolMiklos Vajna2014-11-241-3/+2
* Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna2014-11-243-0/+15
* This function object can now be hidden.Kohei Yoshida2014-11-221-4/+7
* Apply pimpl to SvxAutocorrWordList.Kohei Yoshida2014-11-221-27/+48
* Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida2014-11-221-0/+2
* Resolves: fdo#86392 the assert seems to just want the attrs to be sortedCaolán McNamara2014-11-211-1/+1
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* editeng: Avoid calling expensive getLineBreak() if possibleMatúš Kukan2014-11-171-27/+38
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-173-1/+3
* coverity#1242632 Untrusted loop boundCaolán McNamara2014-11-141-2/+11
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-146-14/+14
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* sw: delete global SwAutoCorrect instance to avoid crash...Michael Stahl2014-11-131-3/+3
* rename variables in makefileDaniel Sikeler2014-11-121-11/+11
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-127-7/+7
* Guard against wrap-around in SvxFontHeightItemStephan Bergmann2014-11-121-2/+10
* Copy the original prop/prop unitStephan Bergmann2014-11-111-1/+4