Searched refs:GetRows (Results 1 – 9 of 9) sorted by relevance
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()503 SCROW nRows = mpTableInfo->GetRows(); in getAccessibleAtPoint()561 nRet = static_cast<sal_Int32>(mpTableInfo->GetCols()) * mpTableInfo->GetRows(); in getAccessibleChildCount()[all …]
126 const Int32Set_Impl& GetRows() const { return maRows; } in GetRows() function in SwAccessibleTableData_Impl546 Int32Set_Impl::const_iterator aCol( GetRows().begin() ); in GetRowIter()1106 GetTableData().GetRows().upper_bound( nBottom ) ); in getAccessibleRowExtentAt()1393 GetTableData().GetRows().lower_bound( nTop ) ); in getAccessibleRow()1395 GetTableData().GetRows().begin(), aRow ) ); in getAccessibleRow()
139 sal_uInt16 GetRows() const { return nRows; } in GetRows() function in FlatFndBox
600 aFlatBox.GetRows() : aFlatBox.GetCols(); in SortTbl()701 for(sal_uInt16 i=0; i < rBox.GetRows(); ++i) in MoveCol()
77 SCROW GetRows() const { return nRows; } in GetRows() function in ScPreviewTableInfo
323 const SwWriteTableRows& GetRows() const { return aRows; } in GetRows() function in SwWriteTable
819 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefinition()859 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableDefaultBorders()905 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableBackgrounds()981 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableVerticalCell()
1140 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableCellProperties()
745 (rCellPos.Row() < aTableInfo.GetRows()) ) in GetHeaderCellOutputRect()
Completed in 74 milliseconds