Searched refs:nRowCells (Results 1 – 1 of 1) sorted by relevance
533 sal_uInt16 nRowCells = USHRT_MAX; in ChkChartSel() local657 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 14 milliseconds