summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
2017-07-20loplugin:constparams in frameworkNoel Grandin31-57/+57
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-04loplugin:unusedfields in frameworkNoel Grandin5-20/+1
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
2017-07-02notify the clipboard terminate listener before any other terminate listenerMarkus Mohrhard1-0/+44
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin19-58/+31
2017-06-23simplify some string handling in tracing callsNoel Grandin1-10/+2
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin11-58/+2
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke20-20/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh2-0/+4
2017-06-15fix bug in MenuBarManager::FillMenuManagerNoel Grandin1-2/+1
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin2-2/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke35-77/+1
2017-06-08framework: replace double checked locking patternsJochen Nitschke13-430/+89
2017-06-08framework: cleanup xserviceinfo.hxx includesJochen Nitschke5-4/+2
2017-06-08framework: cleanup xinterface.hxx includesJochen Nitschke8-6/+2
2017-06-07framework: cleanup xtypeprovider.hxx includesJochen Nitschke6-6/+0
2017-06-05spelling instanciate -> instantiateNoel Grandin3-3/+3
2017-06-02Improved loplugin:redundantcast static_cast handling: frameworkStephan Bergmann2-2/+2
2017-06-01Fix typosAndrea Gelmini2-2/+2
2017-05-30teach redundantcast plugin about functional castsNoel Grandin7-20/+19
2017-05-28remove unnecessary use of OString::getStrNoel Grandin2-4/+4
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke1-1/+0
2017-05-20cleanup unused css/uri/ includesJochen Nitschke1-2/+0
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M1-2/+2
2017-05-19loplugin:stringcopy: frameworkStephan Bergmann4-6/+6
2017-05-19loplugin:unusedfieldsNoel Grandin4-10/+1
2017-05-18Revert "Popup menu controllers never attached to empty menus"Maxim Monastirsky1-2/+24
2017-05-18Remove slot usage from MenuBarManagerMaxim Monastirsky1-21/+4
2017-05-18Popup menu controllers never attached to empty menusMaxim Monastirsky1-24/+2
2017-05-18Use WeakComponentImplHelper for MenuBarManagerMaxim Monastirsky1-65/+36
2017-05-18Use CommandInfoProvider::GetModuleIdentifierMaxim Monastirsky2-31/+11
2017-05-18Remove the useless AddonMenu and AddonPopupMenuMaxim Monastirsky2-42/+11
2017-05-18Clean obsolete code from menu document writerMaxim Monastirsky2-15/+1
2017-05-18Addon items will get their icons in Activate anywayMaxim Monastirsky1-29/+0
2017-05-18Fix AddonMenu iconMaxim Monastirsky2-36/+9
2017-05-17FwkResId and FwlResId are the sameCaolán McNamara14-90/+40