summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox
AgeCommit message (Expand)AuthorFilesLines
2016-02-05convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-10-18RemoteFilesDialogSzymon Kłos1-0/+50
2015-05-20Remove include stdio (part4)Julien Nabet1-1/+0
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks1-1/+1
2015-05-07Remove unused CreatePopupWindowCascading virtual methods.Michael Meeks1-9/+0
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2-24/+26
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin1-4/+4
2015-04-17svx: convert new to ::Create.Noel Grandin1-2/+2
2015-04-17sw: convert new to ::Create.Noel Grandin1-1/+1
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks1-2/+2
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+1
2015-04-10fix explicit delete.Michael Meeks1-2/+2
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-16/+12
2015-04-09vcl: VclPtr conversion in sfx2Noel Grandin1-0/+6
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-4/+4
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin1-1/+1
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+4
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara1-85/+22
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#84938: replace TOOLBOXITEM_ constants with enumNoel Grandin1-1/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-6/+6
2014-10-03loplugin: cstylecastNoel Grandin1-12/+12
2014-09-25coverity#1240261 Logically dead codeCaolán McNamara1-6/+6
2014-09-23fdo#82577: Handle WindowNoel Grandin1-17/+17
2014-09-17Convert SvxColorWindow_Impl to Widget LayoutKrisztian Pinter1-1/+1
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-25/+25
2014-09-10no member named 'UNKNOWN' in 'SfxItemState'Tor Lillqvist1-2/+2
2014-09-10more fixes for SfxItemStateNoel Grandin1-2/+14
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-5/+5
2014-09-06FloatingWindows are no longer loaded from resource filesCaolán McNamara1-17/+0
2014-09-05convert RID_SCROLL_NAVIGATION_WIN floating window to .uiCaolán McNamara1-0/+17
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-13/+3
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-9/+8
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+4
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-06-18Use ImplInheritanceHelperStephan Bergmann1-21/+0
2014-05-06Remove C11ismJulien Nabet1-4/+4
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet1-10/+10
2014-04-25Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0)Julien Nabet1-8/+8
2014-04-07sfx2: sal_Bool->boolNoel Grandin2-7/+7
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-03sfx2/tbxctrl.hxx: sal_Bool->boolNoel Grandin1-12/+3
2014-03-20coverity#735668 Dereference after null checkCaolán McNamara1-1/+3
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-22/+22