Searched refs:implIsValidIndex (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 126 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 …]
|
/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessibletextcomponent.cxx | 187 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 260 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
|
H A D | vclxaccessiblestatusbaritem.cxx | 523 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 544 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
|
H A D | vclxaccessiblemenuitem.cxx | 251 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 269 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
|
H A D | vclxaccessibletabpage.cxx | 597 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 618 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
|
H A D | vclxaccessibletoolboxitem.cxx | 478 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 490 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
|
H A D | vclxaccessiblelistitem.cxx | 462 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes() 474 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterBounds()
|
/aoo4110/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 137 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds() 262 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
|
H A D | AccessibleGridControlTableCell.cxx | 156 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds() 276 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
|
H A D | accessiblelistboxentry.cxx | 703 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds() 1073 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
|
H A D | accessibleiconchoicectrlentry.cxx | 616 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
|
H A D | textwindowaccessibility.cxx | 745 if ( implIsValidIndex( nIndex, nLength ) ) in implGetParagraphBoundary() 764 if ( implIsValidIndex( nIndex, nLength ) || nIndex == nLength ) in implGetLineBoundary()
|
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | accessibletexthelper.hxx | 60 virtual sal_Bool implIsValidIndex( sal_Int32 nIndex, sal_Int32 nLength );
|
Completed in 202 milliseconds