summaryrefslogtreecommitdiff
path: root/sfx2/source/control/bindings.cxx
AgeCommit message (Expand)Author
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-06-17use assert, this time correctlyDavid Tardon
2016-06-17use assertDavid Tardon
2016-06-08tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk
2016-05-22tdf#89329: use unique_ptr for pImpl in bindingsXisco Fauli
2016-05-20loplugin:unusedmethods in sfx2, SfxUnoControllerItem goesNoel Grandin
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2016-05-10clang-tidy modernize-loop-convert sfx2Noel Grandin
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-13loplugin:passstuffbyref in sfx2Noel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in sfx2Noel Grandin
2016-04-06Avoid reserved identifiersStephan Bergmann
2016-03-17loplugin:constantparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-02-08convert SfxSlotKind to scoped enumNoel Grandin
2016-02-05remove unused SlotId/Volatile from .SDI filesNoel Grandin
2016-01-19CppunitTest_desktop_lib: add ModifiedStatus callback testcaseMiklos Vajna
2016-01-10Fix typosAndrea Gelmini
2015-12-09Use unique_ptr out-arg to in SfxBindings::QueryState to avoid mem leaksStephan Bergmann
2015-11-23loplugin:unusedfields in sfx2/Noel Grandin
2015-11-12sfx2: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
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-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-09-17boost->stdCaolán McNamara
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15tdf#91721: fix crash during listbox control editing in database formLászló Németh
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-24convert SfxPopupAction to enum classNoel Grandin
2015-03-19loplugin:constantfunction: sfx2Noel Grandin
2015-03-12sfx2: PVS-Studio V595 'pDispatcher' pointer could be nullMichael Stahl
2015-02-25convert SFX_SLOT_ constants to enum classNoel Grandin
2015-01-25coverity#1266510 Useless callCaolán McNamara
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-23loplugin:unreffunStephan Bergmann
2014-11-21Same with SfxUnoControllerArr_Impl.Kohei Yoshida
2014-11-21Forward declare SfxFoundCacheArr_Impl and SfxFoundCache_Impl in bindings.hxx.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
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