Searched refs:FOUND_SOUNDURL (Results 1 – 2 of 2) sorted by relevance
1194 #define FOUND_SOUNDURL 0x0020 macro1297 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperties->Name == maStrSoundURL ) in replaceByName()1301 nFound |= FOUND_SOUNDURL; in replaceByName()1420 if( nFound & FOUND_SOUNDURL ) in replaceByName()
285 const sal_Int32 FOUND_SOUNDURL = 0x00000020; variable365 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperty->Name == msSoundURL )368 nFound |= FOUND_SOUNDURL;511 if( ( nFound & FOUND_SOUNDURL ) && aStrSoundURL.getLength() != 0 )
Completed in 23 milliseconds