summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)Author
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-27UITest does not need to be a classNoel Grandin
2023-02-24use comphelper::WeakComponentImplHelper for UIObjectUnoObjNoel Grandin
2023-02-24use comphelper::WeakComponentImplHelper for UITestUnoObjNoel Grandin
2023-02-01Let executeAction always ProcessEventsToIdleStephan Bergmann
2023-01-05tdf#56973 - Copy/paste (single) sheet is checked but not enabledAndreas Heinisch
2022-09-21use more string_view in vclNoel Grandin
2022-06-10new loplugin:moveitNoel Grandin
2022-05-20revert some questionable changes "new loplugin:unnecessary locking"Noel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-04-04use string_view in comphelper::string::splitNoel Grandin
2022-04-01uitest: add wrapper for VclExpanderXisco Fauli
2022-02-19uilogger: make vertical tab handling more robustIlmari Lauhakangas
2021-11-30tdf#145952 don't crash with LO_COLLECT_UIINFO set in autofilterCaolán McNamara
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-09-28gives names to all the Idles and TasksNoel Grandin
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-30use less GetOutDev()Noel Grandin
2021-07-09split out duplicated condition and test it onceCaolán McNamara
2021-07-08we check pChild against null in one branch but not anotherCaolán McNamara
2021-06-28UIObjectUnoObj::executeAction does not need mutable state in UIObjectUnoObjStephan Bergmann
2021-06-28Remove dubious lone mutex lockStephan Bergmann
2021-06-28No need for these function arguments to be captured in UIObjectUnoObjStephan Bergmann
2021-06-25Fix misuse of volatile to avoid a data raceStephan Bergmann
2021-06-24Delete copy ctors/assignments for DLLEXPORT classMike Kaganski
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-06-04Fix UITestMike Kaganski
2021-06-04Fix UITestMike Kaganski
2021-05-28IsDisposed->isDisposed in vcl/../uitestNoel Grandin
2021-05-17split OutputDevice from WindowNoel Grandin
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin
2021-04-28disposed window accessed during UITest_sw_navigatorCaolán McNamara
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-04-23vcl: use SolarMutexGuard when accessing UIObjectUnoObj::mpObjMichael Stahl
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin
2021-04-16jsdialog: uitest: handle click for drawing areaSzymon Kłos
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin
2021-04-13tdf#124176 Use pragma once in vclsarynasser
2021-04-13fix window --disable-pch buildCaolán McNamara
2021-04-12forward decl vcl::Window in uiobject.hxxCaolán McNamara
2021-04-12tdf#132869 - Show the error message in a tooltipAndreas Heinisch
2021-03-17throw exception for errors in uitest actionsNoel Grandin
2021-03-11use strong_int for item ids in vcl::ToolBoxNoel
2021-03-09SetCurItemId takes an ItemId not a PositionCaolán McNamara
2021-03-05include the id of the duplicate in the warning about itCaolán McNamara
2021-03-03vcl/floatwin.hxx can be toolkit only nowCaolán McNamara
2021-03-01tdf#140528: sw: Add UItestXisco Fauli
2021-02-22forward declare some things and avoid includesCaolán McNamara