Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1189 #define FOUND_CLICKACTION 0x0001 macro
1249 else if( ( ( nFound & FOUND_CLICKACTION ) == 0 ) && pProperties->Name == maStrClickAction ) in replaceByName()
1253 nFound |= FOUND_CLICKACTION; in replaceByName()
1333 if( ( nFound & FOUND_CLICKACTION ) == 0 ) in replaceByName()
/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx280 const sal_Int32 FOUND_CLICKACTION = 0x00000001; variable
335 else if( ( ( nFound & FOUND_CLICKACTION ) == 0 ) && pProperty->Name == msClickAction )
338 nFound |= FOUND_CLICKACTION;
414 … if( ((nFound & FOUND_CLICKACTION) == 0) || (eClickAction == presentation::ClickAction_NONE) )

Completed in 33 milliseconds