Searched refs:nEndColPos (Results 1 – 1 of 1) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | dpoutput.cxx | 898 SCCOL nEndColPos = nDataStartCol + (SCCOL)nEnd; //! check for overflow in Output() local 906 if ( nColPos + 1 == nEndColPos ) in Output() 907 outputimp.OutputBlockFrame( nColPos,nRowPos, nEndColPos,nRowPos+1, sal_True ); in Output() 910 outputimp.OutputBlockFrame( nColPos,nRowPos, nEndColPos,nRowPos ); in Output() 912 …lcl_SetStyleById( pDoc, nTab, nColPos,nRowPos, nEndColPos,nDataStartRow-1, STR_PIVOT_STYLE_CATEGOR… in Output()
|
Completed in 24 milliseconds