Searched refs:pFilterProps (Results 1 – 1 of 1) sorted by relevance
551 … PropertyValue[] pFilterProps = ( PropertyValue[] )AnyConverter.toArray( xSet.nextElement() ); in GetFilterName() local552 if ( pFilterProps != null ) in GetFilterName()554 int nLen = pFilterProps.length; in GetFilterName()559 if ( pFilterProps[nInd].Name.equals( "Name" ) ) in GetFilterName()560 … aTmpFilter = AnyConverter.toString( pFilterProps[nInd].Value ); in GetFilterName()561 else if ( pFilterProps[nInd].Name.equals( "Flags" ) ) in GetFilterName()562 …bAcceptable = ( ( AnyConverter.toInt( pFilterProps[nInd].Value ) & 2 ) == 2 ); // must allow export in GetFilterName()
Completed in 30 milliseconds