summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* Fix typosAndrea Gelmini2018-01-145-14/+14
* Fix typosAndrea Gelmini2018-01-1412-20/+20
* More loplugin:cstylecast: frameworkStephan Bergmann2018-01-1228-52/+52
* loplugin:redundantcast: frameworkStephan Bergmann2018-01-111-5/+5
* Fix typosAndrea Gelmini2018-01-054-6/+5
* drop CmdToXGraphicNameAccess typedefNoel Grandin2018-01-041-19/+17
* tdf#107039: Avoid deadlock by locking the SolarMutex early on in one placeTor Lillqvist2018-01-031-0/+1
* Fix typosAndrea Gelmini2018-01-032-3/+3
* Fix typosAndrea Gelmini2017-12-293-3/+3
* Fix typosAndrea Gelmini2017-12-294-4/+4
* loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin2017-12-264-4/+4
* lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky2017-12-221-2/+1
* Fix typosAndrea Gelmini2017-12-211-1/+1
* Related: tdf#79657 Different approach to disable the context menuMaxim Monastirsky2017-12-201-1/+0
* Fix typosAndrea Gelmini2017-12-201-1/+1
* remove unused typedefsNoel Grandin2017-12-191-2/+0
* Fix typosAndrea Gelmini2017-12-191-1/+1
* Fix typosAndrea Gelmini2017-12-173-8/+8
* tdf#98058 Respect menu:style="text" settingMaxim Monastirsky2017-12-171-12/+5
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-4/+4
* Fix typoAndrea Gelmini2017-12-141-1/+1
* Make loplugin:salcall look into macros tooStephan Bergmann2017-12-1324-25/+25
* sal_uLong->void* for userdata in MenuNoel Grandin2017-12-136-18/+18
* Fix typos and grammarIlmari Lauhakangas2017-12-111-1/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-1140-55/+55
* cppcheck: fix some reportsJulien Nabet2017-12-081-1/+1
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+1
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-062-2/+2
* tdf#45904 Move _XRecentFunctions Java tests to C++Jens Carl2017-12-051-1/+0
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-0511-24/+24
* loplugin:unnecessaryparenStephan Bergmann2017-12-031-1/+1
* loplugin:unnecessaryparen: signed numeric literalsStephan Bergmann2017-11-301-2/+2
* tdf#114025 framework: avoid deadlock between Desktop init ...Michael Stahl2017-11-301-5/+25
* related tdf#113911: better statement to identify Writer appHenry Castro2017-11-291-21/+6
* sc, sd: rework UI Text Language "More" button, tdf#113911Henry Castro2017-11-282-28/+78
* loplugin:unnecessaryparen check for (f1()).f2Noel Grandin2017-11-272-2/+2
* tdf#45904 Move _XHeaderFooterContent Java tests to C++Jens Carl2017-11-271-1/+0
* set new document window as parent for dialogs during loadCaolán McNamara2017-11-241-7/+29
* Related: tdf#113160 set a temporary dialog parent during type detectionCaolán McNamara2017-11-231-23/+8
* move preventduplicateinteraction from framework to sfx2 consumerCaolán McNamara2017-11-232-233/+0
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-234-6/+6
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-3/+3
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-205-9/+9
* Add templates menu and remove macro recording in start centerYousuf Philips2017-11-171-2/+11
* sc: disable context menu of the language status bar itemHenry Castro2017-11-151-1/+3
* Fix typosAndrea Gelmini2017-11-134-6/+6
* tdf#45904 Move _XLabelRange Java tests to C++Jens Carl2017-11-131-1/+0
* Fix typosAndrea Gelmini2017-11-131-1/+1
* Fix typosAndrea Gelmini2017-11-1314-26/+26