Lines Matching refs:nSelectionCount
562 sal_uLong nSelectionCount = rTree.GetSelectionCount(); in getSelection() local
563 if( nSelectionCount == 1 ) in getSelection()
569 else if( nSelectionCount > 1 ) in getSelection()
571 Sequence< Reference< XTreeNode > > aSelection( nSelectionCount ); in getSelection()
574 while( pEntry && nSelectionCount ) in getSelection()
578 --nSelectionCount; in getSelection()
581 OSL_ASSERT( (pEntry == 0) && (nSelectionCount == 0) ); in getSelection()
681 sal_uInt32 nSelectionCount = rTree.GetSelectionCount(); in createSelectionEnumeration() local
682 std::list< Any > aSelection( nSelectionCount ); in createSelectionEnumeration()
685 while( pEntry && nSelectionCount ) in createSelectionEnumeration()
689 --nSelectionCount; in createSelectionEnumeration()
692 OSL_ASSERT( (pEntry == 0) && (nSelectionCount == 0) ); in createSelectionEnumeration()
705 sal_uInt32 nSelectionCount = rTree.GetSelectionCount(); in createReverseSelectionEnumeration() local
709 while( pEntry && nSelectionCount ) in createReverseSelectionEnumeration()
713 --nSelectionCount; in createReverseSelectionEnumeration()
716 OSL_ASSERT( (pEntry == 0) && (nSelectionCount == 0) ); in createReverseSelectionEnumeration()