summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager
AgeCommit message (Expand)AuthorFilesLines
2017-05-12remove unused uno::Reference varsNoel Grandin2-7/+0
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-02loplugin:checkunusedparams in frameworkNoel Grandin3-5/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin2-12/+3
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin4-61/+61
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-65/+65
2017-03-30remove type decorations on char literalsJochen Nitschke1-5/+5
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-1/+1
2017-03-19TyposJulien Nabet1-1/+1
2017-02-28new loplugin unoanyNoel Grandin3-12/+12
2017-02-16drop enum framework::GlobalSettings::UIElementTypeNoel Grandin1-3/+3
2017-02-14Convert WindowType to scoped enumNoel Grandin3-16/+16
2017-01-26Remove dynamic exception specificationsStephan Bergmann3-80/+27
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe2-3/+3
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin1-3/+0
2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski1-1/+1
2017-01-17Change Idle to be a Timer subclassJan-Marek Glogowski1-2/+1
2017-01-17tdf#97087 GDB pretty print the Scheduler task listJan-Marek Glogowski1-0/+1
2017-01-17manage m_xInplaceMenuBar with rtl::ReferenceNoel Grandin1-35/+12
2017-01-17manage m_xToolbarManager with rtl::ReferenceNoel Grandin1-66/+60
2017-01-17new loplugin: useuniqueptr: forms..frameworkNoel Grandin1-3/+2
2016-12-15tdf#104621 framework: Redo commit 84f2ff67a7e404febf710b1dc7f66d06745c503fMichael Stahl1-1/+10
2016-12-13Revert "verify SolarMutex when ref-counting VclPtr" seriesNoel Grandin1-1/+0
2016-12-10framework: fix race in ToolBarManager creationMichael Stahl1-6/+8
2016-12-08verify that we hold the SolarMutex when ref-counting VclPtrNoel Grandin1-0/+1
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin1-2/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin2-10/+10
2016-11-22Resolves: rhbz#1397181 toolbar layout manager not respecting drag cancelCaolán McNamara1-0/+3
2016-11-11Resolves: rhbz#1391418 wayland toolbars can't be docked after undockingCaolán McNamara1-0/+4
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin3-55/+55
2016-11-07loplugin:oncevar in frameworkNoel Grandin1-2/+1
2016-10-30Let Menu dispose submenusMaxim Monastirsky1-1/+1
2016-10-05loplugin:unnecessaryoverride in forms/frameworkNoel Grandin1-5/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-07-19improve unnecessaryoverride pluginNoel Grandin1-10/+0
2016-06-24loplugin:singlevalfields in frameworkNoel Grandin3-9/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-11/+11
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-2/+1
2016-05-10Convert TOOLBOX_MENUTYPE_ to scoped enumNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann3-26/+26
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-13/+8
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 Grandin2-9/+8
2016-03-02extra menubar displayed after exiting embedded object editCaolán McNamara1-11/+46