summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2015-12-172-28/+0
* Simplify Desktop::getInfoHelperStephan Bergmann2015-12-162-74/+25
* Remove comment noiseStephan Bergmann2015-12-161-37/+4
* No need for TransactionGuard::stopStephan Bergmann2015-12-163-88/+62
* Simplify TransactionManagerStephan Bergmann2015-12-162-110/+25
* No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann2015-12-163-8/+4
* TransactionGuard is always called with null eReasonStephan Bergmann2015-12-161-11/+3
* Remove dead ctorStephan Bergmann2015-12-161-14/+0
* Clean upStephan Bergmann2015-12-162-44/+33
* Fix indentationSamuel Mehrbrodt2015-12-161-30/+29
* Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt2015-12-161-5/+5
* vcl: Initial NotebookBar implementation.Jan Holesovsky2015-12-161-0/+7
* loplugin:constantfunctionNoel Grandin2015-12-158-98/+1
* tdf#93837 Add helper code to load popup menus from xmlMaxim Monastirsky2015-12-133-0/+337
* No need for a separate <vcl/lstbox.h>Tor Lillqvist2015-12-121-1/+1
* No need for a separate <vcl/graph.h>Tor Lillqvist2015-12-114-4/+0
* Clear all m_pVCLMenu->pItemList->maItemList[i]->m_pSubMenuStephan Bergmann2015-12-111-5/+6
* Unbreak reference upon disposing notificationStephan Bergmann2015-12-101-1/+4
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-2/+2
* Move icon rotation/flip handling from ToolbarManager to vcl's ToolbarSamuel Mehrbrodt2015-12-082-157/+1
* ThesaurusMenuController improvementsMaxim Monastirsky2015-12-061-51/+8
* Save Remote File isn't supported in all modulesMaxim Monastirsky2015-12-011-1/+13
* rhbz#1286416: Be more resilient during auto-recovery attemptsStephan Bergmann2015-11-301-0/+2
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* Unnecessary castMaxim Monastirsky2015-11-291-1/+1
* SaveAsMenuController cleanupMaxim Monastirsky2015-11-291-61/+5
* loplugin:overrideMaxim Monastirsky2015-11-291-2/+2
* ToolbarAsMenuController: treat line break as separatorMaxim Monastirsky2015-11-281-0/+1
* New controller to show toolbar contents as menuMaxim Monastirsky2015-11-283-0/+367
* Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan2015-11-281-6/+4
* mark UNO structs as SAL_WARN_UNUSED, where possibleNoel Grandin2015-11-261-4/+0
* vcl: improve scheduler debugging information.Michael Meeks2015-11-251-0/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-2515-18/+18
* More cleanup in toolbarmanagerSamuel Mehrbrodt2015-11-252-17/+9
* tdf#96059 Replace imageproducer with CommandInfoProviderSamuel Mehrbrodt2015-11-251-2/+2
* Cleanup toolbarmanagerSamuel Mehrbrodt2015-11-252-26/+10
* loplugin:unusedfields variousNoel Grandin2015-11-251-1/+0
* Change the bits of the save button dynamicallyMaxim Monastirsky2015-11-202-0/+62
* loplugin:unusedfields forms,formula,fpicker,frameworkNoel Grandin2015-11-203-12/+0
* Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt2015-11-201-7/+0
* -Werror,-Wunused-private-fieldStephan Bergmann2015-11-202-6/+0
* add mapKeysToSequence/mapValuesToSequence methods to comphelperNoel Grandin2015-11-206-61/+11
* new loplugin:unusedfieldsNoel Grandin2015-11-2022-164/+24
* loplugin:sallogareasStephan Bergmann2015-11-192-2/+2
* The base class does this alreadyMaxim Monastirsky2015-11-191-28/+2
* tdf#95931 Add 'Open remote file' to menu in start centerSamuel Mehrbrodt2015-11-191-0/+1
* Toolbar: Add 'Save As' to 'Save' dropdownSamuel Mehrbrodt2015-11-193-16/+7
* move translating a command name to image name out of frameworkTomaž Vajngerl2015-11-192-162/+42
* No toolbar and statusbar in the startcenterSamuel Mehrbrodt2015-11-193-40/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-192-9/+3