summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration
AgeCommit message (Expand)AuthorFilesLines
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin5-10/+5
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-4/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-41/+41
2015-11-03Support of popupmenu resource typeMaxim Monastirsky2-12/+11
2015-11-02loplugin:stringconstantNoel Grandin2-5/+4
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin6-30/+28
2015-10-14com::sun::star->css in frameworkNoel Grandin10-404/+404
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-96/+96
2015-09-18boost->stdCaolán McNamara1-3/+3
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2-2/+2
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-10/+10
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe6-14/+14
2015-08-05loplugin:unusedmethodsNoel Grandin1-1/+0
2015-07-30loplugin:unusedmethodsNoel Grandin3-22/+3
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-04uno::Sequence provides now begin and endNoel Grandin1-2/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin3-6/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara6-47/+44
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann5-5/+5
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-13coverity#1251595 Uncaught exceptionCaolán McNamara2-4/+5
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-30Kill some static OUStrings.Jan Holesovsky1-3/+7
2014-10-17coverity#1247630 Uncaught exceptionCaolán McNamara2-3/+4
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-2/+0
2014-10-02fix for older compiler, doesn't like <::Noel Grandin3-9/+9
2014-10-02loplugin: cstylecastNoel Grandin3-10/+10
2014-07-11convert GlobalImageList to SimpleReferenceObjectNoel Grandin2-32/+6
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin2-15/+25
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-10/+2
2014-06-03coverity#1219794 Uncaught exceptionCaolán McNamara1-2/+3
2014-06-03coverity#1219801 Uncaught exceptionCaolán McNamara1-1/+3
2014-05-28cid#706558 Uncaught exceptionNoel Grandin2-2/+2
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet3-9/+9
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet5-9/+9
2014-05-14Removed redundant private methods commentsHussian Alamri3-3/+0
2014-05-11fix-includes.pl: frameworkThomas Arnhold1-1/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-5/+3
2014-04-07framework: sal_Bool->boolNoel Grandin7-104/+104
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist9-34/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin4-4/+4
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-99/+99
2014-03-25coverity#1187652 Dead default in switchCaolán McNamara1-2/+0
2014-03-20Use an osl::Mutex directlyStephan Bergmann1-11/+6
2014-03-20Remove unused ThreadHelpBase baseStephan Bergmann1-3/+1
2014-03-20Use SolarMutexGuard directlyStephan Bergmann3-30/+28
2014-03-19Remove unused ThreadHelpBase baseStephan Bergmann1-2/+1