summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-01remove unused SID constants and associated codeNoel Grandin1-2/+1
2016-05-30Convert DialogCancelMode to scoped enumNoel Grandin1-1/+1
2016-05-26lokit: ensure progress value sequentialHenry Castro1-1/+1
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl1-1/+0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara4-31/+0
2016-05-25convert ImageType to scoped enumNoel Grandin3-55/+49
2016-05-25Fix typosAndrea Gelmini1-2/+2
2016-05-25tdf#98753 Find Toolbar does not display "Search key not found"Samuel Mehrbrodt1-7/+22
2016-05-24Revert "remove some manual ref-counting"Noel Grandin2-5/+6
2016-05-24remove some manual ref-countingNoel Grandin2-6/+5
2016-05-23framework: last dispatchInterceptor gets asked firstThorsten Behrens1-9/+8
2016-05-20framework: avoid excessive queryDispatch callsThorsten Behrens1-7/+14
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin8-8/+11
2016-05-19clang-tidy misc-unused-alias-declsNoel Grandin1-1/+0
2016-05-19Fix unnecessary indent.Jan Holesovsky1-9/+11
2016-05-19tdf#99926 Add "Save as template" to Save dropdownSamuel Mehrbrodt1-15/+24
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin9-830/+0
2016-05-16Resolves: tdf#99857 missing items from toolbar right clickCaolán McNamara2-15/+6
2016-05-12framework: register DispatchDisabler serviceMiklos Vajna1-0/+3
2016-05-12framework: initial implementation of a dispatch disabler.Michael Meeks6-3/+295
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin3-6/+6
2016-05-10Convert StatusBarItemBits to scoped enumNoel Grandin5-32/+32
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin2-4/+1
2016-05-04LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky1-0/+1
2016-05-01tdf#97499 Fixed containers parameters clearing #8tymyjan1-2/+2