summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-03-08tdf#98407 PathSubstitution: Add substitution for $(username)Samuel Mehrbrodt2-0/+9
2016-03-07improve defaultparams lopluginNoel Grandin1-1/+1
2016-03-02extra menubar displayed after exiting embedded object editCaolán McNamara1-11/+46
2016-03-02loplugin:unuseddefaultparam in frameworkNoel Grandin3-14/+5
2016-03-01tdf#98277 Display shortcut only in tooltip, not in toolbutton nameSamuel Mehrbrodt1-2/+4
2016-03-01tdf#98277 Extensions: Display shortcut in toolbar tooltipSamuel Mehrbrodt1-0/+3
2016-02-29language submenu from tools->language->for selection->"languages"...Caolán McNamara1-14/+11
2016-02-28tdf#84258 Allow creation of command aliasesMaxim Monastirsky3-11/+24
2016-02-24convert EConfigurationModes to scoped enumNoel Grandin7-26/+26
2016-02-22loplugin:write only fieldsNoel Grandin4-98/+0
2016-02-20tdf#57950 Replace chained O(U)StringBuffer::append() with operator+irem1-6/+1
2016-02-18allow disabling file/new, wizards, recent documents menu entriesOliver Specht3-36/+47
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-3/+3
2016-02-17tdf#91013 Convert freezepanes menu to xmlMaxim Monastirsky3-109/+0
2016-02-17tdf#91013 Add new uno commands to freeze one row and column.Gulsah Kose4-4/+118
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas1-2/+2
2016-02-15tdf#97665 Let's hope that over activation isn't really neededMaxim Monastirsky1-7/+4
2016-02-10tdf#97435: Avoid persistent window state crack when used from LibreOfficeKitTor Lillqvist2-1/+11
2016-02-09Revert "tdf#97435: Avoid persistent window state crack when headless"Tor Lillqvist2-9/+1
2016-02-09tdf#97435: Avoid persistent window state crack when headlessTor Lillqvist2-1/+9
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock3-3/+3
2016-02-08loplugin:unusedmethodsNoel Grandin1-35/+0
2016-02-06vcl: split exception types from input typesChris Sherlock2-9/+13
2016-02-05Fix typosAndrea Gelmini15-38/+38
2016-02-04framework: clean up ugly _ prefixed identifiersMichael Stahl1-8/+10
2016-02-04loplugin:sallogareasStephan Bergmann4-5/+5
2016-02-04framework: replace boost::bind with C++11 lambda or for loopMichael Stahl5-48/+18
2016-02-04tdf#43157 Cleanup DBG_ASSERT for fpicker and frameworkBerk Gureken4-12/+12
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-1/+1
2016-02-03tdf#88205 Delete 'css::uno::Sequence' in frameworkkerem3-6/+3
2016-02-02boost::hash->std::hashNoel Grandin4-4/+0
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara2-2/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin2-4/+4
2016-01-29Use ResourceMenuController for toolbar-based menus tooMaxim Monastirsky3-372/+84
2016-01-29tdf#97411 ResourceMenuController: Don't forget to dispose MenuBarManagerMaxim Monastirsky1-4/+16
2016-01-28tdf#97419 Need to take SolarMutex hereMaxim Monastirsky1-0/+1
2016-01-28Missing includesStephan Bergmann1-0/+3
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