summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethodsNoel Grandin2016-02-081-35/+0
* vcl: split exception types from input typesChris Sherlock2016-02-062-9/+13
* Fix typosAndrea Gelmini2016-02-0515-38/+38
* framework: clean up ugly _ prefixed identifiersMichael Stahl2016-02-041-8/+10
* loplugin:sallogareasStephan Bergmann2016-02-044-5/+5
* framework: replace boost::bind with C++11 lambda or for loopMichael Stahl2016-02-045-48/+18
* tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken2016-02-044-12/+12
* vcl: take into account the font width is the average font widthChris Sherlock2016-02-041-1/+1
* tdf#88205 Delete 'css::uno::Sequence' in frameworkkerem2016-02-033-6/+3
* boost::hash->std::hashNoel Grandin2016-02-024-4/+0
* OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2016-01-312-2/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-312-4/+4
* Use ResourceMenuController for toolbar-based menus tooMaxim Monastirsky2016-01-293-372/+84
* tdf#97411 ResourceMenuController: Don't forget to dispose MenuBarManagerMaxim Monastirsky2016-01-291-4/+16
* tdf#97419 Need to take SolarMutex hereMaxim Monastirsky2016-01-281-0/+1
* Missing includesStephan Bergmann2016-01-281-0/+3
* No need for ~PresetHandler to be virtualStephan Bergmann2016-01-261-1/+1
* Remove nonsense commentStephan Bergmann2016-01-261-4/+0
* Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2016-01-262-52/+50
* Replace salhelper::SingletonRef with rtl::StaticStephan Bergmann2016-01-268-37/+26
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-252-4/+4
* MenuBarManager: Pass the module identifier to the factoryMaxim Monastirsky2016-01-251-4/+4
* Manually reset the active flag for popup menusMaxim Monastirsky2016-01-241-0/+5
* Fix wrong use of OUString::copyMaxim Monastirsky2016-01-221-5/+3
* loplugin: unused return valuesNoel Grandin2016-01-181-5/+3
* Don't update the save icon on every keystrokeMaxim Monastirsky2016-01-181-2/+9
* tdf#96949 Remove global static variable m_bPreferrFirstInterceptor and unused...shubhamtibra2016-01-162-22/+1
* framework: loplugin:defaultparamsMiklos Vajna2016-01-151-1/+1
* Related tdf#96059 Fix icons in File->New menuSusobhan Ghosh2016-01-151-1/+6
* tdf#95845 Use CommandInfoProvider to receive UNO command labelsSusobhan Ghosh2016-01-142-51/+2
* fix the MSVC 2013 --enable-lto buildMichael Stahl2016-01-142-0/+3
* -Werror=attributes (GCC 6)Stephan Bergmann2016-01-131-1/+1
* Increase relevancyTor Lillqvist2016-01-131-5/+2
* Modified state icons not packaged into zipMaxim Monastirsky2016-01-133-7/+17
* GetImageFromURL/SetImageProducer unusedNoel Grandin2016-01-1213-61/+0
* loplugin:unusedmethods unused return value in frameworkNoel Grandin2016-01-1110-90/+44
* Fix typosAndrea Gelmini2016-01-1034-49/+49
* Fix Addons.xcu toolbar items width handlingMaxim Monastirsky2016-01-094-9/+28
* framework: re-enable two dispatch tests, and make them work harder.Michael Meeks2016-01-082-10/+22
* framework: restore dispatch API test.Michael Meeks2016-01-073-58/+63
* Some cleanup for sal_uIntPtr usageJohannes Hauf2016-01-072-4/+4
* tdf#96059 Replaced imageproducer with CommandInfoProvidersusobhang702016-01-057-19/+25
* Related tdf#82775: Check for disposed-nessStephan Bergmann2016-01-042-37/+43
* Cleanup after removing vcl::FontInfo classChris Sherlock2016-01-041-2/+2
* vcl: Excise vcl::FontInfo classChris Sherlock2016-01-031-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-12-2918-20/+20
* PopupMenuToolbarController: Update the menu before openingMaxim Monastirsky2015-12-291-1/+5
* Small OUStringBuffer cleanupMatúš Kukan2015-12-271-36/+15
* New saving behaviorMaxim Monastirsky2015-12-231-6/+153
* loplugin:unusedfields in frameworkNoel Grandin2015-12-237-25/+3