summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-01tdf#42949 Fix IWYU warnings in include/sfx2/[sS]*Gabor Kelemen1-0/+1
2019-03-28tdf#42949 Fix IWYU warnings in include/sfx2/[e-M]*Gabor Kelemen1-0/+1
2019-03-22refactor into a shareable base classCaolán McNamara1-4/+5
2019-02-13Use indexed getToken()Matteo Casalin1-2/+3
2019-02-07loplugin:flatten in sfx2Noel Grandin1-68/+68
2018-12-17Resolve deprecated implicit capture of *this by reference in C++20Stephan Bergmann1-1/+1
2018-12-12use unique_ptr in SfxChildWinContextCtorNoel Grandin1-2/+2
2018-12-12use unique_ptr in SfxChildWinCtorNoel Grandin1-3/+3
2018-12-12use unique_ptr for SfxChildWinFactoryNoel Grandin1-2/+2
2018-12-11use unique_ptr for SfxChildWinContextFactoryNoel Grandin1-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-04reweld SwWordCountFloatDlgCaolán McNamara1-21/+62
2018-11-02Revert "weld SwWordCountFloatDlg"Stephan Bergmann1-54/+19
2018-11-01weld SwWordCountFloatDlgCaolán McNamara1-19/+54
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin1-1/+0
2018-07-31Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin1-6/+6
2018-01-29loplugin:useuniqueptr in SfxChildWindowNoel Grandin1-4/+2
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin1-2/+1
2018-01-15More loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann1-4/+4
2017-10-30'r' means C++ reference, but this mormal local OUString variable is not thatTor Lillqvist1-2/+2
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Tokac1-9/+11
2017-10-23loplugin:includeform: sfx2Stephan Bergmann1-2/+2
2017-07-25loplugin:unusedmethodsNoel Grandin1-5/+0
2017-07-21loplugin:constparams in sfx2Noel Grandin1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+0
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin1-13/+3
2017-03-29convert EViewType to scoped enumNoel Grandin1-3/+3
2017-02-23loplugin:unusedmethodsNoel Grandin1-5/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+1
2017-01-24Resolves: tdf#105450 calc navigator gets 0 height on toggle off/on when dockedCaolán McNamara1-8/+8
2017-01-17new loplugin: useuniqueptr: sfx2Noel Grandin1-1/+0
2016-11-03loplugin:unnecessaryvirtualNoel Grandin1-4/+0
2016-10-11loplugin:constantfunctionNoel Grandin1-4/+0
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin1-7/+0
2016-05-22tdf#89329: use unique_ptr for pImpl in childwinXisco Fauli1-45/+43
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin1-1/+1
2016-03-07loplugin:unuseddefaultparamsNoel Grandin1-4/+1
2016-03-07loplugin:unuseddefaultparam in variousNoel Grandin1-4/+1
2016-03-04loplugin:unuseddefaultparam in sfx2Noel Grandin1-4/+1
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-4/+1
2016-02-09Remove excess newlinesChris Sherlock1-2/+0
2016-01-30these checks for DockingWindows are all wrongCaolán McNamara1-10/+5
2016-01-30strange bit of oddity here, these all call the same thingCaolán McNamara1-24/+2