summaryrefslogtreecommitdiff
path: root/framework/source/fwe
AgeCommit message (Expand)AuthorFilesLines
2016-12-13vcl: set toolbox size correctly when using 32px iconsTomaž Vajngerl1-1/+1
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-6/+1
2016-11-07loplugin:oncevar in frameworkNoel Grandin2-13/+4
2016-11-03SafeMode: Add indicator to window title when in Safe ModeSamuel Mehrbrodt1-0/+8
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 Bergmann2-3/+3
2016-09-10typo fix: oue -> ourAndras Timar1-1/+1
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-2/+2
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
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
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin2-6/+2
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin2-24/+20
2016-06-06remove some manual ref-countingNoel Grandin1-6/+9
2016-06-03loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)Stephan Bergmann1-7/+2
2016-06-03tdf#89329: use unique_ptr for pImpl in interactionXisco Fauli1-6/+6
2016-05-24Revert "remove some manual ref-counting"Noel Grandin1-4/+6
2016-05-24remove some manual ref-countingNoel Grandin1-6/+4
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-3/+3
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-18/+11
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin2-5/+5
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke2-6/+0
2016-04-05Prevent broadcast of title change events without a sourceakash1-0/+3
2016-04-05tdf#96044 - After exiting print preview main window number bumps to #3akash1-0/+1
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-3/+3
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-04-01sequence->vector in frameworkNoel Grandin2-10/+8
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin2-6/+6
2016-03-30tdf#96896-Fix infinite recursion to prevent Writer crashakash1-1/+1
2016-03-11framework: Kill BmkMenuMaxim Monastirsky2-217/+0
2016-02-05Fix typosAndrea Gelmini1-3/+3
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl1-41/+8
2016-01-31unnecessary use of OUString constructorNoel Grandin1-3/+3
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-22Fix wrong use of OUString::copyMaxim Monastirsky1-5/+3
2016-01-18loplugin: unused return valuesNoel Grandin1-5/+3
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin3-51/+0
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin1-35/+19
2016-01-10Fix typosAndrea Gelmini4-4/+4
2016-01-05tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang701-2/+3
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara3-5/+5
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-21/+0