Searched refs:rRowInfo (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessiblePreviewTable.cxx | 254 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleRowExtentAt() local 256 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleRowExtentAt() 264 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleRowExtentAt() 288 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleColumnExtentAt() local 290 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleColumnExtentAt() 298 …static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex), mpTableInfo->GetTa… in getAccessibleColumnExtentAt() 374 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleCellAt() local 376 …ScAddress aCellPos( static_cast<SCCOL>(rColInfo.nDocIndex), static_cast<SCROW>(rRowInfo.nDocIndex)… in getAccessibleCellAt() 377 if ( rColInfo.bIsHeader || rRowInfo.bIsHeader ) in getAccessibleCellAt() 380 rRowInfo.bIsHeader, rColInfo.bIsHeader, nNewIndex ); in getAccessibleCellAt()
|
H A D | AccessiblePreviewHeaderCell.cxx | 328 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen() local 330 …aCellRect = Rectangle( rColInfo.nPixelStart, rRowInfo.nPixelStart, rColInfo.nPixelEnd, rRowInfo.nP… in GetBoundingBoxOnScreen() 353 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBox() local 355 …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()
|
Completed in 30 milliseconds