Home
last modified time | relevance | path

Searched refs:implIsValidIndex (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx126 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetGlyphBoundary()
158 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetWordBoundary()
190 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetSentenceBoundary()
213 if ( implIsValidIndex( nIndex, sText.getLength() ) ) in implGetParagraphBoundary()
240 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary()
258 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacter()
345 if ( !implIsValidIndex( nIndex, nLength ) && nIndex != nLength ) in getTextAtIndex()
357 if ( implIsValidIndex( nIndex, nLength ) ) in getTextAtIndex()
450 if ( !implIsValidIndex( nIndex, nLength ) && nIndex != nLength ) in getTextBeforeIndex()
462 if ( implIsValidIndex( nIndex - 1, nLength ) ) in getTextBeforeIndex()
[all …]
/aoo42x/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx187 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
260 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
H A Dvclxaccessiblestatusbaritem.cxx523 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
544 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
H A Dvclxaccessibletabpage.cxx597 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
618 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
H A Dvclxaccessiblemenuitem.cxx251 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
269 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
H A Dvclxaccessibletoolboxitem.cxx478 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
490 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
H A Dvclxaccessiblelistitem.cxx462 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
474 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
/aoo42x/main/accessibility/source/extended/
H A DAccessibleBrowseBoxTableCell.cxx137 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
262 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
H A DAccessibleGridControlTableCell.cxx156 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
276 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
H A Daccessiblelistboxentry.cxx703 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
1073 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
H A Daccessibleiconchoicectrlentry.cxx616 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
H A Dtextwindowaccessibility.cxx745 if ( implIsValidIndex( nIndex, nLength ) ) in implGetParagraphBoundary()
764 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary()
/aoo42x/main/comphelper/inc/comphelper/
H A Daccessibletexthelper.hxx60 virtual sal_Bool implIsValidIndex( sal_Int32 nIndex, sal_Int32 nLength );

Completed in 58 milliseconds