summaryrefslogtreecommitdiff
path: root/framework
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-05m_dbg_bMakeItFaster is always falseStephan Bergmann1-22/+0
2016-04-05Add unit tests for XTitle interfaceAkash Jain2-1/+287
2016-04-05tdf#96044 - After exiting print preview main window number bumps to #3akash1-0/+1
2016-04-05loplugin:constantparamNoel Grandin2-25/+9
2016-04-05tdf#98837 - Fail loading a new document with read only property set to trueAkash Jain1-3/+15
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan12-27/+18
2016-04-04tdf#97499 Fixed containers parameters clearing #3tymyjan10-25/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke9-10/+0
2016-04-01sequence->vector in frameworkNoel Grandin20-110/+104
2016-04-01tdf#97966 Drop 'static' keywordsWastack6-12/+12
2016-04-01tdf#98849 SaveToolbarController: Correct initial modified stateMaxim Monastirsky1-0/+3
2016-03-31tdf#97525 vcl: make DeletionListener internalJochen Nitschke2-2/+0
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin2-6/+6