summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/prevwsh.cxx
AgeCommit message (Expand)Author
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-07tdf#91127 - audit for unfortunate SAL_NO_ACQUIRE referencing issues.Michael Meeks
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-29convert ZOOMBTN constants to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-20sc: convert new to ::CreateNoel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-16make CreatePrinterOptionsPage returns a VclPtr<>.Michael Meeks
2015-04-16Replace "sc design mode" sal_uInt8 with TriStateStephan Bergmann
2015-04-15convert SFX_VIEW constants to scoped enumNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-03-24convert SFX_PRINTER constants to enum classNoel Grandin
2015-03-24convert SVX_ZOOM_ENABLE constants to enum classNoel Grandin
2015-03-24convert SvxZoomType to enum classNoel Grandin
2015-02-03callcatcher: shave off some moreCaolán McNamara
2014-12-18sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-15sc: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-25We now only need one bit of information hereCaolán McNamara
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-07-26Massive 'Dialogdiet fail' and similar to 'Dialog creation failed'Matteo Casalin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-11Change SfxTabPage ctor SfxItemSet param from ref to pointerStephan Bergmann
2014-05-11Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
2014-04-15CID#1202954 init class memberEike Rathke
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-28coverity#705450 Self assignmentCaolán McNamara
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-19sal_Bool->boolNoel Grandin
2014-02-11coverity#735818 Dereference after null checkCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin