summaryrefslogtreecommitdiff
path: root/framework/source/fwi
AgeCommit message (Expand)AuthorFilesLines
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-03-17Use for-range loops in frameworkJulien Nabet1-4/+2
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: frameworkStephan Bergmann2-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin2-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-27loplugin:flatten in variousNoel Grandin2-61/+49
2017-09-22loplugin:flatten in filter..i18npoolNoel Grandin1-3/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-3/+3
2017-07-02loplugin:casttovoid: frameworkStephan Bergmann1-1/+0
2017-06-08framework: replace double checked locking patternsJochen Nitschke2-80/+18
2017-05-19loplugin:stringcopy: frameworkStephan Bergmann1-3/+3
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke1-1/+0
2017-04-23tdf#95845 Use CommandInfoProviderMaxim Monastirsky1-2/+0
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-6/+6
2017-02-21loplugin:subtlezeroinit: frameworkStephan Bergmann1-2/+2
2017-02-10convert ConfigNameFormat to scoped enumNoel Grandin1-1/+1
2017-02-06Add missing #includesStephan Bergmann3-0/+5
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin2-6/+6
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-35/+6
2016-11-08loplugin:expandablemethods in frameworkNoel Grandin1-8/+1
2016-10-18loplugin:unusedmethodsNoel Grandin1-206/+0
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-2/+2
2016-04-07Resolve OUStringList typedefStephan Bergmann2-3/+3
2016-04-07dllexport class deriving from template means trouble with MSVCStephan Bergmann1-4/+8
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann1-4/+0
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann1-338/+0
2016-03-29framework: cid#1357163 fix the fix d5e4fe23Michael Stahl1-4/+1
2016-03-29cid#1357163: 'Constant' variable guards dead codeStephan Bergmann1-6/+2
2016-03-23loplugin:constantparam in frameworkNoel Grandin1-19/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-05Fix typosAndrea Gelmini1-2/+2
2016-02-04loplugin:sallogareasStephan Bergmann1-1/+1
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken1-1/+1
2015-12-16Simplify TransactionManagerStephan Bergmann1-89/+25
2015-12-16No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann1-2/+2
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt1-71/+0
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-27/+27
2015-11-02loplugin:stringconstantNoel Grandin1-2/+0
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin5-5/+5
2015-10-14com::sun::star->css in frameworkNoel Grandin4-47/+47
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-28framework: remove obsolete Linux libc5 supportMichael Stahl1-14/+5