summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
AgeCommit message (Expand)Author
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-07-31Add missing sal/log.hxx headersGabor Kelemen
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-15loplugin:changetoolsgen in sfx2Noel Grandin
2018-01-29loplugin:useuniqueptr in SfxChildWindowNoel Grandin
2018-01-17loplugin:unnecessaryparen extend to delete statementsNoel Grandin
2018-01-15More loplugin:cstylecast: sfx2Stephan Bergmann
2018-01-12More loplugin:cstylecast: sfx2Stephan Bergmann
2017-10-30'r' means C++ reference, but this mormal local OUString variable is not thatTor Lillqvist
2017-10-30tdf#112689 - Replace chained O(U)StringBuffer::append() with operator+Furkan Tokac
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-21loplugin:constparams in sfx2Noel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-04-25clang-tidy readability-simplify-boolean-expr in sfx2Noel Grandin
2017-03-29convert EViewType to scoped enumNoel Grandin
2017-02-23loplugin:unusedmethodsNoel Grandin
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
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-06-24loplugin:singlevalfields in sfx2Noel Grandin
2016-05-22tdf#89329: use unique_ptr for pImpl in childwinXisco Fauli
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-13loplugin:passstuffbyref in sfx2Noel 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-09Remove excess newlinesChris Sherlock
2016-01-30these checks for DockingWindows are all wrongCaolán McNamara
2016-01-30strange bit of oddity here, these all call the same thingCaolán McNamara
2015-11-20loplugin:sallogareasStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-19convert remaing DBG_WARNING to SAL_INFONoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-07Related: tdf#92392 clear workwins that point to pWindowCaolán McNamara
2015-06-05Resolves: tdf#91864 unset a dying childwindow as the active windowCaolán McNamara
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks