summaryrefslogtreecommitdiff
path: root/editeng/source/accessibility
AgeCommit message (Expand)Author
2023-11-10loplugin:fieldcast in accessibility::AccessibleContextBaseNoel Grandin
2023-10-09cid#1547102 Uninitialized pointer fieldCaolán McNamara
2023-10-07tdf#157568 After deleting the content of a cell by pressing the delete..Noel Grandin
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-07-23editeng: Use GetTextArray() instead of GetCaretPositions()Khaled Hosny
2023-06-18Use getXWeak in editengMike Kaganski
2023-05-25merge some stringaddsNoel Grandin
2023-05-11tdf#155235 Draw crashes on close: SIGSEGV in SalInstance:GetYieldMutex()Noel Grandin
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2022-11-03-Werror=dangling-referenceStephan Bergmann
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-25use more o3tl::spanNoel Grandin
2022-07-18cid#1507360 Uninitialized scalar fieldCaolán McNamara
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-09clang-tidy modernize-pass-by-value in editengNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in editengStephan Bergmann
2022-03-18a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGloballyMichael Weghorn
2022-03-17use actual type in AccessibleImageBulletNoel Grandin
2022-03-17use actual type in AccessibleEditableTextParaNoel Grandin
2022-03-17use actual type in AccessibleContextBaseNoel Grandin
2021-12-24new comphelper::WeakImplComponentHelperNoel Grandin
2021-12-21loplugin:flatten in editeng..extensionsNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin
2021-10-30tools::Long->sal_Int32 in GetCaretPositionsNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in editengMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-10loplugin:moveparam in editengNoel Grandin
2021-10-09Typo *ropertie -> *ropertyJulien Nabet
2021-10-03drop 'using namespace std' in desktop, e*, f*Julien Nabet
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin
2021-07-29drop some unneeded includesCaolán McNamara
2021-07-07tdf#132740 avoid some WeakReference cost in accessibilityNoel Grandin
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-05-31no need to allocate SvxNumRule separately in SvxNumBulletItemNoel Grandin
2021-05-19SetPhysFont always dereferences its OutputDevice* argCaolán McNamara
2021-02-22loplugin:refcounting in editengNoel
2021-02-16loplugin:referencecasting in editeng..frameworkNoel
2021-01-16make the Color constructors explicitly specify transparencyNoel
2021-01-12transparency->alpha in tools::ColorNoel
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-16Instead of labs, use overloaded absStephan Bergmann
2020-10-25editeng: AccessibleImageBullet : avoid recursive SolarMutextArnaud Versini
2020-10-20use tools::Long in editengNoel
2020-09-13tdf#124176 Use #pragma once in editengGeorge Bateman
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-13use OUStringLiteral in SfxItemPropertyMapEntryNoel Grandin
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling