summaryrefslogtreecommitdiff
path: root/framework/source/fwe/classes
AgeCommit message (Expand)AuthorFilesLines
2018-05-22Fix typosAndrea Gelmini1-1/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-1/+1
2018-03-16move framework/toolkit use of BitmapEx::GetMask inside vclNoel Grandin1-16/+3
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann1-8/+8
2017-12-26loplugin:passstuffbyref improved return in basic,frameworkNoel Grandin1-1/+1
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky1-2/+1
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin1-10/+10
2017-10-23loplugin:includeform: frameworkStephan Bergmann1-1/+1
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+3
2017-10-21tdf#113295 Fix typo in translation domain nameGabor Kelemen1-1/+1
2017-10-06Related: tdf#107569 Remove useless slotsMaxim Monastirsky1-12/+5
2017-09-18unused menu extension supplier stuffNoel Grandin1-47/+0
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin4-15/+15
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-3/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-21/+3
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-15/+12
2017-07-20loplugin:constparams in frameworkNoel Grandin1-2/+2
2017-07-04loplugin:unusedfields in frameworkNoel Grandin1-3/+0
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-7/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke2-2/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-08framework: replace double checked locking patternsJochen Nitschke5-176/+34
2017-05-18Use CommandInfoProvider::GetModuleIdentifierMaxim Monastirsky1-28/+8
2017-05-18Remove the useless AddonMenu and AddonPopupMenuMaxim Monastirsky1-41/+10
2017-05-18Clean obsolete code from menu document writerMaxim Monastirsky1-6/+0
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin1-1/+1
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-10/+9
2017-05-03remove empty commentsNoel Grandin1-6/+0
2017-04-19remove freshly unused menu support from src filesCaolán McNamara1-0/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-16convert FrameListAnalyzer::EDetect to scoped enumNoel Grandin1-13/+10
2017-02-06Add missing #includesStephan Bergmann1-0/+2
2017-02-02Fix some typosSamuel Mehrbrodt1-2/+2
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin3-7/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann5-54/+15
2016-12-09vcl: set toolbox size correctly when using 32px iconsTomaž Vajngerl1-1/+1
2016-10-27coverity#1374317 Uncaught exceptionCaolán McNamara1-1/+1
2016-10-26coverity#1374282 Uncaught exceptionCaolán McNamara1-1/+1
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-12/+12
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-2/+2
2016-09-20loplugin:unusedfieldsNoel Grandin1-10/+9
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-10typo fix: oue -> ourAndras Timar1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-07-08Related: tdf#100713 fix more recent bug to try and see older bug...Caolán McNamara1-4/+6
2016-06-28tdf#89329: use shared_ptr for pImpl in addonsoptionsXisco Fauli1-39/+24