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