summaryrefslogtreecommitdiff
path: root/sfx2/source/control/bindings.cxx
AgeCommit message (Expand)Author
2014-10-02loplugin: cstylecastNoel Grandin
2014-09-26fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
2014-07-03coverity#708816 Unused pointer valueCaolán McNamara
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin
2014-05-06Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part2 + fix some errorsJulien Nabet
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-04-08coverity#704791 Dereference after null checkCaolán McNamara
2014-04-08coverity#704790 Dereference after null checkCaolán McNamara
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin
2014-03-31coverity#1194926 Dereference before null checkCaolán McNamara
2014-03-25Remove legacy DBG_PROFSART/STOP callsStephan Bergmann
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-05remove unused code in SfxBindingsNoel Grandin
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-25remove unused method SfxBindings::GetDispatchProvider_Impl()Noel Grandin
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-02-17cid#705884 dereference before null checkNoel Grandin
2014-02-12coverity#441125 Dereference after null checkCaolán McNamara
2014-02-09coverity#1169825 Dereference after null checkCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-28coverity#440811 Dereference null return valueCaolán McNamara
2014-01-17bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-11-11sfx2: include <> for external includesNorbert Thiebaud
2013-08-29convert include/sfx2/bindings.hxx from String to OUStringNoel Grandin
2013-07-09fix the sfx2->sfx log area renameLuboš Luňák
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann
2013-05-11GetSlotServer can invalidate iterators into the slot cacheCaolán McNamara
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-16Convert usage of SfxPtrArray to std::vectorNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-14Removed several useless macros: UNISTRING, USTR, USTR_ASCII, ASCII_STR, ASCII...Jean-Noël Rouvignac
2012-11-19Bin the HACK() sillynessTor Lillqvist
2012-08-04kill va_args abuse for SfxItemSetBjoern Michaelsen
2012-07-06re-base on ALv2 code. Includes:Michael Meeks
2012-06-20Convert SV_DECL_PTRARR(SfxUnoControllerArr_Impl) to std::vectorNoel Grandin
2012-06-08Convert SV_DECL_PTRARR_SORT_DEL(SfxFoundCacheArr_Impl) to std::vectorNoel Grandin
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin
2012-06-02targeted string re-workNorbert Thiebaud
2012-04-12removed useless static dataTakeshi Abe
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann