Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddpoutput.cxx371 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 Dscdpoutputimpl.cxx90 SCCOL nTabEndCol, in OutputImpl() argument
100 mnTabEndCol( nTabEndCol ), in OutputImpl()
103 mbNeedLineCols.resize( nTabEndCol-nDataStartCol+1, false ); in OutputImpl()
H A Dscdpoutputimpl.hxx61 SCCOL nTabEndCol,
/aoo41x/main/sc/inc/
H A Ddpoutput.hxx113 SCCOL nTabEndCol; member in ScDPOutput

Completed in 47 milliseconds