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()353 if ( nColumn < 0 || (mpTableInfo && nColumn >= mpTableInfo->GetCols()) ) in isAccessibleColumnSelected()368 …if ( mpTableInfo && nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTabl… in getAccessibleCellAt()371 long nNewIndex = nRow * mpTableInfo->GetCols() + nColumn; in getAccessibleCellAt()419 …if ( mpTableInfo && nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTabl… in isAccessibleSelected()438 …if ( mpTableInfo && nColumn >= 0 && nRow >= 0 && nColumn < mpTableInfo->GetCols() && nRow < mpTabl… in getAccessibleIndex()441 nRet = nRow * mpTableInfo->GetCols() + nColumn; in getAccessibleIndex()[all …]
140 sal_uInt16 GetCols() const { return nCols; } in GetCols() function in FlatFndBox
600 aFlatBox.GetRows() : aFlatBox.GetCols(); in SortTbl()653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow()
76 SCCOL GetCols() const { return nCols; } in GetCols() function in ScPreviewTableInfo
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()