summaryrefslogtreecommitdiff
path: root/svx/source/form/tbxform.cxx
AgeCommit message (Expand)Author
2017-11-22loplugin:flatten in svxNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-27loplugin:oncevar in svxNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12Translate German comments (rest of svx/)Johnny_M
2017-04-23Replace GetImage with CommandInfoProvider::GetImageForCommandMaxim Monastirsky
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-07-17Convert form control buttons to the generic controllerMaxim Monastirsky
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12svx: sal_Bool -> boolStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-07-03use assert when followed by derefCaolán McNamara
2014-05-08use new VCL IsValueChangedFromSaved methodNoel Grandin
2014-05-06Remove dead SvxPopupWindowTbxMgr definitionStephan Bergmann
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-05convert svx/source/form/*.cxx from String to OUStringNoel Grandin
2013-09-03XubString->OUStringCaolán McNamara
2013-08-24Mark as constTakeshi Abe
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-01-24Change GetSavedValue() to return OUStringChr. Rossmanith