summaryrefslogtreecommitdiff
path: root/framework/source
AgeCommit message (Expand)AuthorFilesLines
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 Monastirsky2-73/+36
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 Mehrbrodt4-84/+19
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt4-88/+7
2015-11-17tdf#95845 Use CommandInfoProvider to receive command propertiesSamuel Mehrbrodt1-55/+1
2015-11-17Remove unused methodsSamuel Mehrbrodt1-18/+0
2015-11-16Remove the ability to set tooltips in the toolbar xml filesSamuel Mehrbrodt2-46/+6
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt1-4/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-6/+2
2015-11-16Cleanup: Consolidate the different ways to get command labels/tooltipsSamuel Mehrbrodt1-120/+5
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 Grandin33-72/+36
2015-11-13Toolbar: Use 'Name', not 'Label' property for Toolbar itemsSamuel Mehrbrodt1-1/+1
2015-11-12loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-11-12Add a new TooltipLabel property for uno commandsSamuel Mehrbrodt2-5/+18
2015-11-12Windows header sanitizationAshod Nakashian2-0/+8
2015-11-12Namespace cleanup and disambiguationAshod Nakashian4-11/+4
2015-11-11tdf#93837 Create Thesaurus popup menu controllerMaxim Monastirsky1-0/+218
2015-11-11tdf#93837 Add a new PopupLabel propertyMaxim Monastirsky2-1/+18
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+4
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-11/+7
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-9/+6
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 Bergmann89-407/+407
2015-11-09new loplugin: oncevarNoel Grandin1-7/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann4-10/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann21-103/+103
2015-11-04Tweak MenuBarManager a bit for use with context menusMaxim Monastirsky2-5/+10
2015-11-03Support of popupmenu resource typeMaxim Monastirsky4-31/+51
2015-11-02fix buildNoel Grandin1-1/+1
2015-11-02loplugin:stringconstantNoel Grandin32-113/+97
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin65-241/+223
2015-11-01no need to be so verbose in constructing uno::ReferenceNoel Grandin4-9/+9
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-3/+3
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin8-39/+16
2015-10-22afl-eventtesting: improve event testing exitCaolán McNamara1-2/+7
2015-10-21impl_mergeMediaDescriptorWithMightExistingModelArgs is a sick function name.Jan Holesovsky1-38/+32
2015-10-20afl-eventtesting: shutdown cleaner to allow things to deregisterCaolán McNamara1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+1
2015-10-19loplugin:defaultparamsStephan Bergmann5-5/+5
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-15vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+7
2015-10-14com::sun::star->css in frameworkNoel Grandin96-1065/+1065