summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-041-9/+0
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* Reduced scope of the rDefaultElementType variableZdibák Zoltán2018-10-311-1/+3
* tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen2018-10-262-0/+2
* loplugin:singlevalfields improvementNoel Grandin2018-10-263-52/+18
* Fix typoAndrea Gelmini2018-10-241-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2411-76/+71
* clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin2018-10-233-4/+4
* pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara2018-10-221-3/+2
* pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara2018-10-221-2/+1
* pvs-studio: A part of conditional expression is always trueCaolán McNamara2018-10-211-1/+1
* Fix typosAndrea Gelmini2018-10-201-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-196-6/+6
* clang-tidy readability-misleading-indentationNoel Grandin2018-10-193-25/+25
* loplugin:staticvar in editeng..frameworkNoel Grandin2018-10-172-2/+2
* drop LazyDeletorCaolán McNamara2018-10-161-6/+3
* tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke2018-10-121-1/+1
* tdf#120264 - Access to "Get Involved"heiko tietze2018-10-091-0/+1
* use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin2018-10-091-1/+2
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-081-0/+1
* Fix E_SUCCEDED -> E_SUCCEEDEDAndrea Gelmini2018-09-281-4/+4
* tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen2018-09-241-0/+1
* menu:style="radio" is used since 2010, update dtd to realityChristian Lohmaier2018-09-191-0/+3
* tdf#114441 Replacing sal_uLong with most appropriate integer typesCaio B. Silva2018-09-181-3/+3
* New loplugin:externalStephan Bergmann2018-09-177-16/+16
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-1010-0/+10
* loplugin:simplifyconstruct in filter..frameworkNoel Grandin2018-09-0811-16/+2
* Cppcheck: make 1-argument ctors explicitMike Kaganski2018-09-071-1/+1
* loplugin:useuniqueptr in framework::FrameNoel Grandin2018-09-061-4/+4
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-052-2/+4
* loplugin:useuniqueptr in AcceleratorConfigurationNoel Grandin2018-09-042-40/+12
* loplugin:useuniqueptr in HandlerCacheNoel Grandin2018-09-042-42/+28
* tdf#119390 Don't focus the toolbar when closing a floating windowMaxim Monastirsky2018-08-311-2/+3
* loplugin:useuniqueptr in MenuBarManagerNoel Grandin2018-08-152-33/+20
* create appendCopy method in OUStringBufferNoel Grandin2018-08-141-2/+2
* Toolbar and menu containers are similar enoughMaxim Monastirsky2018-08-091-60/+1
* fix for crash in CppunitTest_services on windowsNoel Grandin2018-08-061-3/+5
* Fix typosAndrea Gelmini2018-07-314-12/+12
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3045-0/+45
* Fix typosAndrea Gelmini2018-07-291-2/+2
* Fix typoAndrea Gelmini2018-07-291-2/+2
* loplugin:returnconstant in frameworkNoel Grandin2018-07-276-53/+28
* loplugin:stringloop in basic, framework, sax, svtoolsNoel Grandin2018-07-274-15/+14
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-271-2/+2
* framework: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann2018-07-263-28/+0
* Fix typosAndrea Gelmini2018-07-231-2/+2
* Fix typosAndrea Gelmini2018-07-191-2/+2
* Fix typosAndrea Gelmini2018-07-181-1/+1
* merge IUndoManager into SfxUndoManagerNoel Grandin2018-07-131-32/+31
* pass SvStream around by std::unique_ptrNoel Grandin2018-07-101-3/+1