Home
last modified time | relevance | path

Searched refs:implIsValidBoundary (Results 1 – 3 of 3) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx101 …sal_Bool OCommonAccessibleText::implIsValidBoundary( i18n::Boundary& rBoundary, sal_Int32 nLength ) in implIsValidBoundary() function in comphelper::OCommonAccessibleText
369 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextAtIndex()
381 if ( bWord && implIsValidBoundary( aBoundary, nLength ) ) in getTextAtIndex()
393 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextAtIndex()
405 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextAtIndex()
417 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextAtIndex()
478 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextBeforeIndex()
495 if ( bWord && implIsValidBoundary( aBoundary, nLength ) ) in getTextBeforeIndex()
511 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextBeforeIndex()
528 if ( implIsValidBoundary( aBoundary, nLength ) ) in getTextBeforeIndex()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx59 …sal_Bool implIsValidBoundary( ::com::sun::star::i18n::Boundary& rBo…
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2292 if ( bWord && implIsValidBoundary( aBoundary, nLength ) ) in getTextBeforeIndex()
2416 if ( bWord && implIsValidBoundary( aBoundary, nLength ) ) in getTextBehindIndex()