Home
last modified time | relevance | path

Searched refs:GetCols (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/Accessibility/ !
H A DAccessiblePreviewTable.cxx165 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 …]
/trunk/main/sw/source/core/inc/ !
H A Ddocsort.hxx140 sal_uInt16 GetCols() const { return nCols; } in GetCols() function in FlatFndBox
/trunk/main/sw/source/core/doc/ !
H A Ddocsort.cxx600 aFlatBox.GetRows() : aFlatBox.GetCols(); in SortTbl()
653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow()
/trunk/main/sc/source/ui/inc/ !
H A Dprevloc.hxx76 SCCOL GetCols() const { return nCols; } in GetCols() function in ScPreviewTableInfo
/trunk/main/sw/source/filter/inc/ !
H A Dwrtswtbl.hxx322 const SwWriteTableCols& GetCols() const { return aCols; } in GetCols() function in SwWriteTable
H A Dfltshell.hxx281 sal_uInt16 GetCols() const { return nCols; } in GetCols() function in SwFltTOX
/trunk/main/sc/source/ui/view/ !
H A Dprevloc.cxx744 (rCellPos.Row() >= 0) && (rCellPos.Col() < aTableInfo.GetCols()) && in GetHeaderCellOutputRect()