Searched refs:GetCols (Results 1 – 7 of 7) sorted by relevance
165 nRet = mpTableInfo->GetCols(); in getAccessibleColumnCount()235 if ( nColumn < 0 || (mpTableInfo && nColumn >= mpTableInfo->GetCols()) ) in getAccessibleColumnDescription()251 nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleRowExtentAt()285 nColumn < mpTableInfo->GetCols() && nRow < mpTableInfo->GetRows() ) in getAccessibleColumnExtentAt()371 long nNewIndex = nRow * mpTableInfo->GetCols() + nColumn; in getAccessibleCellAt()441 nRet = nRow * mpTableInfo->GetCols() + nColumn; in getAccessibleIndex()460 nRow = nChildIndex / mpTableInfo->GetCols(); in getAccessibleRow()479 nCol = nChildIndex % static_cast<sal_Int32>(mpTableInfo->GetCols()); in getAccessibleColumn()502 SCCOL nCols = mpTableInfo->GetCols(); in getAccessibleAtPoint()576 long nColumns = mpTableInfo->GetCols(); in getAccessibleChild()[all …]
140 sal_uInt16 GetCols() const { return nCols; } in GetCols() function in FlatFndBox
76 SCCOL GetCols() const { return nCols; } in GetCols() function in ScPreviewTableInfo
600 aFlatBox.GetRows() : aFlatBox.GetCols(); in SortTbl()653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow()
322 const SwWriteTableCols& GetCols() const { return aCols; } in GetCols() function in SwWriteTable
281 sal_uInt16 GetCols() const { return nCols; } in GetCols() function in SwFltTOX
744 (rCellPos.Row() >= 0) && (rCellPos.Col() < aTableInfo.GetCols()) && in GetHeaderCellOutputRect()
Completed in 40 milliseconds