summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/workwin.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-20Remove include stdio (part4)Julien Nabet1-1/+0
2015-04-17sfx2: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10convert a problematic array to VclPtr.Michael Meeks1-6/+5
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-8/+8
2015-03-24convert SfxChildAlignment to enum classNoel Grandin1-86/+86
2015-03-11convert CHILD_ constants to enum classNoel Grandin1-20/+20
2015-03-11convert SfxDockingConfig to enum classNoel Grandin1-7/+7
2015-03-11convert SfxChildIdentifier to enum classNoel Grandin1-4/+4
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin1-28/+28
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2015-01-02Fix simple typos.Andrea Gelmini1-1/+1
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn1-4/+2
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara1-3/+3
2014-11-24no use is made of SfxObjectBar_Impl's aNameCaolán McNamara1-8/+0
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-5/+5
2014-10-02loplugin: cstylecastNoel Grandin1-15/+15
2014-09-23fdo#82577: Handle WindowNoel Grandin1-10/+10
2014-09-12sfx2: sal_Bool -> boolStephan Bergmann1-6/+6
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-3/+2
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-06-06coverity#704789 Dereference after null checkCaolán McNamara1-1/+1
2014-04-16coverity#1202948 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-90/+90
2014-04-04I can't see that the bVisible as 42 is any difference from 'true'Caolán McNamara1-2/+1
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-03-11coverity#440865 Logically dead codeCaolán McNamara1-25/+0
2014-03-11de-indent, given the early returnCaolán McNamara1-47/+43
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-8/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-5/+5
2014-02-26Remove visual noise from sfx2Alexander Wilms1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-34/+34
2014-02-06typo fixes in commentsAndras Timar1-2/+2
2014-01-28bool improvementsStephan Bergmann1-5/+5
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-17Bin --enable-desktop-gui-elementsTor Lillqvist1-1/+1
2013-09-20cook up a scheme to allow windows to have per-module settingsCaolán McNamara1-4/+27
2013-08-29convert sfx2/source/inc/workwin.hxx from String to OUStringNoel Grandin1-2/+2
2013-07-23convert sfx2 UNO services to WeakImplHelperNoel Grandin1-3/+0
2013-06-08Typos: alwas -> alwaysJulien Nabet1-3/+3
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-5/+5
2013-05-02Add --enable-desktop-gui-elements to show such even on non-DESKTOP platformsTor Lillqvist1-1/+1
2013-04-16Fix error: cannot cast from type 'int' to pointer type 'SfxChild_Impl *'Tor Lillqvist1-1/+1
2013-04-16Convert SfxChildWindows_Impl from SfxPtrArr to std::vectorNoel Grandin1-64/+61
2013-04-16Convert SfxChildList_Impl from SfxPtrArr to std::vectorNoel Grandin1-44/+36
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-9/+9
2013-04-02SFX_VISIBILITY_PLUGCLIENT, SERVER and RECORDING are unusedTor Lillqvist1-2/+0
2013-04-02Add comment about the ugly hardcoded resource idsTor Lillqvist1-3/+15