Home
last modified time | relevance | path

Searched refs:aTableInfo (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx740 ScPreviewTableInfo aTableInfo; in GetHeaderCellOutputRect() local
741 GetTableInfo( rVisRect, aTableInfo ); in GetHeaderCellOutputRect()
744 (rCellPos.Row() >= 0) && (rCellPos.Col() < aTableInfo.GetCols()) && in GetHeaderCellOutputRect()
745 (rCellPos.Row() < aTableInfo.GetRows()) ) in GetHeaderCellOutputRect()
753 const ScPreviewColRowInfo& rColInfo = aTableInfo.GetColInfo()[nCol]; in GetHeaderCellOutputRect()
754 const ScPreviewColRowInfo& rRowInfo = aTableInfo.GetRowInfo()[nRow]; in GetHeaderCellOutputRect()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableHandler.cxx775 TableInfo aTableInfo; in endTable() local
778 aTableInfo.pTableStyle = in endTable()
779 endTableGetTableStyle( aTableInfo, bAdjustLeftMarginByDefaultValue ); in endTable()
782 CellPropertyValuesSeq_t aCellProperties = endTableGetCellProperties(aTableInfo); in endTable()
805 aTableInfo.aTableProperties ); in endTable()

Completed in 26 milliseconds