Home
last modified time | relevance | path

Searched refs:FOUND_SOUNDURL (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1194 #define FOUND_SOUNDURL 0x0020 macro
1297 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperties->Name == maStrSoundURL ) in replaceByName()
1301 nFound |= FOUND_SOUNDURL; in replaceByName()
1420 if( nFound & FOUND_SOUNDURL ) in replaceByName()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx285 const sal_Int32 FOUND_SOUNDURL = 0x00000020; variable
365 else if( ( ( nFound & FOUND_SOUNDURL ) == 0 ) && pProperty->Name == msSoundURL )
368 nFound |= FOUND_SOUNDURL;
511 if( ( nFound & FOUND_SOUNDURL ) && aStrSoundURL.getLength() != 0 )

Completed in 21 milliseconds