summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/iframe.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-01use officecfg for IsPluginsEnabledNoel Grandin1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-9/+9
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin1-9/+9
2020-04-27Make upcasting css::uno::Reference ctor require complete typesStephan Bergmann1-0/+1
2020-03-12Revert "loplugin:constfields in sfx2"Noel Grandin1-1/+1
2020-01-13tdf#42949 Fix IWYU warnings in sfx2/source/[d-n]*/*cxxGabor Kelemen1-3/+0
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin1-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann1-1/+1
2019-05-03Use hasElements to check Sequence emptiness in sfx2..svxArkadiy Illarionov1-1/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-10-09loplugin:constfields in sfx2Noel Grandin1-1/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-2/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-2/+2
2018-04-04drop mysterious bare SetUpdateMode callCaolán McNamara1-1/+2
2018-04-04weld SvInsertOleDlgCaolán McNamara1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-2/+2
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin1-2/+2
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-3/+3
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-03WB_DOCKBORDER is deadNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-1/+1
2017-05-06OUStrings: constify and reduce temporariesMatteo Casalin1-2/+2
2017-03-06convert ScrollingMode to scoped enumNoel Grandin1-4/+4
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-39/+31
2017-01-19New loplugin:dynexcspec: Add @throws documentation, sfx2Stephan Bergmann1-0/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-05loplugin:unnecessaryoverride (dtors) in sfx2Stephan Bergmann1-5/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin1-1/+1
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-3/+3
2016-04-04loplugin:constantparam in sfx2Noel Grandin1-5/+3
2016-03-09loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2015-12-21loplugin:unusedfields in sfx2,slideshow,starmath,stocNoel Grandin1-2/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-29com::sun::star->css in sfx2Noel Grandin1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-18/+18
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-4/+4
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-4/+4
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-5/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-14/+14
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1