summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann2-4/+2
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin17-41/+41
2017-09-02use more ErrCode.IsWarning()Noel Grandin2-2/+2
2017-09-01Replace list by vector in substitutepathvars (framework)Julien Nabet1-2/+2
2017-09-01xmlsecurity: fix inconsistent param naming in interface/implementationMiklos Vajna1-1/+1
2017-08-31inline some use-once typedefsNoel Grandin1-6/+0
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist2-2/+2
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2-0/+13
2017-08-24loplugin:useuniqueptr in frameworkNoel Grandin3-25/+9
2017-08-23convert message box style bits to scoped enumNoel Grandin1-1/+1
2017-08-22Add some exception messages to the removeSettings methodMuhammet Kara2-8/+20
2017-08-22Really run the layouter every 50msJan-Marek Glogowski1-6/+5
2017-08-19convert extended WinBits to scoped enumNoel Grandin2-3/+3
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-18Fix typosAndrea Gelmini2-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-2/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin2-6/+4
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin19-49/+46
2017-08-08loplugin:unusedmethodsNoel Grandin2-7/+0
2017-08-08loplugin:constantparamNoel Grandin2-15/+8
2017-08-07loplugin:oncevarStephan Bergmann1-2/+3
2017-08-02remove unnecessary use of 'this->'Noel Grandin6-6/+6
2017-08-01move resmgr to unotoolsCaolán McNamara6-26/+7
2017-08-01loplugin:checkunusedparamsNoel Grandin4-20/+12
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-1/+1
2017-07-31loplugin:oncevarNoel Grandin2-10/+5
2017-07-28loplugin:constparams handle constructorsNoel Grandin5-6/+6
2017-07-28loplugin:checkunusedparams more part2Noel Grandin5-15/+10
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin9-88/+59
2017-07-22loplugin:unusedfields in extensions..frameworkNoel Grandin1-1/+0
2017-07-21loplugin:constparams in soltools and variousNoel Grandin1-1/+1
2017-07-21Fix typosAndrea Gelmini1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara34-346/+140
2017-07-20loplugin:constparams in frameworkNoel Grandin47-77/+77
2017-07-15emfplus: create a wmf/emf/emf+ primitive based importerArmin Le Grand4-4/+4
2017-07-13use more OUString::operator== in forms..salNoel Grandin5-10/+10
2017-07-13unused ResMgrCaolán McNamara1-1/+0
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-0/+1
2017-07-13loplugin:oncevar: empty strings: frameworkStephan Bergmann7-19/+8
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin1-3/+3
2017-07-11simplify some OUString::concat usageNoel Grandin2-2/+2
2017-07-11use more range-for on uno::SequenceNoel Grandin1-4/+3
2017-07-10simplify some OUString compareTo callsNoel Grandin2-3/+3
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin11-83/+23
2017-07-05new loplugin unnecessaryparenNoel Grandin2-3/+3
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier1-0/+2
2017-07-04loplugin:unusedfields in frameworkNoel Grandin8-34/+3
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-3/+2
2017-07-03Fix typosAndrea Gelmini1-1/+1
2017-07-02loplugin:casttovoid: frameworkStephan Bergmann4-27/+13