summaryrefslogtreecommitdiff
path: root/include/sfx2/childwin.hxx
AgeCommit message (Expand)Author
2019-03-25sfx2: missing includeMiklos Vajna
2019-03-25tdf#42949 Fix IWYU warnings in include/sfx2/[a-D]*Gabor Kelemen
2019-03-22refactor into a shareable base classCaolán McNamara
2019-02-20o3tl::make_unique -> std::make_unique in include/ & o3tl/Gabor Kelemen
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen
2018-12-12use unique_ptr in SfxChildWinContextCtorNoel Grandin
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin
2018-12-11use unique_ptr for SfxChildWinContextFactoryNoel Grandin
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann
2018-11-01weld SwWordCountFloatDlgCaolán McNamara
2018-10-09loplugin:constfields in sfx2Noel Grandin
2018-01-29loplugin:useuniqueptr in SfxChildWindowNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-25Fix typosAndrea Gelmini
2017-02-23loplugin:unusedmethodsNoel Grandin
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin
2016-11-03loplugin:unnecessaryvirtualNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-10-07loplugin:staticmethods: sfx2Stephan Bergmann
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-05-22tdf#89329: use unique_ptr for pImpl in childwinXisco Fauli
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin
2016-03-14inline some use-once macrosNoel Grandin
2016-03-07loplugin:unuseddefaultparamsNoel Grandin
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-05Fix typosAndrea Gelmini
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-25make pWindow private in SfxChildWindowNoel Grandin
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin
2015-08-25clean up whitespace in childwin.hxx a littleNoel Grandin
2015-08-25the implementation pointer of SfxChildWindow can be privateNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-07-07Related: tdf#92392 clear workwins that point to pWindowCaolán McNamara
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann