summaryrefslogtreecommitdiff
path: root/sfx2/source/statbar
AgeCommit message (Expand)AuthorFilesLines
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-30/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
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-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt1-4/+4
2014-11-07fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin1-3/+3
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-5/+5
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-3/+3
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-9/+8
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+2
2014-05-06Remove C11ismJulien Nabet1-1/+1
2014-05-05Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2Julien Nabet1-4/+4
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-03-27sfx2/stbitem.hxx: sal_Bool->boolNoel Grandin1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-29/+29
2014-01-28bool improvementsStephan Bergmann1-1/+1
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert chunk of sfx internal code from String to OUStringNoel Grandin1-1/+1
2013-06-28remove toolkit/unohlp.hxx hackThomas Arnhold1-1/+1
2013-05-21Related: #i121442# Adapt existing code in other modulesAriel Constenla-Haile1-4/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2012-07-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-20Convert SV_DECL_PTRARR_DEL(SfxStbCtrlFactArr_Impl) to std::vectorNoel Grandin1-2/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-2/+2
2012-06-02targeted string re-workNorbert Thiebaud1-1/+1
2012-03-30removed duplicate includes in sfx2Takeshi Abe1-1/+0
2012-01-10Remove cruft in debug toolsMarcel Metz1-1/+0
2011-12-15Removed extra semicolonsJesse1-1/+1
2011-11-27remove include of pch header from sfx2Norbert Thiebaud1-2/+0
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2-73/+31
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens2-73/+31
2011-03-10Translations (4).Albert Thuswaldner1-81/+76
2011-01-07removetooltypes: #i112600# remove tooltypesMikhail Voytenko1-25/+25
2010-11-21TL_CONSTASCII_USTRINGPARAM in libs core 31Gert Faller1-1/+1
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen1-47/+0
2010-10-28CWS gnumake: resync to m91; conflicts unresolvedMathias Bauer1-0/+5
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud1-10/+10