Lines Matching refs:sal_Int32

101 	sal_Bool OCommonAccessibleText::implIsValidBoundary( i18n::Boundary& rBoundary, sal_Int32 nLength )  in implIsValidBoundary()
108 sal_Bool OCommonAccessibleText::implIsValidIndex( sal_Int32 nIndex, sal_Int32 nLength ) in implIsValidIndex()
115 …sal_Bool OCommonAccessibleText::implIsValidRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex, sal_… in implIsValidRange()
122 void OCommonAccessibleText::implGetGlyphBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetGlyphBoundary()
131 sal_Int32 nCount = 1; in implGetGlyphBoundary()
132 sal_Int32 nDone; in implGetGlyphBoundary()
133sal_Int32 nStartIndex = xBreakIter->previousCharacters( sText, nIndex, implGetLocale(), i18n::Char… in implGetGlyphBoundary()
136sal_Int32 nEndIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::Chara… in implGetGlyphBoundary()
153 sal_Bool OCommonAccessibleText::implGetWordBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetWordBoundary()
169 sal_Int32 nType = xCharClass->getCharacterType( sText, rBoundary.startPos, implGetLocale() ); in implGetWordBoundary()
186 void OCommonAccessibleText::implGetSentenceBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetSentenceBoundary()
209 void OCommonAccessibleText::implGetParagraphBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetParagraphBoundary()
218 sal_Int32 nFound = sText.lastIndexOf( (sal_Unicode)'\n', nIndex ); in implGetParagraphBoundary()
235 void OCommonAccessibleText::implGetLineBoundary( i18n::Boundary& rBoundary, sal_Int32 nIndex ) in implGetLineBoundary()
238 sal_Int32 nLength = sText.getLength(); in implGetLineBoundary()
254 …sal_Unicode OCommonAccessibleText::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in getCharacter()
266 sal_Int32 OCommonAccessibleText::getCharacterCount() throw (RuntimeException) in getCharacterCount()
276 sal_Int32 nStartIndex; in getSelectedText()
277 sal_Int32 nEndIndex; in getSelectedText()
294 sal_Int32 OCommonAccessibleText::getSelectionStart() throw (RuntimeException) in getSelectionStart()
296 sal_Int32 nStartIndex; in getSelectionStart()
297 sal_Int32 nEndIndex; in getSelectionStart()
306 sal_Int32 OCommonAccessibleText::getSelectionEnd() throw (RuntimeException) in getSelectionEnd()
308 sal_Int32 nStartIndex; in getSelectionEnd()
309 sal_Int32 nEndIndex; in getSelectionEnd()
325 …::rtl::OUString OCommonAccessibleText::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) … in getTextRange()
332 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in getTextRange()
333 sal_Int32 nMaxIndex = ::std::max( nStartIndex, nEndIndex ); in getTextRange()
340 …TextSegment OCommonAccessibleText::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (… in getTextAtIndex()
343 sal_Int32 nLength = sText.getLength(); in getTextAtIndex()
445 …TextSegment OCommonAccessibleText::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBeforeIndex()
448 sal_Int32 nLength = sText.getLength(); in getTextBeforeIndex()
570 …TextSegment OCommonAccessibleText::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBehindIndex()
573 sal_Int32 nLength = sText.getLength(); in getTextBehindIndex()
633 sal_Int32 nEnd = aBoundary.endPos; in getTextBehindIndex()
634 sal_Int32 nI = aBoundary.endPos; in getTextBehindIndex()
819 …sal_Unicode OAccessibleTextHelper::getCharacter( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in IMPLEMENT_FORWARD_XINTERFACE2()
828 sal_Int32 OAccessibleTextHelper::getCharacterCount() throw (RuntimeException) in getCharacterCount()
846 sal_Int32 OAccessibleTextHelper::getSelectionStart() throw (RuntimeException) in getSelectionStart()
855 sal_Int32 OAccessibleTextHelper::getSelectionEnd() throw (RuntimeException) in getSelectionEnd()
873 …::rtl::OUString OAccessibleTextHelper::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) … in getTextRange()
882 …TextSegment OAccessibleTextHelper::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextType ) throw (… in getTextAtIndex()
891 …TextSegment OAccessibleTextHelper::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBeforeIndex()
900 …TextSegment OAccessibleTextHelper::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextType ) thr… in getTextBehindIndex()