summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-28framework: CheckXTitle still sometimes fails on WNT...Michael Stahl1-0/+2
2016-04-27SubToolBarController: Use initialize to change tb bitsMaxim Monastirsky1-6/+6
2016-04-27tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky1-0/+5
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin6-28/+28
2016-04-27tdf#99527: show all accelerators in menus of extensionsOliver Specht1-1/+4
2016-04-26Change label to title case similar to other surrounding labelsYousuf Philips1-1/+1
2016-04-22loplugin:salboolStephan Bergmann1-1/+1
2016-04-22Fix typosAndrea Gelmini2-2/+2
2016-04-21Fix typosAndrea Gelmini2-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann49-160/+160
2016-04-19Elide macros used onceStephan Bergmann2-22/+11
2016-04-18Remove unused XMLNS_XLINKStephan Bergmann2-6/+0
2016-04-18Elide macro used onceStephan Bergmann2-3/+3
2016-04-18Clean up framework/inc/dispatchcommands.hStephan Bergmann3-16/+12
2016-04-18Remove dead ENABLE_COMPONENT_SELF_CHECKStephan Bergmann2-349/+0
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin10-91/+43
2016-04-18clean-up: unused using declarations and includesJochen Nitschke2-2/+0
2016-04-16bin theseDouglas Mencken1-15/+2
2016-04-14Race between Frame::dispose and timer-triggered LayoutManager::AsyncLayouHdlStephan Bergmann1-1/+13
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-2/+0
2016-04-13Avoid null ToolBox::mpData deref during Frame::closeStephan Bergmann1-0/+3
2016-04-13Use UNO service constructorsStephan Bergmann1-10/+4
2016-04-13remove unused m_xFrame in CheckXTitle unit testAkash Jain1-14/+0
2016-04-13Tooltip/bits should also depend on state changeMaxim Monastirsky1-8/+5
2016-04-12Avoid reserved identifiersStephan Bergmann2-4/+4
2016-04-12Try to fix Windows buildMaxim Monastirsky1-1/+1
2016-04-12Yet another SaveToolbarController refactoringMaxim Monastirsky1-39/+44
2016-04-12Don't use bitfield bool members in MenuBarManagerStephan Bergmann1-9/+9
2016-04-12clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin10-20/+20
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke10-16/+0
2016-04-12FwkTabWindow is unused since d6d86237b1b438919609988049ac4a152612fee1Maxim Monastirsky3-487/+0
2016-04-12SaveToolbarController: Better support of readonly docsMaxim Monastirsky1-38/+41
2016-04-12SaveToolbarController: Blacklist RelationDesign in officecfgMaxim Monastirsky1-8/+1
2016-04-11Lock member access in Frame::disposingStephan Bergmann1-65/+107
2016-04-11Turn disableLayoutManager into a member functionStephan Bergmann1-5/+6