Home
last modified time | relevance | path

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

/aoo41x/main/sd/source/ui/view/
H A Ddrviews9.cxx382 for ( i = 0; i < nCounts; i ++) in AttrExec()
399 if (i >= nCounts) in AttrExec()
442 for ( i = 0; i < nCounts; i ++) in AttrExec()
458 if (i >= nCounts) in AttrExec()
502 for ( i = 0; i < nCounts; i++ ) in AttrExec()
506 if (i < nCounts) in AttrExec()
553 for ( i = 0; i < nCounts; i++ ) in AttrExec()
575 if (i >= nCounts) in AttrExec()
637 if (i >= nCounts) in AttrExec()
669 i < nCounts; in AttrExec()
[all …]
/aoo41x/main/sd/source/ui/notes/
H A DEditWindow.cxx730 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local
732 while (eSelection.nEndPara < nCounts) in SelNextMark()
761 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local
780 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
/aoo41x/main/starmath/source/
H A Dedit.cxx764 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelNextMark() local
766 while (eSelection.nEndPara < nCounts) in SelNextMark()
795 sal_uInt16 nCounts = pEditEngine->GetParagraphCount(); in SelPrevMark() local
814 while ((eSelection.nStartPara < nCounts) && in SelPrevMark()
/aoo41x/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()

Completed in 677 milliseconds