summaryrefslogtreecommitdiff
path: root/sfx2/source/inc/workwin.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+0
2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin1-2/+2
2016-10-14loplugin:mergeclasses merge SfxWorkWindow with SfxFrameWorkWin_ImplNoel Grandin1-16/+7
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05loplugin:countusersofdefaultparams in sfx2..svgioNoel Grandin1-2/+2
2016-06-28loplugin:singlevalfields in variousNoel Grandin1-3/+1
2016-06-24loplugin:singlevalfields in sfx2Noel Grandin1-7/+3
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin1-1/+1
2016-02-19new loplugin: find write-only fieldsNoel Grandin1-3/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-1/+0
2015-11-23loplugin:unusedfields in sfx2/Noel Grandin1-9/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-29com::sun::star->css in sfx2Noel Grandin1-13/+13
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-08-04shell,sfx2,sd: inline some use-once typedefsNoel Grandin1-9/+8
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-5/+0
2015-06-05the only thing that calls ActivateNextChild_Impl is itselfCaolán McNamara1-1/+0
2015-06-05Resolves: tdf#91864 unset a dying childwindow as the active windowCaolán McNamara1-0/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-7/+7
2015-04-28SfxChildWin_Impl::nVisibility is of type sal_uInt16/SVX_VISIBILITY_*Stephan Bergmann1-1/+1
2015-04-10convert a problematic array to VclPtr.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+6
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-15/+23
2015-03-11convert SfxDockingConfig to enum classNoel Grandin1-5/+5
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin1-5/+5
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-5/+5
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-4/+4
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara1-2/+2
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara1-2/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-11/+11
2014-09-12sfx2: sal_Bool -> boolStephan Bergmann1-3/+3
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-53/+53
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-26Remove visual noise from sfx2Alexander Wilms1-10/+10
2013-10-28fixincludeguards.sh: sfx2Thomas Arnhold1-2/+2
2013-08-29convert sfx2/source/inc/workwin.hxx from String to OUStringNoel Grandin1-4/+4
2013-07-23convert sfx2 UNO services to WeakImplHelperNoel Grandin1-7/+4
2013-06-21coverity#707538 : unitialized scalar variablesNorbert Thiebaud1-0/+2
2013-04-16remove dead class SfxPtrAr and it's header sfx/inc/sfx2/minarray.hxxNoel Grandin1-1/+0
2013-04-16Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin1-8/+2
2013-04-16Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2012-08-07Remove non-existing forward declarationsThomas Arnhold1-1/+0
2012-07-17removed unused forward declarations of classTakeshi Abe1-2/+0
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14