Lines Matching refs:pProperty

326         const beans::PropertyValue* pProperty = aClickProperties.getConstArray();  local
327 const beans::PropertyValue* pPropertyEnd = pProperty + aClickProperties.getLength();
328 for( ; pProperty != pPropertyEnd; ++pProperty )
330 if( ( ( nFound & FOUND_CLICKEVENTTYPE ) == 0 ) && pProperty->Name == msEventType )
332 if( pProperty->Value >>= aClickEventType )
335 else if( ( ( nFound & FOUND_CLICKACTION ) == 0 ) && pProperty->Name == msClickAction )
337 if( pProperty->Value >>= eClickAction )
340 …else if( ( ( nFound & FOUND_MACRO ) == 0 ) && ( pProperty->Name == msMacroName || pProperty->Name …
342 if( pProperty->Value >>= aStrMacro )
345 else if( ( ( nFound & FOUND_LIBRARY ) == 0 ) && pProperty->Name == msLibrary )
347 if( pProperty->Value >>= aStrLibrary )
350 else if( ( ( nFound & FOUND_EFFECT ) == 0 ) && pProperty->Name == msEffect )
352 if( pProperty->Value >>= eEffect )
355 else if( ( ( nFound & FOUND_BOOKMARK ) == 0 ) && pProperty->Name == msBookmark )
357 if( pProperty->Value >>= aStrBookmark )
360 else if( ( ( nFound & FOUND_SPEED ) == 0 ) && pProperty->Name == msSpeed )
362 if( pProperty->Value >>= eSpeed )
365 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperty->Name == msSoundURL )
367 if( pProperty->Value >>= aStrSoundURL )
370 else if( ( ( nFound & FOUND_PLAYFULL ) == 0 ) && pProperty->Name == msPlayFull )
372 if( pProperty->Value >>= bPlayFull )
375 else if( ( ( nFound & FOUND_VERB ) == 0 ) && pProperty->Name == msVerb )
377 if( pProperty->Value >>= nVerb )
392 const beans::PropertyValue* pProperty = aActionProperties.getConstArray(); local
393 const beans::PropertyValue* pPropertyEnd = pProperty + aActionProperties.getLength();
394 for( ; pProperty != pPropertyEnd; ++pProperty )
396 if( ( ( nFound & FOUND_ACTIONEVENTTYPE ) == 0 ) && pProperty->Name == msEventType )
398 if( pProperty->Value >>= aActionEventType )
401 else if( ( ( nFound & FOUND_URL ) == 0 ) && ( pProperty->Name == msURL ) )
403 if( pProperty->Value >>= aHyperURL )