summaryrefslogtreecommitdiff
path: root/framework/source/uielement/uicommanddescription.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-21fdo#46808, Use service constructor for frame::UICommandDescriptionNoel Grandin1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin1-15/+15
2012-10-23Related fdo#46808: Improve previous commit slightlyStephan Bergmann1-3/+2
2012-10-23fdo#46808, use service constructor for frame::ModuleManagerNoel Grandin1-1/+2
2012-08-08remove include comments and boxesThomas Arnhold1-10/+0
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-1/+2
2012-06-02targeted string re-workNorbert Thiebaud1-16/+16
2012-05-24removed unused const char[]Takeshi Abe1-2/+0
2011-12-30Fix for fdo43460 Part XX getLength() to isEmpty()Olivier Hallot1-2/+2
2011-11-27remove include of pch header from frameworkNorbert Thiebaud1-2/+0
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann1-7/+2
2011-09-26WaE: unused eCaolán McNamara1-14/+14