Lines Matching refs:aPropertyValues
232 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aPropNames ); in getInfo() local
234 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getInfo()
236 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in getInfo()
250 aPropertyValues[aNodeInd] >>= aEPasswd; in getInfo()
292 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in useStorage() local
294 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in useStorage()
296 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in useStorage()
301 aPropertyValues[0] >>= aResult; in useStorage()
320 Sequence< Any > aPropertyValues = ConfigItem::GetProperties( aNodeNames ); in getEncodedMP() local
322 if( aPropertyValues.getLength() != aNodeNames.getLength() ) in getEncodedMP()
324 … OSL_ENSURE( aPropertyValues.getLength() == aNodeNames.getLength(), "Problems during reading\n" ); in getEncodedMP()
328 aPropertyValues[0] >>= hasEncoded; in getEncodedMP()
329 aPropertyValues[1] >>= mEncoded; in getEncodedMP()