summaryrefslogtreecommitdiff
path: root/toolkit
AgeCommit message (Expand)AuthorFilesLines
2023-05-31do not throw DisposedException when inside a dispose() methodNoel Grandin1-1/+1
2023-05-09move a toolkit header inside the moduleNoel Grandin29-28/+274
2023-05-07improve some usage of OInterfaceIteratorHelper4Noel Grandin1-2/+1
2023-05-04Resolves: tdf#155029 set StandardStyles before updateFromModelCaolán McNamara1-18/+19
2023-04-23use more TOOLS_WARN_EXCEPTIONNoel Grandin1-1/+1
2023-04-23Run clang-tidy with misc-unused-using-decls on modules [s-t]*Gabor Kelemen2-2/+0
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-1/+1
2023-04-12Revert "remove unnecessary UnoControlModel::setPropertyValues"Noel Grandin1-0/+6
2023-04-10pack the ImplPropertyInfo structNoel Grandin1-3/+3
2023-04-10use std::unordered_map for static properties in toolkitNoel Grandin2-79/+31
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski3-9/+6
2023-04-01use more XVclWindowPeerNoel Grandin8-24/+31
2023-03-31simplify subclasses of comphelper::OPropertySetHelperNoel Grandin3-16/+5
2023-03-31remove unnecessary UnoControlModel::setPropertyValuesNoel Grandin1-6/+0
2023-03-13convert UnoControlModel and friends to use std::mutexNoel Grandin21-239/+224
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-9/+2
2023-03-08BaseMutex->std::mutex in MutableTreeDataModelNoel Grandin1-16/+32
2023-03-08deduplicate MutexAndBroadcastHelperNoel Grandin5-33/+33
2023-02-22toolkit: Port AccessibleStatusBarTest to test::AccessibleTestBaseColomban Wendling1-56/+11
2023-02-22BaseMutex->std::mutex in ListenerMultiplexerBaseNoel Grandin4-9/+24
2023-02-19osl::Mutex->std::mutex in DefaultGridDataModelNoel Grandin1-61/+68
2023-02-18osl::Mutex->std::mutex in DefaultGridColumnModelNoel Grandin1-65/+65
2023-02-07improve readability of VirtualDevice constructorNoel Grandin1-2/+1
2023-01-25Use ImplInheritanceHelper in OAccessibleControlContextStephan Bergmann2-21/+3
2023-01-25Use ImplInheritanceHelper in VCLXAccessibleComponentStephan Bergmann1-10/+0
2023-01-24Use ImplInheritanceHelper in OAccessibleExtendedComponentHelperStephan Bergmann1-0/+1
2023-01-19Fix some toolkit UnoControlBase derivates' queryAggregationStephan Bergmann4-6/+15
2023-01-16XUnoTunnel->dynamic_cast in VCLXGraphicsNoel Grandin2-9/+1
2023-01-16XUnoTunnel->dynamic_cast in VCLXBitmapNoel Grandin3-9/+1
2023-01-16XUnoTunnel->dynamic_cast in GridColumnNoel Grandin3-45/+11
2023-01-16XUnoTunnel->dynamic_cast in VCLXPointerNoel Grandin3-9/+2
2023-01-16XUnoTunnel->dynamic_cast in VCLXRegionNoel Grandin3-10/+2
2023-01-14XUnoTunnel->dynamic_cast in VCLXMenuNoel Grandin2-8/+4
2023-01-14XUnoTunnel->dynamic_cast in UnoControlModelNoel Grandin1-13/+0
2023-01-13XUnoTunnel->dynamic_cast in VCLXFontNoel Grandin2-4/+1
2023-01-13XUnoTunnel->dynamic_cast in VCLXDeviceNoel Grandin8-17/+10
2023-01-10OAccessibleImplementationAccess was apparently effectively unused by nowStephan Bergmann3-7/+3
2023-01-09Clean up VCLXAccessibleComponent::getAccessibleParentStephan Bergmann1-11/+3
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI1-1/+2
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann3-1/+3
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann7-85/+12
2022-12-23loplugin:unocast (VCLXAccessibleComponent)Stephan Bergmann1-2/+12
2022-12-22loplugin:unocast (VCLXDialog)Stephan Bergmann3-1/+16
2022-12-22loplugin:unocast (VCLXMultiPage)Stephan Bergmann3-1/+15
2022-12-22loplugin:unocast (MutableTreeNode)Stephan Bergmann1-6/+25
2022-12-22loplugin:unocast (VCLXTabPage)Stephan Bergmann3-1/+15
2022-12-19loplugin:implinheritancehelper in toolkitNoel Grandin2-52/+2
2022-12-19remove dependency from drawinglayer to frameworkNoel Grandin3-790/+15
2022-12-16loplugin:unocast (VCLXWindow)Stephan Bergmann1-1/+2
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski1-0/+3