Searched refs:nTabEndCol (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 371 nTabStartCol = nMemberStartCol = nDataStartCol = nTabEndCol = 0; in ScDPOutput() 643 nDataStartCol, nDataStartRow, nTabEndCol, nTabEndRow ); in HeaderCell() 737 nTabEndCol = nDataStartCol + (SCCOL)nColCount - 1; in CalcSizes() 739 nTabEndCol = nDataStartCol; // single column will remain empty in CalcSizes() 741 if ( nPageFieldCount > 0 && nTabEndCol < nTabStartCol + 1 ) in CalcSizes() 742 nTabEndCol = nTabStartCol + 1; in CalcSizes() 874 nDataStartCol, nDataStartRow, nTabEndCol, nTabEndRow ); in Output() 1905 if ( nCol >= nDataStartCol && nCol <= nTabEndCol && in GetHeaderDrag() 1917 nTabEndCol, nMemberStartRow + nField -1 ); in GetHeaderDrag() 2015 if ( nCol >= aStartPos.Col() && nCol <= nTabEndCol && in GetHeaderDrag() [all …]
|
H A D | scdpoutputimpl.cxx | 90 SCCOL nTabEndCol, in OutputImpl() argument 100 mnTabEndCol( nTabEndCol ), in OutputImpl() 103 mbNeedLineCols.resize( nTabEndCol-nDataStartCol+1, false ); in OutputImpl()
|
H A D | scdpoutputimpl.hxx | 61 SCCOL nTabEndCol,
|
/aoo4110/main/sc/inc/ |
H A D | dpoutput.hxx | 113 SCCOL nTabEndCol; member in ScDPOutput
|
Completed in 15 milliseconds