summaryrefslogtreecommitdiff
path: root/svx/source/accessibility/AccessibleTextHelper.cxx
AgeCommit message (Expand)Author
2023-11-07tdf#135236 a11y: Notify a11y layer of WeldEditView sel changeMichael Weghorn
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-27tdf#119840 elide some dynamic_castNoel Grandin
2022-07-27tdf#108560 horribly slow to paste many lines into editeng with a11y activeCaolán McNamara
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-05-29Fix failing assert on shutdown with NVDA activeMike Kaganski
2022-05-03Just use Any ctor instead of makeAny in svxStephan Bergmann
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-04loplugin:constmethodNoel Grandin
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-08svx: try to avoid crash in AccessibleEditableTextParaMichael Stahl
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-20osl::Mutex->std::mutex in AccessibleTextHelper_ImplNoel Grandin
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin
2021-02-15loplugin:referencecasting in svxNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-08-06loplugin:flatten in svx/accessibilityNoel Grandin
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-23tdf#119388 only enqueue events we actually processNoel Grandin
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen
2019-04-25Convert remaining SdrHint to static_castXisco Fauli
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin
2018-09-04tdf#118967 Batch all a11y notificationsPaul Trojahn
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-05-25improve some loggingNoel Grandin
2018-05-02tdf#117205 impress crash when moving an item in a listNoel Grandin
2018-04-04dead code in AccessibleTextHelper_Impl::UpdateVisibleChildrenNoel Grandin
2018-01-28Remove redundant checksStephan Bergmann
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-10-23loplugin:includeform: svxStephan Bergmann
2017-10-16Move svx include files to common include directoryStephan Bergmann
2017-09-29convert IsEqual/etc methods on ESelection to operatorsNoel Grandin
2017-09-23loplugin:flatten in svl..svxNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: svxStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann
2016-12-19no need to wrap calls to SAL_INFO in #ifdef DBG_UTILNoel Grandin