summaryrefslogtreecommitdiff
path: root/svx/source/items
AgeCommit message (Expand)AuthorFilesLines
2016-05-20tdf#89329: use unique_ptr for pImpl in svx/Xisco Fauli1-1/+0
2016-05-19loplugin:unusedmethods in svxNoel Grandin1-4/+0
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-18Use const_iterator when possible (svx/gallery2,items,sdr,stbctrls)Julien Nabet1-10/+3
2016-04-11clang-tidy performance-unnecessary-value-param in svxNoel Grandin1-3/+3
2016-03-23tdf#82641 Changes to currency drop-down listMohammed Abdul Azeem1-77/+2
2016-03-12Remove some unused include stdio (svx)Julien Nabet1-1/+0
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin1-5/+4
2016-02-25Use rtl::math::isNan()Fabio Buso1-2/+3
2016-02-23new loplugin: commaoperatorNoel Grandin1-2/+12
2016-02-09Remove excess newlinesChris Sherlock15-150/+0
2015-11-28Non-implicit virtual SvxPageItem dtorStephan Bergmann1-0/+2
2015-11-26tdf#93837 Add UNO-based SmartTag menu controllerMaxim Monastirsky1-3/+13
2015-11-24crashtesting: ooo72999-1.ods NaNs found in light directionCaolán McNamara1-0/+5
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-11loplugin:nullptrStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht15-31/+30
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann9-52/+52
2015-10-31com::sun::star->css in svxNoel Grandin9-65/+65
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-11/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-14Avoid duplicated attribute names in RID_ATTR_NAMESZolnai Tamás1-4/+4
2015-06-11SdrCustomShapeEngine/DataItem are just SfxStringItemStephan Bergmann1-8/+0
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin2-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier2-24/+24
2015-05-06tdf#90258 Toggle Thousand Separator with Engineering NotationLaurent Balland-Poirier1-0/+7
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann1-1/+1
2015-04-09Just use a plain std::vector<OUString>Stephan Bergmann1-8/+9
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-7/+7
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-21/+21
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-3/+3
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-5/+5
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin1-49/+49
2015-02-09fdo#39468 translated german commentsDaniel Sikeler4-25/+23
2015-02-03callcatcher: shave off some moreCaolán McNamara1-19/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-28/+0
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann4-8/+8
2014-12-12svx: Use appropriate OUString functions on string constantsStephan Bergmann2-6/+6
2014-11-23loplugin:literaltoboolconversionStephan Bergmann1-1/+1
2014-11-22Make NfCurrencyTable a separate header & forward-declare it in zforlist.hxx.Kohei Yoshida1-0/+1
2014-11-22svx: punish evil-doers who put duplicate properties into custom shapesMichael Stahl1-1/+30
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl3-0/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava4-10/+10
2014-11-06change nNewStandardDefined to bAdditionalBuiltinEike Rathke1-2/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin5-5/+0
2014-10-20loplugin: cstylecastNoel Grandin7-11/+11
2014-10-20loplugin: cstylecastNoel Grandin1-0/+20