summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-11Remove leftover commentsStephan Bergmann1-21/+0
2016-04-11Remove obsolete commentStephan Bergmann1-3/+2
2016-04-11Combine successive private blocksStephan Bergmann1-4/+0
2016-04-11protected -> privateStephan Bergmann1-2/+0
2016-04-11Fold impl_initializePropInfo into initListenersStephan Bergmann1-45/+33
2016-04-11No need to lock SolarMutex hereStephan Bergmann1-3/+0
2016-04-11loplugin:stringconstantStephan Bergmann1-1/+1
2016-04-11allow disabling recent files menu entryOliver Specht1-1/+2
2016-04-11tdf#48300 bring window to top and restore window when minimized.Mark Hung1-1/+1
2016-04-11No need to clear component context during disposeStephan Bergmann1-23/+10
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke8-20/+33
2016-04-08Base Frame on WeakComponentImplHelper instead of TransactionManagerStephan Bergmann1-459/+131
2016-04-08Drop unused uses of TransactionBaseStephan Bergmann2-7/+2
2016-04-07Remove unused Int32HashCodeStephan Bergmann1-8/+0
2016-04-07Just use the hash<sal_Int16> defaultStephan Bergmann2-11/+1
2016-04-07Resolve OUStringList typedefStephan Bergmann12-67/+65
2016-04-07vector::clear is just fineStephan Bergmann2-12/+6
2016-04-07Remove junk that erroneously remained in previous commitStephan Bergmann1-2/+0
2016-04-07dllexport class deriving from template means trouble with MSVCStephan Bergmann2-11/+11
2016-04-07Get rid of BaseHash wrapper (to unbreak Windows build)Stephan Bergmann12-41/+17
2016-04-07Fold PropertySetHelper into its only use, FrameStephan Bergmann4-545/+400
2016-04-07[API CHANGE] Remove undocumented TabContainerWindow serviceStephan Bergmann3-542/+0
2016-04-07add waitForIdleEvent in remaining testsAkash Jain1-2/+2
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara3-28/+15
2016-04-06See if waitForEventIdle helps hereStephan Bergmann1-0/+3
2016-04-05Prevent broadcast of title change events without a sourceakash1-0/+3