Lines Matching refs:nIndex

88 		sal_Int32 nIndex = getIndex_Impl( _nRowPos, _nColPos, _rBrowseBox.GetColumnCount() );  in AccessibleBrowseBoxTableCell()  local
89 setAccessibleName( _rBrowseBox.GetAccessibleObjectName( BBTYPE_TABLECELL, nIndex ) ); in AccessibleBrowseBoxTableCell()
90 …setAccessibleDescription( _rBrowseBox.GetAccessibleObjectDescription( BBTYPE_TABLECELL, nIndex ) ); in AccessibleBrowseBoxTableCell()
131 …gle SAL_CALL AccessibleBrowseBoxTableCell::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutO… in getCharacterBounds() argument
137 if ( !implIsValidIndex( nIndex, implGetText().getLength() ) ) in getCharacterBounds()
144 …aRect = AWTRectangle( mpBrowseBox->GetFieldCharacterBounds( getRowPos(), getColumnPos(), nIndex ) … in getCharacterBounds()
239 …sal_Bool SAL_CALL AccessibleBrowseBoxTableCell::setCaretPosition ( sal_Int32 nIndex ) throw (::com… in setCaretPosition() argument
244 if ( !implIsValidRange( nIndex, nIndex, implGetText().getLength() ) ) in setCaretPosition()
249 …sal_Unicode SAL_CALL AccessibleBrowseBoxTableCell::getCharacter( sal_Int32 nIndex ) throw (::com::… in getCharacter() argument
253 return OCommonAccessibleText::getCharacter( nIndex ); in getCharacter()
255 …SAL_CALL AccessibleBrowseBoxTableCell::getCharacterAttributes( sal_Int32 nIndex, const ::com::sun:… in getCharacterAttributes() argument
262 if ( !implIsValidIndex( nIndex, sText.getLength() ) ) in getCharacterAttributes()
313 …Segment SAL_CALL AccessibleBrowseBoxTableCell::getTextAtIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextAtIndex() argument
317 return OCommonAccessibleText::getTextAtIndex( nIndex ,aTextType); in getTextAtIndex()
319 …ent SAL_CALL AccessibleBrowseBoxTableCell::getTextBeforeIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBeforeIndex() argument
323 return OCommonAccessibleText::getTextBeforeIndex( nIndex ,aTextType); in getTextBeforeIndex()
325 …ent SAL_CALL AccessibleBrowseBoxTableCell::getTextBehindIndex( sal_Int32 nIndex, sal_Int16 aTextTy… in getTextBehindIndex() argument
329 return OCommonAccessibleText::getTextBehindIndex( nIndex ,aTextType); in getTextBehindIndex()