summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Change the bits of the save button dynamicallyMaxim Monastirsky2-0/+62
2015-11-20loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin3-12/+0
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-7/+0
2015-11-20-Werror,-Wunused-private-fieldStephan Bergmann2-6/+0
2015-11-20add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin6-61/+11
2015-11-20new loplugin:unusedfieldsNoel Grandin22-164/+24
2015-11-19loplugin:sallogareasStephan Bergmann2-2/+2
2015-11-19The base class does this alreadyMaxim Monastirsky1-28/+2
2015-11-19tdf#95931 Add 'Open remote file' to menu in start centerSamuel Mehrbrodt1-0/+1
2015-11-19Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt3-16/+7
2015-11-19move translating a command name to image name out of frameworkTomaž Vajngerl2-162/+42
2015-11-19No toolbar and statusbar in the startcenterSamuel Mehrbrodt3-40/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin2-9/+3
2015-11-18Fix css.awt.XSystemDependentMenuPeer.getMenuHandleStephan Bergmann1-1/+2
2015-11-18SystemMenuData::nSize is never readStephan Bergmann1-1/+0
2015-11-18Don't wrongly redefine SystemMenuDataStephan Bergmann1-10/+1
2015-11-18Unify menu-based toolbar controllersMaxim Monastirsky3-79/+38
2015-11-18Toolbar: Refactor insert toolitem codeSamuel Mehrbrodt1-22/+7
2015-11-18Remove leftover break.Jan Holesovsky1-2/+0
2015-11-18Remove unused toolbaritem propertiesSamuel Mehrbrodt9-125/+43
2015-11-17loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt6-97/+7
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt1-55/+1
2015-11-17Remove unused methodsSamuel Mehrbrodt2-22/+0
2015-11-16Remove the ability to set tooltips in the toolbar xml filesSamuel Mehrbrodt4-50/+7
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-4/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin3-8/+3
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-120/+5
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian4-460/+956
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-9/+3
2015-11-15use initialiser for Sequence<OUString>Noel Grandin7-16/+8
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin38-82/+41
2015-11-13Toolbar: Use 'Name', not 'Label' property for Toolbar itemsSamuel Mehrbrodt1-1/+1
2015-11-12loplugin:passstuffbyrefStephan Bergmann2-2/+2
2015-11-12Add a new TooltipLabel property for uno commandsSamuel Mehrbrodt3-6/+19
2015-11-12Windows header sanitizationAshod Nakashian2-0/+8
2015-11-12Namespace cleanup and disambiguationAshod Nakashian6-27/+26
2015-11-11tdf#93837 Create Thesaurus popup menu controllerMaxim Monastirsky3-0/+223
2015-11-11tdf#93837 Add a new PopupLabel propertyMaxim Monastirsky2-1/+18
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-6/+5
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-12/+8
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin3-10/+8
2015-11-11Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann94-425/+425
2015-11-09new loplugin: oncevarNoel Grandin1-7/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann5-21/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann21-103/+103
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-15/+15
2015-11-05java: make inner classes static where possibleNoel Grandin4-4/+4