summaryrefslogtreecommitdiff
path: root/sfx2/source/toolbox
AgeCommit message (Expand)Author
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12loplugin:mergeclassesNoel Grandin
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-21convert Link<> to typedNoel Grandin
2015-09-20convert Link<> to typedNoel Grandin
2015-09-17boost->stdCaolán McNamara
2015-09-15convert Link<> to typedNoel Grandin
2015-09-09convert Link<> to typedNoel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-07cppcheck:noExplicitConstructorNoel Grandin
2015-07-27Fix mismergeMaxim Monastirsky
2015-07-24Don't show open remote entry in the recent doc menuMaxim Monastirsky
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky
2015-07-16'Save As' popup menu in the Writer's toolbarSzymon Kłos
2015-07-16loplugin:unusedmethods sfx2Noel Grandin
2015-07-14sfx2: remove pointless GenLink classMichael Stahl
2015-07-05SfxToolBoxControl::GetPopupWindowType seems unused, kill itMaxim Monastirsky
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-25convert SHOW constants to scoped enumNoel Grandin
2015-05-20Remove include stdio (part4)Julien Nabet
2015-05-07tdf#91073 - keep the popup pointer around while we operate on it.Michael Meeks
2015-05-07Remove unused CreatePopupWindowCascading virtual methods.Michael Meeks
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-16make CreateItemWindow return a VclPtr<>.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10fix explicit delete.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel 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-04-09vcl: VclPtr conversion in sfx2Noel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-24convert SfxPopupWindowType to enum classNoel Grandin
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-11-24show that GetImageManager never has a NULL moduleCaolán McNamara
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini