summaryrefslogtreecommitdiff
path: root/vcl/source/uitest
AgeCommit message (Expand)Author
2024-11-30cid#1635783 silence Using invalid iteratorCaolán McNamara
2024-11-29tdf#158237 Use C++20 contains() instead of find() and end()Manish
2024-09-10Add arguments to Last 4 UNO Commands in CrashReport DumpXisco Fauli
2024-05-10loplugin:ostr in vclNoel Grandin
2024-05-06throw more obvious error when a UITest fails to find a ui objectNoel Grandin
2024-03-28fix comparison of UIObject's inside UITestsNoel Grandin
2024-03-28prevent SEGV in ToolBoxUIObject::get_stateNoel Grandin
2024-03-13SAL_WARN -> SAL_INFONoel Grandin
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet
2023-09-08add SAL_WARN to UIObjectUnoObj::getChildNoel Grandin
2023-08-31remove null checks for mpObj in UIObjectUnoObjNoel Grandin
2023-08-13Revert "clang-tidy bugprone-parent-virtual-call in vcl"Noel Grandin
2023-08-11clang-tidy bugprone-parent-virtual-call in vclNoel Grandin
2023-04-15tdf#154269 - Respect FindReplaceRememberedSearches expert option in quick findAndreas Heinisch
2023-04-13add some debugging on failure to find impress_allCaolán McNamara
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