Searched refs:rRowInfo (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sc/source/ui/Accessibility/ |
| H A D | AccessiblePreviewTable.cxx | 250 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleRowExtentAt() local 252 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleRowExtentAt() 260 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleRowExtentAt() 283 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleColumnExtentAt() local 285 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleColumnExtentAt() 293 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleColumnExtentAt() 366 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleCellAt() local 368 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt() 369 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleCellAt() 372 rRowInfo.bIsHeader, rColInfo.bIsHeader, nNewIndex ); in getAccessibleCellAt()
|
| H A D | AccessiblePreviewHeaderCell.cxx | 320 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen() local 322 …aCellRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetBoundingBoxOnScreen() 345 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBox() local 347 …Rectangle aCellRect( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nPix… in GetBoundingBox()
|
| /trunk/main/sc/source/ui/view/ |
| H A D | prevloc.cxx | 754 const ScPreviewColRowInfo& rRowInfo = aTableInfo.GetRowInfo()[nRow]; in GetHeaderCellOutputRect() local 756 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in GetHeaderCellOutputRect() 757 …aClipRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetHeaderCellOutputRect()
|