Searched refs:nActDepth (Results 1 – 2 of 2) sorted by relevance
604 sal_uInt16 nActDepth = nRefDepth; in GetChildCount() local607 pParent = Next( pParent, &nActDepth ); in GetChildCount()609 } while( pParent && nRefDepth < nActDepth ); in GetChildCount()633 sal_uInt16 nActDepth = nRefDepth; in GetVisibleChildCount() local636 pParent = NextVisible( pView, pParent, &nActDepth ); in GetVisibleChildCount()638 } while( pParent && nRefDepth < nActDepth ); in GetVisibleChildCount()652 sal_uInt16 nActDepth = nRefDepth; in GetChildSelectionCount() local655 pParent = Next( pParent, &nActDepth ); in GetChildSelectionCount()656 if( pParent && pView->IsSelected( pParent ) && nRefDepth < nActDepth) in GetChildSelectionCount()658 } while( pParent && nRefDepth < nActDepth ); in GetChildSelectionCount()
1241 sal_Int16 nActDepth = -1; in CreateTextForPage() local1256 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 66 milliseconds