summaryrefslogtreecommitdiff
path: root/svx/source/dialog/rulritem.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-10-28convert some more long -> tools::LongNoel1-2/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-19/+19
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-1/+0
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-4/+4
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-4/+4
2017-11-10loplugin:unusedmethodsNoel Grandin1-8/+0
2017-10-23loplugin:includeform: svxStephan Bergmann1-1/+1
2017-10-05clang-tidy modernize-use-equals-default in svxJochen Nitschke1-65/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-5/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+2
2016-10-27loplugin:expandablemethods in svxNoel Grandin1-6/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-10/+10
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-04-27todo odd warnings being printedMichael Stahl1-0/+1
2016-03-17loplugin:constantparam in svxNoel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-6/+0
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-5/+5
2015-10-31com::sun::star->css in svxNoel Grandin1-16/+16
2015-02-03callcatcher: shave off some moreCaolán McNamara1-26/+0
2014-11-25fdo#85858: svx: fix mouse dragging of table row separators in WriterMichael Stahl1-2/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-20loplugin: cstylecastNoel Grandin1-19/+19
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante1-5/+0
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-10/+10
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-52/+0
2014-06-03convert some sal_uInt8 fields to boolNoel Grandin1-4/+4
2014-04-15svx: sal_Bool->boolNoel Grandin1-4/+4
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-15/+13
2014-03-11svx: sal_Bool->boolNoel Grandin1-14/+14
2014-01-28bool improvementsStephan Bergmann1-9/+9
2014-01-17bool improvementsStephan Bergmann1-2/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-5/+5
2013-10-09update unusedcode listCaolán McNamara1-15/+0
2013-10-06RulerItem: indent and cleanupTomaž Vajngerl1-89/+219
2013-09-15cleanup ruler items (rulritem.hxx) - remove comments, identationTomaž Vajngerl1-135/+116
2013-09-15remove CalcOrtho "redeclaration"Tomaž Vajngerl1-2/+0
2013-09-15SvxColumnItem: indents, useless comments, clean-upTomaž Vajngerl1-69/+182
2013-06-18String to OUString (SfxStringItem and related)Matteo Casalin1-12/+10
2013-03-19sal_Bool to boolTakeshi Abe1-4/+4
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-5/+5
2012-11-27re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-02-24unusedcode.easy: remove unused codeThomas Arnhold1-12/+0
2012-01-27SvxColumnItem: fix buggy STL conversion:Michael Stahl1-1/+0