Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/ui/view/
H A Ddrviews9.cxx373 long nCounts = aGradientList->Count (); in AttrExec() local
382 for ( i = 0; i < nCounts; i ++) in AttrExec()
399 if (i >= nCounts) in AttrExec()
433 long nCounts = aHatchList.get() ? aHatchList->Count() : 0; in AttrExec() local
442 for ( i = 0; i < nCounts; i ++) in AttrExec()
458 if (i >= nCounts) in AttrExec()
498 long nCounts = aDashList.get() ? aDashList->Count() : 0; in AttrExec() local
502 for ( i = 0; i < nCounts; i++ ) in AttrExec()
506 if (i < nCounts) in AttrExec()
550 long nCounts = aGradientList->Count (); in AttrExec() local
[all …]
/AOO42X/main/sd/source/ui/notes/
H A DEditWindow.cxx685 sal_uInt32 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local
687 while (eSelection.nEndPara < nCounts) in SelNextMark()
716 sal_uInt32 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local
735 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
/AOO42X/main/starmath/source/
H A Dedit.cxx763 sal_uInt32 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local
765 while (eSelection.nEndPara < nCounts) in SelNextMark()
794 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local
813 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
/AOO42X/main/basic/source/runtime/
H A Dmethods.cxx1429 sal_uInt16 nCounts = 0; in RTLFUNC() local
1430 while( lCount == -1 || lCount > nCounts ) in RTLFUNC()
1443 nCounts++; in RTLFUNC()