summaryrefslogtreecommitdiff
path: root/framework/source/fwe/helper
AgeCommit message (Expand)Author
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-02-23get headless build to work again for LinuxThorsten Behrens
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann
2017-12-21Fix typosAndrea Gelmini
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin
2017-09-27loplugin:flatten in variousNoel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-20loplugin:constparams in frameworkNoel Grandin
2017-07-02loplugin:casttovoid: frameworkStephan Bergmann
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, frameworkStephan Bergmann
2017-01-14move Image(Bitmap, MaskBitmap) code to last user of itCaolán McNamara
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin
2016-11-07loplugin:oncevar in frameworkNoel Grandin
2016-11-03SafeMode: Add indicator to window title when in Safe ModeSamuel Mehrbrodt
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-05Prevent broadcast of title change events without a sourceakash
2016-04-05tdf#96044 - After exiting print preview main window number bumps to #3akash
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-04-01sequence->vector in frameworkNoel Grandin
2016-03-30tdf#96896-Fix infinite recursion to prevent Writer crashakash
2016-02-05Fix typosAndrea Gelmini
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-19loplugin:defaultparamsStephan Bergmann