Searched refs:nTabStartRow (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/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() 764 if (nCol < nTabStartCol || nRow < nTabStartRow || nCol > nTabEndCol || nRow > nTabEndRow) in GetPositionType() 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() [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,
|
| /AOO42X/main/sc/inc/ |
| H A D | dpoutput.hxx | 108 SCROW nTabStartRow; member in ScDPOutput
|