summaryrefslogtreecommitdiff
path: root/include/sfx2/frame.hxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-20compact namespace declNoel Grandin1-12/+3
2019-12-14loplugin:expandablemethodsNoel Grandin1-1/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-3/+3
2019-10-29loplugin:finalclasses sfx2Noel Grandin1-5/+4
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-15/+0
2018-07-30loplugin:returnconstant in sfx2Noel Grandin1-2/+2
2018-07-12tdf#117895: "Edit document properties before saving"...Henry Castro1-0/+1
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-03-14loplugin:constantparamNoel Grandin1-1/+1
2018-01-04remove SfxUsrAnyItem typedefNoel Grandin1-4/+2
2017-12-11convert SFXFRAME_HASTITLE to bool fieldNoel Grandin1-4/+2
2017-07-28loplugin:constparams handle constructorsNoel Grandin1-1/+1
2017-07-24loplugin:unusedfields readonly fieldsNoel Grandin1-5/+0
2017-07-21loplugin:constparams in sfx2Noel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+2
2016-11-22loplugin:countusersofdefaultparams in include/sfx2Noel Grandin1-3/+2
2016-11-18includes should be at the top of the fileNoel Grandin1-6/+6
2016-11-14loplugin:unusedmethodsNoel Grandin1-3/+0
2016-11-03remove pParentFrame from SfxFrameNoel Grandin1-5/+0
2016-10-21loplugin:expandablemethodds in include/sfx2Noel Grandin1-2/+0
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-17/+0
2016-05-22tdf#89329: use unique_ptr for pImpl in frameXisco Fauli1-1/+1
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin1-1/+0
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann1-2/+0
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke1-1/+2
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin1-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-1/+0
2016-03-17loplugin:constantparam in sfx2Noel Grandin1-1/+1
2016-03-15loplugin:constantparamNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-2/+2
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-3/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin1-18/+18
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-3/+3
2015-07-24remove unused define TF_NEWDESKTOPNoel Grandin1-4/+0
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-5/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-5/+0
2015-06-29remove custom RTTI from SfxFrameNoel Grandin1-2/+0
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+2
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-4/+3
2015-02-03callcatcher: shave off some moreCaolán McNamara1-1/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2014-11-23Forward-declare SfxFrameArr_Impl in sfx2/frame.hxx.Kohei Yoshida1-3/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-5/+5
2014-07-25convert the weak reference macro in tools into a templateNoel Grandin1-4/+2