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()
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 …]
/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()

Completed in 54 milliseconds