Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/table/
H A Dswtablerep.cxx108 nAllCols = nColCount = rTabCol.Count(); in SwTableRep()
112 for( sal_uInt16 i = 0; i < nAllCols; ++i ) in SwTableRep()
121 pTColumns[ nAllCols ].nWidth = rTabCol.GetRight() - rTabCol.GetLeft() - nStart; in SwTableRep()
122 pTColumns[ nAllCols ].bVisible = sal_True; in SwTableRep()
124 nAllCols++; in SwTableRep()
152 #define DbgTColumn(pTColumns, nAllCols); in FillTabCols() argument
162 TColumn* pOldTColumns = new TColumn[nAllCols + 1]; in FillTabCols()
165 for(i = 0; i < nAllCols - 1; i++) in FillTabCols()
172 pOldTColumns[nAllCols - 1].nWidth = rTabCols.GetRight() - rTabCols.GetLeft() - nStart; in FillTabCols()
173 pOldTColumns[nAllCols - 1].bVisible = sal_True; in FillTabCols()
[all …]
/AOO41X/main/sw/source/ui/inc/
H A Dswtablerep.hxx43 sal_uInt16 nAllCols; member in SwTableRep
73 sal_uInt16 GetAllColCount() const {return nAllCols;} in GetAllColCount()