Lines Matching refs:GetRows
152 nRet = mpTableInfo->GetRows(); in getAccessibleRowCount()
199 if ( nRow < 0 || (mpTableInfo && nRow >= mpTableInfo->GetRows()) ) in getAccessibleRowDescription()
251 nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleRowExtentAt()
285 nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleColumnExtentAt()
340 if ( nRow < 0 || (mpTableInfo && nRow >= mpTableInfo->GetRows()) ) in isAccessibleRowSelected()
368 …&& nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleCellAt()
419 …&& nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in isAccessibleSelected()
438 …&& nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleIndex()
458 …if ( mpTableInfo && nChildIndex >= 0 && nChildIndex < static_cast<sal_Int32>(mpTableInfo->GetRows(… in getAccessibleRow()
477 …if ( mpTableInfo && nChildIndex >= 0 && nChildIndex < static_cast<sal_Int32>(mpTableInfo->GetRows(… in getAccessibleColumn()
503 SCROW nRows = mpTableInfo->GetRows(); in getAccessibleAtPoint()
561 nRet = static_cast<sal_Int32>(mpTableInfo->GetCols()) * mpTableInfo->GetRows(); in getAccessibleChildCount()
729 SCROW nRows = mpTableInfo->GetRows(); in GetBoundingBox()