Searched refs:nTabStartRow (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 372 nTabStartRow = nMemberStartRow = nDataStartRow = nTabEndRow = 0; in ScDPOutput() 642 nTabStartCol, nTabStartRow, nMemberStartCol, nMemberStartRow, in HeaderCell() 731 nTabStartRow = aStartPos.Row() + (SCROW)nPageSize; // below page fields in CalcSizes() 733 nMemberStartRow = nTabStartRow + (SCROW) nHeaderSize; in CalcSizes() 771 bool bInColHeader = (nRow >= nTabStartRow && nRow < nDataStartRow); in GetPositionType() 780 if (nRow == nTabStartRow) in GetPositionType() 859 pDoc->SetString( nTabStartCol, nTabStartRow, nTab, aDesc ); in Output() 863 if ( nDataStartRow > nTabStartRow ) in Output() 864 lcl_SetStyleById( pDoc, nTab, nTabStartCol, nTabStartRow, nTabEndCol, nDataStartRow-1, in Output() 873 nTabStartCol, nTabStartRow, nMemberStartCol, nMemberStartRow, in Output() [all …]
|
H A D | scdpoutputimpl.cxx | 85 SCROW nTabStartRow, in OutputImpl() argument 95 mnTabStartRow( nTabStartRow ), in OutputImpl()
|
H A D | scdpoutputimpl.hxx | 56 SCROW nTabStartRow,
|
/aoo4110/main/sc/inc/ |
H A D | dpoutput.hxx | 108 SCROW nTabStartRow; member in ScDPOutput
|
Completed in 33 milliseconds