Lines Matching refs:nPropCount
1831 sal_uInt16 nPropCount = pProps->Count(); in RequestingChilds() local
1832 if ( nPropCount >= 3 && in RequestingChilds()
1833 pProps->Get( nPropCount -1 )->GetName().EqualsIgnoreCaseAscii( "Dbg_Methods" ) && in RequestingChilds()
1834 pProps->Get( nPropCount -2 )->GetName().EqualsIgnoreCaseAscii( "Dbg_Properties" ) && in RequestingChilds()
1835 pProps->Get( nPropCount -3 )->GetName().EqualsIgnoreCaseAscii( "Dbg_SupportedInterfaces" ) ) in RequestingChilds()
1837 nPropCount -= 3; in RequestingChilds()
1839 pItem->maMemberList.allocList( nPropCount ); in RequestingChilds()
1841 for( sal_uInt16 i = 0 ; i < nPropCount ; ++i ) in RequestingChilds()
1852 if( nPropCount > 0 ) in RequestingChilds()
2257 sal_uInt16 nPropCount = pProps->Count(); in UpdateWatches() local
2258 for( sal_uInt16 i = 0 ; i < nPropCount - 3 ; i++ ) in UpdateWatches()