summaryrefslogtreecommitdiff
path: root/svx/source/form/fmundo.cxx
AgeCommit message (Expand)Author
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-08-22convert SdrHintKind to scoped enumNoel Grandin
2016-08-16new loplugin to check for static OUStringsNoel Grandin
2016-07-18dynamic_cast followed by static_cast and elide some casts when possibleCaolán McNamara
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-09-07svx: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-14tdf#88710 Kill svx dbtoolsclientMatthew Nicholls
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-05svx: remove SAL_THROW macroNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-22bool improvementsStephan Bergmann
2013-12-06Get rid of DECLARE_STL_STDKEY_MAPStephan Bergmann
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann
2013-10-21Remove comphelper::ComponentContextStephan Bergmann
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-05convert svx/source/form/*.cxx from String to OUStringNoel Grandin
2013-07-26fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa
2013-07-04Mark as constTakeshi Abe
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-05-25Resolves: #i120746# FormScriptingEnvironment is never releasedJian Fang Zhang
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-23fdo#46808, convert form::Forms to new styleNoel Grandin
2013-04-19fdo#62096 Replace OUString compareTo with == operatorJanit Anjaria