summaryrefslogtreecommitdiff
path: root/framework/source/layoutmanager/layoutmanager.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-3/+3
2017-08-22Really run the layouter every 50msJan-Marek Glogowski1-6/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski1-0/+1
2017-07-13loplugin:oncevar: empty strings: frameworkStephan Bergmann1-2/+1
2017-07-04loplugin:unusedfields in frameworkNoel Grandin1-10/+0
2017-06-25loplugin:oncevar in formula..frameworkNoel Grandin1-4/+2
2017-06-23simplify some string handling in tracing callsNoel Grandin1-10/+2
2017-06-23loplugin:unusedfields in forms..idlcNoel Grandin1-19/+0
2017-06-08framework: replace double checked locking patternsJochen Nitschke1-13/+2
2017-06-02Improved loplugin:redundantcast static_cast handling: frameworkStephan Bergmann1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+3
2017-05-12remove unused uno::Reference varsNoel Grandin1-4/+0
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-05-02loplugin:checkunusedparams in frameworkNoel Grandin1-2/+2
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 Grandin1-4/+1
2017-04-04make UNO enums scoped for internal LO codeNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-2/+2
2017-02-28new loplugin unoanyNoel Grandin1-5/+5
2017-02-16drop enum framework::GlobalSettings::UIElementTypeNoel Grandin1-3/+3
2017-02-14Convert WindowType to scoped enumNoel Grandin1-2/+2
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-48/+9
2017-01-25Fix typo in comments: relativ -> relativeTakeshi Abe1-2/+2
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-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
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 Grandin1-16/+16
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-07-19improve unnecessaryoverride pluginNoel Grandin1-10/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-11/+11
2016-06-17Simplify OPropertyContainerHelper::registerPropertyNoMember's _pInitialValueStephan Bergmann1-2/+1
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