summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/iframe.cxx
AgeCommit message (Expand)Author
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-04drop mysterious bare SetUpdateMode callCaolán McNamara
2018-04-04weld SvInsertOleDlgCaolán McNamara
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-03WB_DOCKBORDER is deadNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin
2017-03-06convert ScrollingMode to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-03-09loplugin:constantparam in sfx2Noel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-04-17sfx2: convert new to ::Create.Noel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
2014-01-15sfx: Use constructor feature for IFrameObject.Matúš Kukan