summaryrefslogtreecommitdiff
path: root/framework/source/services/frame.cxx
AgeCommit message (Expand)Author
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-11Lock member access in Frame::disposingStephan Bergmann
2016-04-11Turn disableLayoutManager into a member functionStephan Bergmann
2016-04-11Remove leftover commentsStephan Bergmann
2016-04-11Combine successive private blocksStephan Bergmann
2016-04-11protected -> privateStephan Bergmann
2016-04-11Fold impl_initializePropInfo into initListenersStephan Bergmann
2016-04-11No need to lock SolarMutex hereStephan Bergmann
2016-04-11No need to clear component context during disposeStephan Bergmann
2016-04-08Base Frame on WeakComponentImplHelper instead of TransactionManagerStephan Bergmann
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann
2016-04-01sequence->vector in frameworkNoel Grandin
2016-03-23loplugin:constantparam in frameworkNoel Grandin
2016-03-10MenuDispatcher::m_pMenuManager is always nullptrMaxim Monastirsky
2016-02-05Fix typosAndrea Gelmini
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-16No need for TransactionGuard::stopStephan Bergmann
2015-11-28Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-02loplugin:stringconstantNoel Grandin
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-08full fill mostly fulfillCaolán McNamara
2015-09-30Fix typosAndrea Gelmini
2015-07-19Fix typosAndrea Gelmini
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-04-07convert SvtModuleOptions::EModule to scoped enumNoel Grandin
2015-04-07convert SvtModuleOptions::EFactory to enum classNoel Grandin
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-24loplugin:constantfunction: frameworkNoel Grandin
2015-02-27Remove nonsenseStephan Bergmann
2015-02-09Fix of a few typosAndrea Gelmini
2015-02-08Typo: we has->we haveJulien Nabet
2015-02-08Typo: relaese->releaseJulien Nabet
2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12framework: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-12typo: represant->representAndras Timar
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-01loplugin: cstylecastNoel Grandin