Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx533 sal_uInt16 nRowCells = USHRT_MAX; in ChkChartSel() local
657 if( USHRT_MAX == nRowCells ) // 1. Zeilenwechsel in ChkChartSel()
658 nRowCells = nCellCnt; in ChkChartSel()
659 else if( nRowCells != nCellCnt ) in ChkChartSel()
690 if( USHRT_MAX == nRowCells ) in ChkChartSel()
691 nRowCells = nCellCnt; in ChkChartSel()
692 else if( nRowCells != nCellCnt ) in ChkChartSel()
705 pBoxes = new SwChartBoxes( 255 < nRowCells in ChkChartSel()
706 ? 255 : (sal_uInt8)nRowCells); in ChkChartSel()

Completed in 22 milliseconds