summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-02-07loplugin:deletedspecialStephan Bergmann12-39/+25
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-02-01coverity#1267693 Uncaught exceptionCaolán McNamara1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara4-47/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin6-36/+35
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin14-71/+71
2015-01-23Factor out SfxPoolItem::dumpAsXml() from swMiklos Vajna11-11/+11
2015-01-20Factor out SvxShadowItem::dumpAsXml() from swMiklos Vajna1-0/+1
2015-01-17Factor out SvxULSpaceItem::dumpAsXml() from swMiklos Vajna1-0/+1
2015-01-16Factor out SvxLRSpaceItem::dumpAsXml() from swMiklos Vajna1-0/+1
2015-01-12Factor out SvxProtectItem::dumpAsXml() from swMiklos Vajna1-0/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin4-65/+1
2014-12-18Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-12-17Factor out SvxBrushItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-12-16protect against self-assignmentDavid Tardon1-4/+7
2014-12-16Factor out SvxFontItem::dumpAsXml() from swMiklos Vajna1-0/+1
2014-12-11Factor out SvxCharRotateItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-12-09Factor out SvxRsidItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-12-08Factor out SvxWeightItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-12-05Factor out SvxPostureItem::dumpAsXml() from swMiklos Vajna1-0/+2
2014-11-27Factor out OutlinerParaObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+2
2014-11-24Do not depend on libxml include in widely included fileStephan Bergmann1-3/+1
2014-11-24Factor out EditTextObject::dumpAsXml() from SwDoc::dumpAsXml()Miklos Vajna1-0/+3
2014-11-22This function object can now be hidden.Kohei Yoshida1-5/+0
2014-11-22Apply pimpl to SvxAutocorrWordList.Kohei Yoshida1-10/+3
2014-11-22Make SvxAutocorrWordList explicitly non-copyable.Kohei Yoshida1-0/+4
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-5/+5
2014-11-12Clean up SvxFontHeightItem::SetPropStephan Bergmann1-2/+1
2014-11-11Fix SvxFontHeightItem::operator=Stephan Bergmann1-8/+4
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-8/+16
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann1-16/+8
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-5/+2
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl1-5/+5
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler1-2/+3
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara2-0/+2
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-1/+0
2014-10-02Bin commented-out #definesTor Lillqvist1-2/+0
2014-10-01loplugin: cstylecastNoel Grandin2-4/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin2-5/+5
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin1-13/+6
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin3-7/+7
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann3-9/+3
2014-09-25Remove unnecessary #includeStephan Bergmann1-1/+0
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+13
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2-13/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin8-29/+29
2014-09-18fdo#82577: Handle FontNoel Grandin10-30/+30