summaryrefslogtreecommitdiff
path: root/framework/source/services
AgeCommit message (Expand)AuthorFilesLines
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-1/+0
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann7-50/+50
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-2/+1
2016-04-11Lock member access in Frame::disposingStephan Bergmann1-65/+107
2016-04-11Turn disableLayoutManager into a member functionStephan Bergmann1-5/+6
2016-04-11Remove leftover commentsStephan Bergmann1-21/+0
2016-04-11Combine successive private blocksStephan Bergmann1-4/+0
2016-04-11protected -> privateStephan Bergmann1-2/+0
2016-04-11Fold impl_initializePropInfo into initListenersStephan Bergmann1-45/+33
2016-04-11No need to lock SolarMutex hereStephan Bergmann1-3/+0
2016-04-11No need to clear component context during disposeStephan Bergmann1-23/+10
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke2-7/+7
2016-04-08Base Frame on WeakComponentImplHelper instead of TransactionManagerStephan Bergmann1-459/+131
2016-04-07Resolve OUStringList typedefStephan Bergmann1-35/+35
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann2-3/+3
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann1-13/+400
2016-04-07[API CHANGE] Remove undocumented TabContainerWindow serviceStephan Bergmann1-537/+0
2016-04-05m_dbg_bMakeItFaster is always falseStephan Bergmann1-22/+0
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-01sequence->vector in frameworkNoel Grandin1-2/+2
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-29Rename OfficeIPCThread to RequestHandlerStephan Bergmann1-2/+2
2016-03-29handle failure to expand ~ in path elements.Michael Meeks1-4/+4
2016-03-23loplugin:constantparam in frameworkNoel Grandin3-10/+6
2016-03-15loplugin:salboolNoel Grandin1-2/+2
2016-03-15tdf#91794 remove OSL_DEBUG_LEVLEL > 1 conditionalsRohan Kumar1-4/+4
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky2-6/+2
2016-03-10loplugin:constantparam in toolsNoel Grandin1-2/+2
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt1-0/+8
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin3-15/+15
2016-02-22loplugin:write only fieldsNoel Grandin1-3/+0
2016-02-05Fix typosAndrea Gelmini3-18/+18
2016-02-03tdf#88205 Delete 'css::uno::Sequence' in frameworkkerem2-4/+2
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2016-01-13-Werror=attributes (GCC 6)Stephan Bergmann1-1/+1
2016-01-10Fix typosAndrea Gelmini5-13/+13
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara8-8/+8
2015-12-23loplugin:unusedfields in frameworkNoel Grandin2-4/+2
2015-12-16Simplify Desktop::getInfoHelperStephan Bergmann1-73/+25
2015-12-16No need for TransactionGuard::stopStephan Bergmann2-70/+61
2015-12-16Clean upStephan Bergmann1-25/+33
2015-12-10Unbreak reference upon disposing notificationStephan Bergmann1-1/+4
2015-11-30rhbz#1286416: Be more resilient during auto-recovery attemptsStephan Bergmann1-0/+2
2015-11-28Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan1-6/+4
2015-11-25vcl: improve scheduler debugging information.Michael Meeks1-0/+1
2015-11-20new loplugin:unusedfieldsNoel Grandin2-23/+19
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin10-20/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-55/+55
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann3-36/+36