Searched refs:nCheckCount (Results 1 – 6 of 6) sorted by relevance
232 sal_uInt16 nCheckCount = aLbColumns.GetCheckedEntryCount(); in DoFillItemSet() local243 if ( nEntryCount>0 && nCheckCount>0 && nGroup!=0 ) in DoFillItemSet()247 pSubTotals = new SCCOL [nCheckCount]; in DoFillItemSet()248 pFunctions = new ScSubTotalFunc [nCheckCount]; in DoFillItemSet()254 DBG_ASSERT( nCheck <= nCheckCount, in DoFillItemSet()265 nCheckCount ); // Anzahl der Array-Elemente in DoFillItemSet()
137 sal_uInt16 nCheckCount = 0; in GetCheckedEntryCount() local143 nCheckCount++; in GetCheckedEntryCount()145 return nCheckCount; in GetCheckedEntryCount()
357 sal_Int32 nCheckCount = 1; in getAllTicks() local361 nCheckCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getAllTicks()366 for( nTick=0; nTick<nCheckCount && nTick<nCount; nTick++) in getAllTicks()372 for( nTick=nCount-1; nTick>nCount-1-nCheckCount && nTick>=0; nTick--) in getAllTicks()
623 sal_Int32 nCheckCount = 1; in getAllTicks() local627 nCheckCount *= m_rIncrement.SubIncrements[nN].IntervalCount; in getAllTicks()632 for( nTick=0; nTick<nCheckCount && nTick<nCount; nTick++) in getAllTicks()638 for( nTick=nCount-1; nTick>nCount-1-nCheckCount && nTick>=0; nTick--) in getAllTicks()
303 sal_Int32 nCheckCount = 1; // index for the original values in fillParameters() local310 for(; aIter != aEnd;++aIter,++nCheckCount,++i) in fillParameters()321 _rOrgValues.push_back(nCheckCount); in fillParameters()336 _rOrgValues.push_back(nCheckCount); in fillParameters()
552 sal_uInt16 nCheckCount = aCheckLB.GetCheckedEntryCount(); in FillItemSet() local553 pModOpt->SetInsWithCaption( bHTMLMode, nCheckCount > 0 ); in FillItemSet()
Completed in 58 milliseconds