summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-01-26No need for ~PresetHandler to be virtualStephan Bergmann1-1/+1
2016-01-26Remove nonsense commentStephan Bergmann1-4/+0
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2-52/+50
2016-01-26Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann8-37/+26
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin2-4/+4
2016-01-25MenuBarManager: Pass the module identifier to the factoryMaxim Monastirsky1-4/+4
2016-01-24Manually reset the active flag for popup menusMaxim Monastirsky1-0/+5
2016-01-22Fix wrong use of OUString::copyMaxim Monastirsky1-5/+3
2016-01-18loplugin: unused return valuesNoel Grandin1-5/+3
2016-01-18Don't update the save icon on every keystrokeMaxim Monastirsky1-2/+9
2016-01-16tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused...shubhamtibra2-22/+1
2016-01-15framework: loplugin:defaultparamsMiklos Vajna1-1/+1
2016-01-15Related tdf#96059 Fix icons in File->New menuSusobhan Ghosh1-1/+6
2016-01-14tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh2-51/+2
2016-01-14fix the MSVC 2013 --enable-lto buildMichael Stahl2-0/+3
2016-01-13-Werror=attributes (GCC 6)Stephan Bergmann1-1/+1
2016-01-13Increase relevancyTor Lillqvist1-5/+2
2016-01-13Modified state icons not packaged into zipMaxim Monastirsky3-7/+17
2016-01-12GetImageFromURL/SetImageProducer unusedNoel Grandin13-61/+0
2016-01-11loplugin:unusedmethods unused return value in frameworkNoel Grandin10-90/+44
2016-01-10Fix typosAndrea Gelmini34-49/+49
2016-01-09Fix Addons.xcu toolbar items width handlingMaxim Monastirsky4-9/+28
2016-01-08framework: re-enable two dispatch tests, and make them work harder.Michael Meeks2-10/+22
2016-01-07framework: restore dispatch API test.Michael Meeks3-58/+63
2016-01-07Some cleanup for sal_uIntPtr usageJohannes Hauf2-4/+4
2016-01-05tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang707-19/+25
2016-01-04Related tdf#82775: Check for disposed-nessStephan Bergmann2-37/+43
2016-01-04Cleanup after removing vcl::FontInfo classChris Sherlock1-2/+2
2016-01-03vcl: Excise vcl::FontInfo classChris Sherlock1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara18-20/+20
2015-12-29PopupMenuToolbarController: Update the menu before openingMaxim Monastirsky1-1/+5
2015-12-27Small OUStringBuffer cleanupMatúš Kukan1-36/+15
2015-12-23New saving behaviorMaxim Monastirsky1-6/+153
2015-12-23loplugin:unusedfields in frameworkNoel Grandin7-25/+3
2015-12-21loplugin:unusedmethodsNoel Grandin1-1/+0
2015-12-20Probably a better way to detect readonly docMaxim Monastirsky1-10/+5
2015-12-20ResourceMenuController: fix detection of verbs for readonly docsMaxim Monastirsky1-2/+2
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt2-28/+0
2015-12-16Simplify Desktop::getInfoHelperStephan Bergmann2-74/+25
2015-12-16Remove comment noiseStephan Bergmann1-37/+4
2015-12-16No need for TransactionGuard::stopStephan Bergmann3-88/+62
2015-12-16Simplify TransactionManagerStephan Bergmann2-110/+25
2015-12-16No need to pass eReason out of TransactionManager::registerTransactionStephan Bergmann3-8/+4
2015-12-16TransactionGuard is always called with null eReasonStephan Bergmann1-11/+3
2015-12-16Remove dead ctorStephan Bergmann1-14/+0
2015-12-16Clean upStephan Bergmann2-44/+33
2015-12-16Fix indentationSamuel Mehrbrodt1-30/+29
2015-12-16Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-5/+5
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+7
2015-12-15loplugin:constantfunctionNoel Grandin8-98/+1