summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/childwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-08Related: tdf#92392 clear workwins that point to pWindowCaolán McNamara1-6/+11
2015-06-05Resolves: tdf#91864 unset a dying childwindow as the active windowCaolán McNamara1-1/+6
2015-05-07tdf#91127 - get SfxTabPage creation function ref-counting right.Michael Meeks1-0/+2
2015-04-10clear() is the equivalent of assigning a local ptr to NULL.Michael Meeks1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-10/+8
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-1/+1
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-5/+0
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-4/+4
2015-01-09fdo#84938: replace SYSTEMWINDOW_MODE constants with 'enum class'Noel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2014-11-22Cleanup some whitespace when I'm touching this code anyway.Jan Holesovsky1-1/+0
2014-11-20Remove ptr_vector header exposure from sfx2/childwin.hxx public header.Kohei Yoshida1-0/+1
2014-11-20Make the ctor and dtor bodies non-inline.Kohei Yoshida1-0/+13
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-02loplugin: cstylecastNoel Grandin1-10/+10
2014-09-23fdo#82577: Handle WindowNoel Grandin1-4/+4
2014-09-06Window::GetType returns WindowType not ResourceTypeCaolán McNamara1-2/+2
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-5/+4
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-03-27sfx2/childwin.hxx: sal_Bool->boolNoel Grandin1-33/+33
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-1/+1
2014-02-26Remove visual noise from sfx2Alexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-9/+9
2014-02-12coverity#441010 Dereference after null checkCaolán McNamara1-3/+3
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-11-08remove unnecessary use of OUString constructor in SFX2 moduleNoel Grandin1-1/+1
2013-09-20cook up a scheme to allow windows to have per-module settingsCaolán McNamara1-9/+25
2013-09-05convert sfx2/source/appl/* from String to OUStringNoel Grandin1-16/+16
2013-08-29convert sfx2/source/dialog/* from String to OUStringNoel Grandin1-11/+11
2013-08-29convert include/sfx2/childwin.hxx from String to OUStringNoel Grandin1-24/+21
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+1
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
2012-10-05fdo#46071: Do not hide windows based on nil "Visible" propertyStephan Bergmann1-1/+1
2012-07-09some UniString->rtl::OUStringCaolán McNamara1-10/+8
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-20Convert SV_DECL_PTRARR_DEL( SfxChildWinFactArr_Impl) to std::vectorNoel Grandin1-4/+4
2012-06-20Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vectorNoel Grandin1-8/+4
2012-03-22don't need to check for null before deleteMarkus Mohrhard1-4/+2
2012-02-05Remove unused codeElton Chung1-16/+0
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+3
2011-12-22catch by const refCaolán McNamara1-1/+1
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-2/+0