summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/layoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-13/+13
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-7/+3
2016-04-14Race between Frame::dispose and timer-triggered LayoutManager::AsyncLayouHdlStephan Bergmann1-1/+13
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke1-2/+3
2016-04-06revert to fix tdf#98783 missing menubarCaolán McNamara1-3/+1
2016-03-30notebookbar: Instantiate the notebookbar via sfx2 infrastructure.Szymon Kłos1-5/+0
2016-03-16Related: tdf#98637 make this a tractable problemCaolán McNamara1-1/+3
2016-03-10loplugin:constantparam in frameworkNoel Grandin1-3/+2
2016-03-02extra menubar displayed after exiting embedded object editCaolán McNamara1-11/+46
2016-02-16tdf#39440: reduce scope of local variablesArnold Dumas1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt1-7/+0
2015-12-16Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-5/+5
2015-12-16vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+7
2015-11-20Revert "vcl: Initial NotebookBar implementation."Samuel Mehrbrodt1-7/+0
2015-11-11Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-29/+29
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-5/+5
2015-11-02loplugin:stringconstantNoel Grandin1-2/+2
2015-11-02use uno::Reference::set method instead of assignmentNoel Grandin1-19/+18
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-2/+1
2015-10-15vcl: Initial NotebookBar implementation.Jan Holesovsky1-0/+7
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-29XFrame parameter to SetMenuBar() is actually never used.Jan Holesovsky1-5/+5
2015-09-21convert Link<> to typedNoel Grandin1-15/+8
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-4/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-15loplugin:unusedmethods frameworkNoel Grandin1-1/+0
2015-07-10do not include boost/utility.hppMichael Stahl1-1/+1
2015-06-28coverity#1308527 Uncaught exceptionCaolán McNamara1-1/+1
2015-06-17Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann1-0/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-25convert SHOW constants to scoped enumNoel Grandin1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin1-9/+0
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-5/+3
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-1/+1
2015-04-28Rephrase comparisons between bool and sal_BoolStephan Bergmann1-1/+1
2015-04-17framework: convert new to ::Create.Michael Meeks1-1/+1
2015-04-17Don't enable toolbar layout manager using LibreOfficeKitLászló Németh1-2/+6
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-6/+6
2015-03-26Resolves: tdf#90256 repair invalid docking positionsCaolán McNamara1-1/+8
2015-03-04V813: Decreased performanceCaolán McNamara1-2/+2
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin1-1/+1
2014-12-09changed timers to idleJennifer Liebel1-11/+11
2014-12-09changed some timer to idleJennifer Liebel1-11/+11