summaryrefslogtreecommitdiff
path: root/framework/source/uielement/uicommanddescription.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-36/+16
2016-10-18Make 'IsExperimental' property booleanSamuel Mehrbrodt1-4/+4
2016-10-13-Werror=reorderMaxim Monastirsky1-2/+2
2016-10-13Add experimental flag for CommandsSamuel Mehrbrodt1-2/+13
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-26tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-02-28tdf#84258 Allow creation of command aliasesMaxim Monastirsky1-1/+11
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin1-15/+7
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin1-6/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin1-11/+1
2015-11-20new loplugin:unusedfieldsNoel Grandin1-2/+0
2015-11-12Add a new TooltipLabel property for uno commandsSamuel Mehrbrodt1-1/+11
2015-11-11tdf#93837 Add a new PopupLabel propertyMaxim Monastirsky1-1/+11
2015-11-02loplugin:stringconstantNoel Grandin1-2/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-5/+5
2015-10-14com::sun::star->css in frameworkNoel Grandin1-26/+26
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-9/+9
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-07-30loplugin:unusedmethodsNoel Grandin1-4/+0
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-4/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-09Remove unused functionsStephan Bergmann1-1/+0
2014-04-07framework: sal_Bool->boolNoel Grandin1-28/+28
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist1-6/+0
2014-04-01coverity#707886 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-03-18Use cppu::BaseMutex instead of plain osl::Mutex as baseStephan Bergmann1-2/+2
2014-03-08coverity#707887 Uninitialized scalar fieldCaolán McNamara1-3/+5
2014-02-26Remove visual noise from frameworkAlexander Wilms1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-23/+23
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-02-13Move this Singleton class to anonymous namespace.Matúš Kukan1-3/+7
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-28fwk: Constructor feature for one instance UICommandDescription.Matúš Kukan1-34/+43
2014-01-08Resolves: #i118909# fix empty elements of return value...Tsutomu Uchino1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-3/+3
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-2/+2
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-09-09Bin some uses of the stupid DECLARE_ASCII macroTor Lillqvist1-1/+1
2013-07-23fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+0
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-6/+4
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-75/+75
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann1-3/+3
2013-03-16Resolves: #i118556# replace framework::OUStringHashCode with rtl::OUStringHashAriel Constenla-Haile1-1/+1