Lines Matching refs:nDepth
240 sal_uInt16 nDepth = 0; in GetDepth() local
243 nDepth++; in GetDepth()
246 return nDepth; in GetDepth()
697 sal_uInt16 nDepth = 0; in Next() local
701 nDepth = *pDepth; in Next()
710 nDepth++; in Next()
713 *pDepth = nDepth; in Next()
721 *pDepth = nDepth; in Next()
726 nDepth--; in Next()
737 *pDepth = nDepth; in Next()
741 nDepth--; in Next()
759 sal_uInt16 nDepth = 0; in Prev() local
763 nDepth = *pDepth; in Prev()
776 nDepth++; in Prev()
780 *pDepth = nDepth; in Prev()
790 nDepth--; in Prev()
792 *pDepth = nDepth; in Prev()
906 sal_uInt16 nDepth = 0; in NextVisible() local
910 nDepth = *pActDepth; in NextVisible()
920 nDepth++; in NextVisible()
923 *pActDepth = nDepth; in NextVisible()
932 *pActDepth = nDepth; in NextVisible()
937 nDepth--; in NextVisible()
947 *pActDepth = nDepth; in NextVisible()
951 nDepth--; in NextVisible()
974 sal_uInt16 nDepth = 0; in PrevVisible() local
978 nDepth = *pActDepth; in PrevVisible()
991 nDepth++; in PrevVisible()
995 *pActDepth = nDepth; in PrevVisible()
1005 nDepth--; in PrevVisible()
1007 *pActDepth = nDepth; in PrevVisible()
1514 sal_uInt16 nDepth = nRefDepth; in SelectChilds() local
1521 pParent = Next( pParent, &nDepth ); in SelectChilds()
1523 while( pParent && nDepth > nRefDepth ); in SelectChilds()