summaryrefslogtreecommitdiff
path: root/accessibility/source/extended/textwindowaccessibility.cxx
AgeCommit message (Expand)Author
2023-09-05use more concrete type in ParagraphInfoNoel Grandin
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-05-04tdf#105404 [API CHANGE] add index to accessiblity change eventNoel Grandin
2023-04-29Use getXWeak in accessibilityMike Kaganski
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan 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-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin
2022-06-06clang-tidy modernize-pass-by-value in accessibilityNoel Grandin
2022-05-05Just use Any ctor instead of makeAny in accessibilityStephan Bergmann
2021-02-22loplugin:refcounting in accessibilityNoel
2020-10-21use tools::Long in accessibility..basctlNoel
2020-08-17Fix typosAndrea Gelmini
2020-05-07tdf#118418 implement scrollSubstringTo() for gtkColomban Wendling
2020-04-18loplugin:flatten in accessibilityNoel Grandin
2019-10-28tdf#42949 Fix IWYU warnings in accessibility/Gabor Kelemen
2019-09-05Simplify Sequence iterations in accessibilityArkadiy Illarionov
2019-06-14loplugin:logexceptionnicely in accessibility..basicNoel Grandin
2019-06-11Use hasElements to check Sequence emptiness in accessibility..canvasArkadiy Illarionov
2019-04-07Don't use resettable/clearable guard where plain guard is enoughMike Kaganski
2019-03-16Simplify containers iterations in accessibility, avmediaArkadiy Illarionov
2019-03-05re-land "new loplugin typedefparam""Noel Grandin
2019-02-11TDF#114441 - Convert use of sal_uLong to sal_uInt32Omer Fatih Celik
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin
2018-11-10tdf#120703 PVS: make selection type detection more readableMike Kaganski
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-09-24tdf#42949 Fix IWYU warnings in include/comphelper/[a-l]*Gabor Kelemen
2018-07-20Remove dead code from textwindowaccessibility.cxxMuhammet Kara
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini
2018-02-28use less COLORDATA_RGBNoel Grandin
2018-02-27tdf#114441 sal_uLong to better integer typesShubham Verma
2018-02-26ColorData->Color in variousNoel Grandin
2018-02-24Modernize a bit accessibility and basctlJulien Nabet
2018-02-16ofz#6311 still problems with SdrEdgeObj listening to same obj at start as endCaolán McNamara
2018-01-15More loplugin:cstylecast: accessibilityStephan Bergmann
2018-01-12More loplugin:cstylecast: accessibilityStephan Bergmann
2017-11-20cosmetics: Drop duplicate semicolonTakeshi Abe
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini
2017-10-04add << operator for css::uno::ExceptionNoel Grandin
2017-08-11vcl: remove dead TextAttribHyperLinkJochen Nitschke
2017-07-20loplugin:constparams in accessibilityNoel Grandin
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini
2017-06-27Document::retrieveDefaultAttributesImpl did nothingStephan Bergmann
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-06loplugin:useuniqueptr extend to catch more localvar casesNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna