Searched refs:ScPreviewColRowInfo (Results 1 – 4 of 4) sorted by relevance
47 struct ScPreviewColRowInfo struct68 ScPreviewColRowInfo* pColInfo; argument69 ScPreviewColRowInfo* pRowInfo;78 const ScPreviewColRowInfo* GetColInfo() const { return pColInfo; } in GetColInfo()79 const ScPreviewColRowInfo* GetRowInfo() const { return pRowInfo; } in GetRowInfo()82 void SetColInfo( SCCOL nCount, ScPreviewColRowInfo* pNewInfo );83 void SetRowInfo( SCROW nCount, ScPreviewColRowInfo* pNewInfo );
93 void ScPreviewTableInfo::SetColInfo( SCCOL nCount, ScPreviewColRowInfo* pNewInfo ) in SetColInfo()100 void ScPreviewTableInfo::SetRowInfo( SCROW nCount, ScPreviewColRowInfo* pNewInfo ) in SetRowInfo()126 ScPreviewColRowInfo* pNewInfo = new ScPreviewColRowInfo[nNewCount]; in LimitToArea()153 ScPreviewColRowInfo* pNewInfo = new ScPreviewColRowInfo[nNewCount]; in LimitToArea()607 ScPreviewColRowInfo* pColInfo = new ScPreviewColRowInfo[ nColCount ]; in GetTableInfo()672 ScPreviewColRowInfo* pRowInfo = new ScPreviewColRowInfo[ nRowCount ]; in GetTableInfo()753 const ScPreviewColRowInfo& rColInfo = aTableInfo.GetColInfo()[nCol]; in GetHeaderCellOutputRect()754 const ScPreviewColRowInfo& rRowInfo = aTableInfo.GetRowInfo()[nRow]; in GetHeaderCellOutputRect()
253 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleRowExtentAt()254 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleRowExtentAt()287 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleColumnExtentAt()288 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleColumnExtentAt()373 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[nColumn]; in getAccessibleCellAt()374 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[nRow]; in getAccessibleCellAt()504 const ScPreviewColRowInfo* pColInfo = mpTableInfo->GetColInfo(); in getAccessibleAtPoint()505 const ScPreviewColRowInfo* pRowInfo = mpTableInfo->GetRowInfo(); in getAccessibleAtPoint()732 const ScPreviewColRowInfo* pColInfo = mpTableInfo->GetColInfo(); in GetBoundingBox()733 const ScPreviewColRowInfo* pRowInfo = mpTableInfo->GetRowInfo(); in GetBoundingBox()
327 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBoxOnScreen()328 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBoxOnScreen()352 const ScPreviewColRowInfo& rColInfo = mpTableInfo->GetColInfo()[maCellPos.Col()]; in GetBoundingBox()353 const ScPreviewColRowInfo& rRowInfo = mpTableInfo->GetRowInfo()[maCellPos.Row()]; in GetBoundingBox()
Completed in 24 milliseconds