summaryrefslogtreecommitdiffstats
path: root/framework
Commit message (Expand)AuthorAgeFilesLines
* LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky2016-05-041-0/+1
* tdf#97499 Fixed containers parameters clearing #8tymyjan2016-05-011-2/+2
* framework: CheckXTitle still sometimes fails on WNT...Michael Stahl2016-04-281-0/+2
* SubToolBarController: Use initialize to change tb bitsMaxim Monastirsky2016-04-271-6/+6
* tdf#80999 Canceling password prompt should abort detectionMaxim Monastirsky2016-04-271-0/+5
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-276-28/+28
* tdf#99527: show all accelerators in menus of extensionsOliver Specht2016-04-271-1/+4
* Change label to title case similar to other surrounding labelsYousuf Philips2016-04-261-1/+1
* loplugin:salboolStephan Bergmann2016-04-221-1/+1
* Fix typosAndrea Gelmini2016-04-222-2/+2
* Fix typosAndrea Gelmini2016-04-212-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-2049-160/+160
* Elide macros used onceStephan Bergmann2016-04-192-22/+11
* Remove unused XMLNS_XLINKStephan Bergmann2016-04-182-6/+0
* Elide macro used onceStephan Bergmann2016-04-182-3/+3
* Clean up framework/inc/dispatchcommands.hStephan Bergmann2016-04-183-16/+12
* Remove dead ENABLE_COMPONENT_SELF_CHECKStephan Bergmann2016-04-182-349/+0
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-1810-91/+43
* clean-up: unused using declarations and includesJochen Nitschke2016-04-182-2/+0
* bin theseDouglas Mencken2016-04-161-15/+2
* Race between Frame::dispose and timer-triggered LayoutManager::AsyncLayouHdlStephan Bergmann2016-04-141-1/+13
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-132-2/+0
* Avoid null ToolBox::mpData deref during Frame::closeStephan Bergmann2016-04-131-0/+3
* Use UNO service constructorsStephan Bergmann2016-04-131-10/+4
* remove unused m_xFrame in CheckXTitle unit testAkash Jain2016-04-131-14/+0
* Tooltip/bits should also depend on state changeMaxim Monastirsky2016-04-131-8/+5
* Avoid reserved identifiersStephan Bergmann2016-04-122-4/+4
* Try to fix Windows buildMaxim Monastirsky2016-04-121-1/+1
* Yet another SaveToolbarController refactoringMaxim Monastirsky2016-04-121-39/+44
* Don't use bitfield bool members in MenuBarManagerStephan Bergmann2016-04-121-9/+9
* clang-tidy performance-unnecessary-value-param in frameworkNoel Grandin2016-04-1210-20/+20
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-1210-16/+0
* FwkTabWindow is unused since d6d86237b1b438919609988049ac4a152612fee1Maxim Monastirsky2016-04-123-487/+0
* SaveToolbarController: Better support of readonly docsMaxim Monastirsky2016-04-121-38/+41
* SaveToolbarController: Blacklist RelationDesign in officecfgMaxim Monastirsky2016-04-121-8/+1
* Lock member access in Frame::disposingStephan Bergmann2016-04-111-65/+107
* Turn disableLayoutManager into a member functionStephan Bergmann2016-04-111-5/+6
* Remove leftover commentsStephan Bergmann2016-04-111-21/+0
* Remove obsolete commentStephan Bergmann2016-04-111-3/+2
* Combine successive private blocksStephan Bergmann2016-04-111-4/+0
* protected -> privateStephan Bergmann2016-04-111-2/+0
* Fold impl_initializePropInfo into initListenersStephan Bergmann2016-04-111-45/+33
* No need to lock SolarMutex hereStephan Bergmann2016-04-111-3/+0
* loplugin:stringconstantStephan Bergmann2016-04-111-1/+1
* allow disabling recent files menu entryOliver Specht2016-04-111-1/+2
* tdf#48300 bring window to top and restore window when minimized.Mark Hung2016-04-111-1/+1
* No need to clear component context during disposeStephan Bergmann2016-04-111-23/+10
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-118-20/+33
* Base Frame on WeakComponentImplHelper instead of TransactionManagerStephan Bergmann2016-04-081-459/+131
* Drop unused uses of TransactionBaseStephan Bergmann2016-04-082-7/+2