summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
2016-08-16GSoC notebookbar: multiple .ui implementationsSzymon Kłos6-0/+364
2016-08-13Add Export... function to save split button menuYousuf Philips1-1/+6
2016-08-12loplugin:unusedenumconstants in forms..sotNoel Grandin5-33/+1
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot1-0/+1
2016-08-11Follow-up to 38a3743e0c5d52f9386f74097fd512d3133fbbe3Tor Lillqvist1-7/+6
2016-08-10Revert "tdf#98837 - Fail loading a new document with read only property set t...Tor Lillqvist1-15/+3
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin1-1/+1
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-1/+1
2016-08-01svl: avoid defaulted parameter in SfxUndoManager::EnterListAction()Miklos Vajna1-1/+1
2016-08-01framework: stop adding silly empty accelerator/current.xml filesMichael Stahl3-24/+12
2016-07-28do not force the Paste command to enabled for Calc, tdf#60021 relatedEike Rathke1-2/+8
2016-07-27improve passstuffbyref return analysisNoel Grandin5-6/+6
2016-07-22Fix typosAndrea Gelmini2-2/+2
2016-07-19improve unnecessaryoverride pluginNoel Grandin2-14/+0
2016-07-15new loplugin unnecessary overrideNoel Grandin1-5/+0
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-1/+1
2016-07-12new loplugin fragiledestructorNoel Grandin6-6/+6
2016-07-11loplugin:salbool: Better heuristic to determine code shared between C and C++Stephan Bergmann2-3/+3
2016-07-09Resolves: tdf#100732 hang closing Print Preview with X-icon on menubarCaolán McNamara1-0/+9
2016-07-08loplugin:redundantcast: redundant static_casts in frameworkStephan Bergmann2-5/+5
2016-07-08Related: tdf#100713 fix more recent bug to try and see older bug...Caolán McNamara1-4/+6
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann4-6/+7
2016-07-04typo: emtpy → emptyChristian Lohmaier1-1/+1
2016-07-04comphelper::OBaseMutex -> cppu::BaseMutexNoel Grandin1-2/+2
2016-06-29framework: fix typo in dispatchdisablerMiklos Vajna1-1/+1
2016-06-28tdf#89329: use shared_ptr for pImpl in addonsoptionsXisco Fauli1-39/+24
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin16-39/+4
2016-06-23tdf#96607 'Save as' doesn't update global auto-recovery stateanwilli51-0/+13
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin14-88/+87
2016-06-22Resolves: tdf#88985 block app from exiting during macro executionCaolán McNamara2-0/+35
2016-06-20Remove unused includesStephan Bergmann1-1/+0
2016-06-20Try to fix the crashreport with SaveToolbarController::modifiedMaxim Monastirsky1-9/+0
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-2/+1
2016-06-17SaveToolbarController: back to using XStorableMaxim Monastirsky1-21/+27
2016-06-14the __RSC hack is only needed in src files and things included from src filesCaolán McNamara1-2/+0
2016-06-13Fix typosAndrea Gelmini2-2/+2
2016-06-10Clean up uses of Any::getValue() in frameworkStephan Bergmann1-8/+6
2016-06-09tdf#99815 fixups after XNotifyingDispatchJuergen Funk1-2/+1
2016-06-09Try to get rid of svt::ContextMenuHelperMaxim Monastirsky1-2/+1
2016-06-08remove some manual ref-counting in frameworkNoel Grandin1-10/+5
2016-06-08tdf#99815 use XNotifyingDispatch in sfx2Juergen Funk5-137/+51
2016-06-07gtk3: move the updating of native menu to right after its activatedCaolán McNamara1-2/+0
2016-06-06remove unused fieldNoel Grandin1-1/+0
2016-06-06remove unused imports in java codeNoel Grandin1-6/+0
2016-06-06remove some manual ref-countingNoel Grandin2-6/+10
2016-06-03Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann1-10/+10
2016-06-03Add initial CppunitTest_framework_dispatchMiklos Vajna3-0/+250
2016-06-03loplugin:refcounting (RequestFilterSelect_Impl derives from XInterface)Stephan Bergmann1-7/+2
2016-06-03tdf#89329: use unique_ptr for pImpl in interactionXisco Fauli1-6/+6
2016-06-02loplugin:unusedfieldsNoel Grandin2-3/+1