summaryrefslogtreecommitdiff
path: root/editeng/source/items/paraitem.cxx
AgeCommit message (Expand)Author
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin
2016-05-25Fix typosAndrea Gelmini
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-22new loplugin sfxpoolitemNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-13editeng: com::sun::star->cssNoel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-01-16remove unnecessary parenthesesNoel Grandin
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-04-15editeng: sal_Bool->boolNoel Grandin
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-27editeng: sal_Bool->boolNoel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-21sal_Bool->boolNoel Grandin
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-12cid#982633 missing break in switchNoel Grandin
2014-02-12cid#982362 missing break in switchNoel Grandin
2014-01-28bool improvementsStephan Bergmann
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-11-14Fixed for spacing between lines in paragraph.Priyanka Gaikwad
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-13don't jam numbers directly on text, leave a spaceCaolán McNamara