summaryrefslogtreecommitdiff
path: root/svx/source/items
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-31loplugin:returnconstant in svxNoel Grandin1-2/+1
2018-04-25tdf#42949 Remove unnecessary localization headers of svxGabor Kelemen1-1/+0
2018-04-18tdf#42949 Remove unnecessary localization headers of editengGabor Kelemen1-0/+2
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-11/+0
2018-01-15More loplugin:cstylecast: svxStephan Bergmann6-10/+10
2018-01-12More loplugin:cstylecast: svxStephan Bergmann6-38/+38
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-1/+1
2018-01-02RID_* can be extern global variablesNoel Grandin1-11/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-71/+63
2017-12-13tools: remove unused #include from solar.hMichael Stahl2-0/+2
2017-10-24loplugin:implicitboolconversionStephan Bergmann1-1/+1
2017-10-23loplugin:includeform: svxStephan Bergmann6-7/+7
2017-10-05clang-tidy modernize-use-equals-default in svxJochen Nitschke5-40/+1
2017-09-14improve redundantcast lopluginNoel Grandin2-2/+2
2017-09-14convert SvxCellOrientation to scoped enumNoel Grandin1-22/+22
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-1/+1
2017-08-17drop unused SdrCustomShapeReplacementURLItemJochen Nitschke1-4/+0
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-08-16Removing unused serialisation codeVarun Dhall1-49/+0
2017-08-14Removing unused SfxItemPool serialisation from svxVarun Dhall1-48/+0
2017-08-11Removing unused SfxItemPool serialisation from svxVarun Dhall10-308/+0
2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara1-1/+1
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara9-44/+33
2017-07-29loplugin:constparams in svxNoel Grandin1-1/+1
2017-07-25convert UNO event ids to scoped enumNoel Grandin1-6/+6
2017-07-21de-hrc various thingsCaolán McNamara1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara6-307/+35
2017-06-27loplugin:oncevar in svxNoel Grandin1-5/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-13Let SfxSetItem ctor take SfxItemSet by unique_ptrStephan Bergmann1-2/+6
2017-05-19loplugin:stringcopy: svxStephan Bergmann1-4/+4
2017-05-19make string translation loading more uniformCaolán McNamara3-19/+19
2017-05-12Translate German comments (rest of svx/)Johnny_M1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-04loplugin:checkunusedparams in svx(part1)Noel Grandin1-15/+3
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M3-72/+58
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin1-6/+1
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin1-1/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svxStephan Bergmann1-2/+2
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-4/+4
2017-03-14remove unused RID constantsNoel Grandin1-147/+0
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin1-1/+1
2017-03-03remove unused CreateDefault methodsNoel Grandin1-1/+0
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin3-27/+10
2017-02-28new loplugin unoanyNoel Grandin3-4/+3
2017-02-21loplugin:unusedmethodsNoel Grandin1-5/+0
2017-02-20use SvNumberformat::GetMaskedType()Eike Rathke1-7/+7
2017-02-16SvxPostItIdItem is now string typePranav Kant1-2/+2