summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
AgeCommit message (Expand)Author
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
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-24convert SfxChildAlignment to enum classNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini