Home
last modified time | relevance | path

Searched refs:nActDepth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx604 sal_uInt16 nActDepth = nRefDepth; in GetChildCount() local
607 pParent = Next( pParent, &nActDepth ); in GetChildCount()
609 } while( pParent && nRefDepth < nActDepth ); in GetChildCount()
633 sal_uInt16 nActDepth = nRefDepth; in GetVisibleChildCount() local
636 pParent = NextVisible( pView, pParent, &nActDepth ); in GetVisibleChildCount()
638 } while( pParent && nRefDepth < nActDepth ); in GetVisibleChildCount()
652 sal_uInt16 nActDepth = nRefDepth; in GetChildSelectionCount() local
655 pParent = Next( pParent, &nActDepth ); in GetChildSelectionCount()
656 if( pParent && pView->IsSelected( pParent ) && nRefDepth < nActDepth) in GetChildSelectionCount()
658 } while( pParent && nRefDepth < nActDepth ); in GetChildSelectionCount()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx1241 sal_Int16 nActDepth = -1; in CreateTextForPage() local
1256 if(nDepth < nActDepth ) in CreateTextForPage()
1261 nActDepth--; in CreateTextForPage()
1263 while(nDepth < nActDepth); in CreateTextForPage()
1265 else if(nDepth > nActDepth ) in CreateTextForPage()
1270 nActDepth++; in CreateTextForPage()
1272 while( nDepth > nActDepth ); in CreateTextForPage()
1276 if(nActDepth >= 0 ) in CreateTextForPage()
1299 if(nActDepth >= 0 ) in CreateTextForPage()
1304 while( nActDepth >= 0 ) in CreateTextForPage()
[all …]

Completed in 36 milliseconds