Searched refs:nCounts (Results 1 – 4 of 4) sorted by relevance
373 long nCounts = aGradientList->Count (); in AttrExec() local382 for ( i = 0; i < nCounts; i ++) in AttrExec()399 if (i >= nCounts) in AttrExec()433 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec() local442 for ( i = 0; i < nCounts; i ++) in AttrExec()458 if (i >= nCounts) in AttrExec()498 long nCounts = aDashList.get() ? aDashList->Count() : 0; in AttrExec() local502 for ( i = 0; i < nCounts; i++ ) in AttrExec()506 if (i < nCounts) in AttrExec()550 long nCounts = aGradientList->Count (); in AttrExec() local[all …]
730 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local732 while (eSelection.nEndPara < nCounts) in SelNextMark()761 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local780 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
764 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local766 while (eSelection.nEndPara < nCounts) in SelNextMark()795 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local814 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
1429 sal_uInt16 nCounts = 0; in RTLFUNC() local1430 while( lCount == -1 || lCount > nCounts ) in RTLFUNC()1443 nCounts++; in RTLFUNC()