Home
last modified time | relevance | path

Searched refs:GetRows (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/
H A DAccessiblePreviewTable.cxx152 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 …]
/trunk/main/sw/source/core/access/
H A Dacctable.cxx126 const Int32Set_Impl& GetRows() const { return maRows; } in GetRows() function in SwAccessibleTableData_Impl
546 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()
/trunk/main/sw/source/core/inc/
H A Ddocsort.hxx139 sal_uInt16 GetRows() const { return nRows; } in GetRows() function in FlatFndBox
/trunk/main/sw/source/core/doc/
H A Ddocsort.cxx600 aFlatBox.GetRows() : aFlatBox.GetCols(); in SortTbl()
701 for(sal_uInt16 i=0; i < rBox.GetRows(); ++i) in MoveCol()
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx77 SCROW GetRows() const { return nRows; } in GetRows() function in ScPreviewTableInfo
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx323 const SwWriteTableRows& GetRows() const { return aRows; } in GetRows() function in SwWriteTable
/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx819 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()
H A Ddocxattributeoutput.cxx1140 const SwWriteTableRows& aRows = m_pTableWrt->GetRows( ); in TableCellProperties()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx745 (rCellPos.Row() < aTableInfo.GetRows()) ) in GetHeaderCellOutputRect()

Completed in 86 milliseconds