summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accessibletexthelper.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-30tdf#146619 Drop unused 'using namespace' in: comphelper/Gabor Kelemen1-1/+0
2023-05-23a11y: Fix returning unpaired surrogates when retrieving charactersColomban Wendling1-8/+17
2023-01-25Use ImplInheritanceHelper in OAccessibleTextHelperStephan Bergmann1-12/+0
2023-01-06Merge comphelper::OAccessibleContextHelper into comphelper::OCommonAccessible...Stephan Bergmann1-0/+1
2022-05-06Only dereference iterators after checking themMike Kaganski1-3/+2
2022-04-28use more string_view in comphelperNoel Grandin1-20/+20
2022-04-10use more string_viewNoel Grandin1-2/+2
2018-04-03accessibility: more simplifiation in OCommonAccessibleText.Arnaud Versini1-20/+17
2018-03-25accessibility: simplify OCommonAccessibleTextArnaud Versini1-33/+28
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini1-28/+7
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini1-22/+0
2017-07-17loplugin:constparams in comphelper,unoidlNoel Grandin1-1/+1
2017-07-10Remove useless method OCommonAccessibleText::getTextArnaud Versini1-7/+1
2017-06-12Remove VCLExternalSolarLock and IMutex.Arnaud Versini1-2/+1
2017-03-30remove type decorations on char literalsJochen Nitschke1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist1-2/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-20/+20
2016-07-27improve passstuffbyref return analysisNoel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-32/+0
2015-07-27com::sun::star->css in comphelperNoel Grandin1-2/+2
2014-02-27Remove visual noise from comphelperAlexander Wilms1-8/+8
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-38/+38
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann1-10/+10
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-19/+19
2012-11-05fdo#46808, use service constructor for i18n::CharacterClassificationNoel Grandin1-6/+2
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin1-6/+3
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-09Remove superfluous include commentsThomas Arnhold1-2/+0
2012-03-04Removed dead codeMarc-André Laverdière-Papineau1-6/+0
2011-11-27remove include of pch header in comphelperNorbert Thiebaud1-2/+0
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-05remove include guards using fixguard.pyPetr Mladek1-2/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-4/+1
2008-04-11INTEGRATION: CWS changefileheader (1.8.160); FILE MERGEDRüdiger Timm1-39/+18
2006-09-17INTEGRATION: CWS pchfix02 (1.7.100); FILE MERGEDOliver Bolte1-2/+5
2005-09-08INTEGRATION: CWS ooo19126 (1.6.246); FILE MERGEDRüdiger Timm1-47/+21
2003-06-27INTEGRATION: CWS tbe4 (1.5.10); FILE MERGEDVladimir Glazounov1-15/+35
2003-05-22INTEGRATION: CWS uaa03 (1.4.8); FILE MERGEDVladimir Glazounov1-60/+147
2003-04-24INTEGRATION: CWS uaa02 (1.3.44); FILE MERGEDVladimir Glazounov1-6/+94
2002-09-18#102626# text length is a valid index for getTextAtIndex, getTextBeforeIndex,...Thomas Benisch1-69/+131
2002-09-13#103254# getTextAtIndex: 'length' as index is allowed according to the interf...Frank Schönheit1-2/+7
2002-06-26#100215# helper for implementing an XAccessibleTextThomas Benisch1-0/+700