Searched refs:IsValidPosition (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sw/source/core/access/ |
H A D | accpara.cxx | 706 sal_Bool SwAccessibleParagraph::IsValidPosition( in IsValidPosition() function in SwAccessibleParagraph 715 return IsValidPosition(nBegin, nLength) && IsValidPosition(nEnd, nLength); in IsValidRange() 980 ? IsValidPosition( nPos, rText.getLength() ) in GetTextBoundary() 1504 if ( ! IsValidPosition( nIndex, nLength ) ) in setCaretPosition() 1556 if( ! (IsValidPosition( nIndex, GetString().getLength() ) ) ) in GetCurrentTabStop() 2654 if( ! (IsValidPosition( nIndex, GetString().getLength() ) ) ) in getCharacterBounds() 3635 if ( ! IsValidPosition( nCharIndex, nLength ) ) in getHyperLinkIndex() 3928 if ( ! IsValidPosition( nCharIndex, nLength ) ) in getTextMarkupAtIndex() 3962 if ( ! IsValidPosition( nIndex, nLength ) ) in getLineNumberAtIndex() 4015 if ( !IsValidPosition( nCaretPos, nLength ) ) in getNumberOfLineWithCaret()
|
H A D | accpara.hxx | 142 sal_Bool IsValidPosition(sal_Int32 nPos, sal_Int32 nLength);
|
Completed in 112 milliseconds