summaryrefslogtreecommitdiff
path: root/editeng/source/items
AgeCommit message (Expand)Author
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-06convert FONTTOSUBSFONT constants to scoped enumNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-28operator == return type wants to be boolStephan Bergmann
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-22convert BorderWidth flags to scoped enumNoel Grandin
2015-04-21Related tdf#88056: this guy's better off in presentation namespaceKatarina Behrens
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin
2015-04-08convert SHADOW_ constants to enum classNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-26the valid flags in SvxBulletItem are unusedNoel Grandin
2015-03-26bullet justification in SvxBulletItem is unusedNoel Grandin
2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin
2015-03-26convert SvxNumRuleType to enum classNoel Grandin
2015-03-26convert NUM_ constants to enum clasNoel Grandin
2015-03-25convert VALID_ constants to enum classNoel Grandin
2015-03-11const_cast -> mutableZolnai Tamás
2015-03-11Avoid casting SvxBrushItem:nShadingValueZolnai Tamás
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin
2015-02-05yet yet another Windows build 'Locale' ambiguous symbolEike Rathke
2015-01-25coverity#1266493 Use of untrusted scalar valueCaolán McNamara
2015-01-20Factor out SvxShadowItem::dumpAsXml() from swMiklos Vajna
2015-01-17Factor out SvxULSpaceItem::dumpAsXml() from swMiklos Vajna
2015-01-16loplugin:implicitboolconversionStephan Bergmann
2015-01-16Factor out SvxLRSpaceItem::dumpAsXml() from swMiklos Vajna
2015-01-16remove unnecessary parenthesesNoel Grandin
2015-01-15loplugin:implicitboolconversionStephan Bergmann
2015-01-15remove unnecessary castsNoel Grandin
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin
2015-01-12Factor out SvxProtectItem::dumpAsXml() from swMiklos Vajna
2015-01-07fdo#84938: convert COMPRESSMODE_ #defines to 'enum class'Noel Grandin
2015-01-02Fix simple typos.Andrea Gelmini
2014-12-18editeng: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-18Factor out SvxFontHeightItem::dumpAsXml() from swMiklos Vajna
2014-12-17Factor out SvxBrushItem::dumpAsXml() from swMiklos Vajna
2014-12-16Factor out SvxFontItem::dumpAsXml() from swMiklos Vajna
2014-12-12fdo#39440 reduce scope of local variablesMichael Weghorn