Searched refs:nHdrCol (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 832 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 23 milliseconds