summaryrefslogtreecommitdiff
path: root/sfx2/source/control/bindings.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-06tdf#91721: fix crash during listbox control editing in database formLászló Németh1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-14/+15
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-03-24convert SfxPopupAction to enum classNoel Grandin1-12/+20
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-5/+0
2015-03-12sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl1-4/+3
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin1-3/+3
2015-01-25coverity#1266510 Useless callCaolán McNamara1-1/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-4/+4
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
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-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-5/+5
2014-10-02loplugin: cstylecastNoel Grandin1-10/+10
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe1-44/+13
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-32/+32
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-9/+9
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard1-1/+1
2014-07-03coverity#708816 Unused pointer valueCaolán McNamara1-7/+0
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-8/+8
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet1-3/+3
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann1-20/+0
2014-04-08coverity#704791 Dereference after null checkCaolán McNamara1-1/+1
2014-04-08coverity#704790 Dereference after null checkCaolán McNamara1-2/+2
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-62/+62
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31coverity#1194926 Dereference before null checkCaolán McNamara1-3/+1
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann1-53/+0
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+4
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-24/+24
2014-03-05remove unused code in SfxBindingsNoel Grandin1-26/+0
2014-02-26Remove visual noise from sfx2Alexander Wilms1-5/+5
2014-02-25remove unused method SfxBindings::GetDispatchProvider_Impl()Noel Grandin1-5/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-33/+33
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-17cid#705884 dereference before null checkNoel Grandin1-1/+1
2014-02-12coverity#441125 Dereference after null checkCaolán McNamara1-1/+1
2014-02-09coverity#1169825 Dereference after null checkCaolán McNamara1-1/+1
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-28coverity#440811 Dereference null return valueCaolán McNamara1-1/+4
2014-01-17bool improvementsStephan Bergmann1-2/+2
2013-12-20typo fixesAndras Timar1-1/+1
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-1/+1
2013-08-29convert include/sfx2/bindings.hxx from String to OUStringNoel Grandin1-1/+1
2013-07-09fix the sfx2->sfx log area renameLuboš Luňák1-2/+2
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+1
2013-05-11GetSlotServer can invalidate iterators into the slot cacheCaolán McNamara1-2/+3