summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper
AgeCommit message (Expand)AuthorFilesLines
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin2-4/+4
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-23get headless build to work again for LinuxThorsten Behrens1-0/+2
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann2-4/+4
2017-12-21Fix typosAndrea Gelmini1-1/+1
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-2/+2
2017-09-27loplugin:flatten in variousNoel Grandin1-49/+34
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-20loplugin:constparams in frameworkNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: frameworkStephan Bergmann1-24/+12
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-2/+1
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-4/+0
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-4/+4
2017-02-06Add missing #includesStephan Bergmann3-0/+7
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-42/+27
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann1-0/+3
2017-01-14move Image(Bitmap, MaskBitmap) code to last user of itCaolán McNamara1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-4/+4
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-6/+1
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-7/+1
2016-11-03SafeMode: Add indicator to window title when in Safe ModeSamuel Mehrbrodt1-0/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-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-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-1/+1
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin1-3/+3
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-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-2/+0
2016-04-01sequence->vector in frameworkNoel Grandin1-4/+2
2016-03-30tdf#96896-Fix infinite recursion to prevent Writer crashakash1-1/+1
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-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-3/+3
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin1-49/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara2-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin1-1/+1
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-3/+2
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann2-2/+2