Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/data/
H A Ddpoutput.cxx371 nTabStartCol = nMemberStartCol = nDataStartCol = nTabEndCol = 0; in ScDPOutput()
643 nDataStartCol, nDataStartRow, nTabEndCol, nTabEndRow ); in HeaderCell()
668 lcl_SetStyleById( pDoc,nTab, nDataStartCol,nRow, nTabEndCol,nRow, 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()
764 if (nCol < nTabStartCol || nRow < nTabStartRow || nCol > nTabEndCol || nRow > nTabEndRow) in GetPositionType()
768 if (nCol >= nDataStartCol && nCol <= nTabEndCol && nRow >= nDataStartRow && nRow <= nTabEndRow) in GetPositionType()
809 pDoc->DeleteAreaTab( aStartPos.Col(), aStartPos.Row(), nTabEndCol, nTabEndRow, nTab, IDF_ALL ); in Output()
[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,
/AOO42X/main/sc/inc/
H A Ddpoutput.hxx113 SCCOL nTabEndCol; member in ScDPOutput