summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)AuthorFilesLines
2024-11-07[API CHANGE] a11y: Switch AccessibleRelationType to enumMichael Weghorn2-11/+11
2024-11-07editeng a11y: Use range-based forMichael Weghorn1-5/+6
2024-11-07editeng a11y: Drop "typedef std::pair<short int,short int> RD"Michael Weghorn1-8/+7
2024-10-10cid#1557590 Data race conditionCaolán McNamara1-1/+1
2024-07-24cid#1556131 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-15cid#1607843 Use of auto that causes a copyCaolán McNamara1-1/+1
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin1-23/+21
2024-05-12Drop some uses of css::uno::Sequence::getConstArrayMike Kaganski2-29/+19
2024-05-07loplugin:ostr in editengNoel Grandin4-58/+58
2024-04-24[API CHANGE] a11y: Use XAccessible for relation targetsMichael Weghorn1-4/+4
2024-04-23editeng a11y: Switch DBG_ASSERT to real assertMichael Weghorn1-7/+3
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-11-10loplugin:fieldcast in accessibility::AccessibleContextBaseNoel Grandin1-6/+3
2023-10-09cid#1547102 Uninitialized pointer fieldCaolán McNamara1-2/+3
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin1-8/+7
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann1-2/+2
2023-07-23editeng: Use GetTextArray() instead of GetCaretPositions()Khaled Hosny1-4/+3
2023-06-18Use getXWeak in editengMike Kaganski3-55/+27
2023-05-25merge some stringaddsNoel Grandin1-2/+1
2023-05-11tdf#155235 Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()Noel Grandin1-0/+2
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin3-9/+11
2022-11-03-Werror=dangling-referenceStephan Bergmann1-2/+1
2022-09-02[API CHANGE] tdf#150683 a11y: Switch a11y child index to 64 bitMichael Weghorn6-21/+21
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-1/+0
2022-07-18cid#1507360 Uninitialized scalar fieldCaolán McNamara1-0/+1
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin5-102/+72
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin5-9/+12
2022-05-20new loplugin:unnecessary lockingNoel Grandin1-6/+0
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann2-8/+8
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn1-4/+0
2022-03-17use actual type in AccessibleImageBulletNoel Grandin2-20/+16
2022-03-17use actual type in AccessibleEditableTextParaNoel Grandin1-20/+16
2022-03-17use actual type in AccessibleContextBaseNoel Grandin1-13/+7
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin1-2/+1
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin1-13/+15
2021-12-19use more cppu::BaseMutexNoel Grandin1-5/+5
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in editengMike Kaganski1-2/+2
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-10loplugin:moveparam in editengNoel Grandin1-2/+2
2021-10-09Typo *ropertie -> *ropertyJulien Nabet1-1/+1
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet1-2/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák3-5/+5
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin2-4/+1
2021-07-29drop some unneeded includesCaolán McNamara2-2/+0
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin1-0/+11
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin1-1/+1