Lines Matching refs:_nRow
2636 …endUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow,sal_Bool& _bListAc… in appendUndoAction() argument
2645 appendUndoAction(_rOldValue,_rNewValue,_nRow); in appendUndoAction()
2649 …ctionBrowseBox::appendUndoAction(const String& _rOldValue,const String& _rNewValue,sal_Int32 _nRow) in appendUndoAction() argument
2654 pUndoAct->SetCellIndex(_nRow); in appendUndoAction()
2754 ::rtl::OUString OSelectionBrowseBox::GetRowDescription( sal_Int32 _nRow ) const in GetRowDescription()
2759 xub_StrLen nToken = (xub_StrLen) (_nRow >= GetBrowseRow(BROW_CRIT2_ROW)) in GetRowDescription()
2761 xub_StrLen(BROW_CRIT2_ROW) : xub_StrLen(GetRealRow(_nRow)); in GetRowDescription()
2852 Reference< XAccessible > OSelectionBrowseBox::CreateAccessibleCell( sal_Int32 _nRow, sal_uInt16 _nC… in CreateAccessibleCell() argument
2858 if ( _nRow == BROW_VIS_ROW && pEntry.isValid() ) in CreateAccessibleCell()
2859 …return EditBrowseBox::CreateAccessibleCheckBoxCell( _nRow, _nColumnPos,pEntry->IsVisible() ? STATE… in CreateAccessibleCell()
2861 return EditBrowseBox::CreateAccessibleCell( _nRow, _nColumnPos ); in CreateAccessibleCell()