summaryrefslogtreecommitdiff
path: root/framework/inc
AgeCommit message (Expand)Author
2015-12-23loplugin:unusedfields in frameworkNoel Grandin
2015-12-21loplugin:unusedmethodsNoel Grandin
2015-12-16Simplify Desktop::getInfoHelperStephan Bergmann
2015-12-16Remove comment noiseStephan Bergmann
2015-12-16No need for TransactionGuard::stopStephan Bergmann
2015-12-16Simplify TransactionManagerStephan Bergmann
2015-12-16No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann
2015-12-16TransactionGuard is always called with null eReasonStephan Bergmann
2015-12-16Remove dead ctorStephan Bergmann
2015-12-16Clean upStephan Bergmann
2015-12-15loplugin:constantfunctionNoel Grandin
2015-12-12No need for a separate <vcl/lstbox.h>Tor Lillqvist
2015-12-11No need for a separate <vcl/graph.h>Tor Lillqvist
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-12-08Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt
2015-11-30loplugin:unusedfieldsNoel Grandin
2015-11-25More cleanup in toolbarmanagerSamuel Mehrbrodt
2015-11-25Cleanup toolbarmanagerSamuel Mehrbrodt
2015-11-25loplugin:unusedfields variousNoel Grandin
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin
2015-11-20-Werror,-Wunused-private-fieldStephan Bergmann
2015-11-20new loplugin:unusedfieldsNoel Grandin
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt
2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt
2015-11-17Remove unused methodsSamuel Mehrbrodt
2015-11-16Remove the ability to set tooltips in the toolbar xml filesSamuel Mehrbrodt
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-12loplugin:passstuffbyrefStephan Bergmann
2015-11-12Add a new TooltipLabel property for uno commandsSamuel Mehrbrodt
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-04Tweak MenuBarManager a bit for use with context menusMaxim Monastirsky
2015-11-03Support of popupmenu resource typeMaxim Monastirsky
2015-11-02Fix license headerStephan Bergmann
2015-11-02fix buildNoel Grandin
2015-11-02loplugin:stringconstantNoel Grandin
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-08full fill mostly fulfillCaolán McNamara