summaryrefslogtreecommitdiff
path: root/vcl/source/uitest/uno/uiobject_uno.cxx
AgeCommit message (Expand)Author
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): vclStephan Bergmann
2019-06-20Consolidate on C++17 std::scoped_lock instead of std::lock_guardStephan Bergmann
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-02-08o3tl::make_unique -> std::make_unique in tools..xmloffGabor Kelemen
2018-09-14loplugin:constfields in vclNoel Grandin
2018-09-11cleanup mutex and signalling in ExecuteWrapperNoel Grandin
2018-01-29Modernize a bit vcl (part3)Julien Nabet
2017-09-30Access to ProcessEventsToSignal's bSignal is racyStephan Bergmann
2017-07-18try sleep instead of blocks annotationCaolán McNamara
2017-07-15coverity#1415093 annotate Waiting while holding a lock as deliberateCaolán McNamara
2017-07-14UI Test idle needs to run with highes priorityMarkus Mohrhard
2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski
2017-07-13Move scheduler task into its own headerJan-Marek Glogowski
2017-06-28Call ~Idle with SolarMutex lockedStephan Bergmann
2017-06-12Avoid use-after-freeStephan Bergmann
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-02-28new loplugin unoanyNoel Grandin
2017-02-27uitest: move the processing of actions into the idle handlerMarkus Mohrhard
2017-02-07uitest: provide a way to get a json representation of the ui infoMarkus Mohrhard
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-06-22uitest: we also need a SolarMutex when deleting the wrapper objectMarkus Mohrhard
2016-06-18uitest: add method to get all children of a ui objectMarkus Mohrhard
2016-06-18uitest: let us return a string based typeMarkus Mohrhard
2016-06-18uitest: avoid crashes when trying to access missing UI objectMarkus Mohrhard
2016-06-18uitest: add getState method to css::ui::test::XUIObjectMarkus Mohrhard
2016-06-18uitest: support the parameters in the executeAction commandMarkus Mohrhard
2016-06-18uitest: actually implement the UNO interfacesMarkus Mohrhard