summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann5-13/+13
2014-12-18Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna1-0/+10
2014-12-17Factor out SvxBrushItem::dumpAsXml() from swMiklos Vajna1-0/+14
2014-12-16Factor out SvxFontItem::dumpAsXml() from swMiklos Vajna1-0/+12
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn5-10/+5
2014-12-11coverity#705150 Missing break in switchCaolán McNamara1-0/+1
2014-12-11Factor out SvxCharRotateItem::dumpAsXml() from swMiklos Vajna1-0/+8
2014-12-10Typo: postion(s)=>position(s)Julien Nabet2-2/+2
2014-12-10Resolves: fdo#87141 Remove deletes the node, release doesn'tCaolán McNamara1-1/+1
2014-12-10fdo#76776 crashes after paste a table from WriterCaolán McNamara1-0/+7
2014-12-09changed inherited timers to idleTobias Madl1-1/+1
2014-12-09changed timers to idleJennifer Liebel4-9/+9
2014-12-09changed timers to idlesJennifer Liebel1-1/+1
2014-12-09Factor out SvxRsidItem::dumpAsXml() from swMiklos Vajna1-0/+11
2014-12-08Resolves: fdo#86931 wrong offsets used to set languageCaolán McNamara2-5/+4
2014-12-08kater->laterCaolán McNamara1-1/+1
2014-12-08Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna1-0/+8
2014-12-05-Werror=format on AndroidMiklos Vajna1-1/+1
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-0/+5
2014-12-05Factor out SvxPostureItem::dumpAsXml() from swMiklos Vajna1-0/+9
2014-12-03editeng: let's assert attribute consistency in some more placesMichael Stahl2-2/+54
2014-12-03editeng: it's like there's a nest of these thingsMichael Stahl3-15/+14
2014-12-03editeng: there's yet another checking function hidden at dbglevel=3Michael Stahl4-14/+17
2014-12-03editeng: convert that to assertMichael Stahl2-20/+14
2014-12-03editeng: activate some more assertions hidden behind dbglevel=3Michael Stahl3-11/+12
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-01editeng: don't hide the DbgCheckAttribs() behind OSL_DEBUG_LEVEL > 2Michael Stahl2-13/+15
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-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+9
2014-11-24Bin commented-out unreachable 'break' statementsTor Lillqvist1-2/+0
2014-11-24Newly missing #includeStephan Bergmann1-0/+2
2014-11-24error C2872: 'Locale' : ambiguous symbolMiklos Vajna1-3/+2
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna3-0/+15
2014-11-22This function object can now be hidden.Kohei Yoshida1-4/+7
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida1-27/+48
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida1-0/+2
2014-11-21Resolves: 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