Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1193 #define FOUND_VERB 0x0010 macro
1313 else if( ( ( nFound & FOUND_VERB ) == 0 ) && pProperties->Name == maStrVerb ) in replaceByName()
1317 nFound |= FOUND_VERB; in replaceByName()
1401 if( nFound & FOUND_VERB ) in replaceByName()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx284 const sal_Int32 FOUND_VERB = 0x00000010; variable
375 else if( ( ( nFound & FOUND_VERB ) == 0 ) && pProperty->Name == msVerb )
378 nFound |= FOUND_VERB;
501 if( ( nFound & FOUND_VERB ) && eClickAction == presentation::ClickAction_VERB )

Completed in 30 milliseconds