summaryrefslogtreecommitdiff
path: root/sfx2/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-03-19loplugin:constantfunction: sfx2Noel Grandin6-75/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-2/+2
2015-03-12sfx2: PVS-Studio V595 'pLastState' pointer could be nullMichael Stahl1-3/+3
2015-03-12sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl1-4/+3
2015-03-06Idle: Changed to new enum nameTobias Madl1-3/+3
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl1-3/+3
2015-03-06idle includes and enum useJennifer Liebel1-3/+4
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin5-18/+18
2015-02-18Better way to avoid ambiguities among ResId ctorsStephan Bergmann1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-253/+253
2015-02-03valgrind: fix leakCaolán McNamara1-1/+1
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2-15/+0
2015-01-28tdf#60739 code factorisationMichaël Lefèvre1-0/+14
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-2/+2
2015-01-25coverity#1266510 Useless callCaolán McNamara1-1/+0
2015-01-24Typo: syncro->synchroJulien Nabet1-6/+6
2015-01-20Some more loplugin:cstylecast: sfx2Stephan Bergmann1-1/+1
2015-01-16Provide thumbnail size via constructor for RecentDocsViewItemTomaž Vajngerl2-5/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2015-01-10Fix long/sal_IntPtr mismatch on x86_64 platform on windowsDavid Ostrovsky1-2/+2
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+4
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-12-23fdo#39440 reduce scope of local variablesMichael Weghorn3-8/+9
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-09removed unused timeout definesTobias Madl1-2/+0
2014-12-09changed timers to idleJennifer Liebel1-12/+12
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-2/+2
2014-11-25We now only need one bit of information hereCaolán McNamara1-7/+7
2014-11-25only use of SfxInterface::GetName is for debugging infoCaolán McNamara1-4/+2
2014-11-24SfxModule has GetResMgr so SfxShell and SfxInterface don't need GetResMgrCaolán McNamara1-5/+0
2014-11-24SfxObjectUI_Impl's pName is now unusedCaolán McNamara1-7/+0
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara1-18/+13
2014-11-24ResId return from GetObjectBarResId is only used for its numerical idCaolán McNamara2-4/+4
2014-11-24in passing RegisterChildWindow already never used its pStr argCaolán McNamara1-4/+3
2014-11-24so RegisterObjectBar's pStr arg is never usedCaolán McNamara1-4/+3
2014-11-24so CreateObjectBarUI_Impl's pStr arg is unusedCaolán McNamara1-7/+3
2014-11-24so SfxObjectUI_Impl pName is only set, never readCaolán McNamara1-26/+1
2014-11-24so SfxInterface::GetObjectBarName is now unusedCaolán McNamara1-23/+0
2014-11-24so nothing consumes SfxObjectBars_Impl's nameCaolán McNamara1-6/+0
2014-11-24nothing is then consuming the SetObjectBar_Impl pName argCaolán McNamara1-4/+3
2014-11-24no use is made of _pResMgrCaolán McNamara1-6/+1
2014-11-23loplugin:unreffunStephan Bergmann1-10/+0
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida1-0/+45
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida1-0/+42
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida2-0/+41
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida1-0/+42
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-1/+3
2014-11-17fdo#85478 Avoid destroying bitmaps after VCL is shut downMatthew J. Francis1-23/+5