Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddpoutput.cxx832 SCCOL nHdrCol = aStartPos.Col(); in Output() local
835 …FieldCell( nHdrCol, nHdrRow, nTab, pPageFields[nField].aCaption, false, false, pPageFields[nField]… in Output()
836 SCCOL nFldCol = nHdrCol + 1; in Output()
878 SCCOL nHdrCol = nDataStartCol + (SCCOL)nField; //! check for overflow in Output() local
879 …FieldCell( nHdrCol, nTabStartRow, nTab, pColFields[nField].aCaption, true, true, pColFields[nField… in Output()
932 SCCOL nHdrCol = nTabStartCol + (SCCOL)nField; //! check for overflow in Output() local
934 FieldCell( nHdrCol, nHdrRow, nTab, pRowFields[nField].aCaption, true, !bDataLayout, in Output()

Completed in 19 milliseconds