Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1192 #define FOUND_PLAYFULL 0x0008 macro
1305 else if( ( ( nFound & FOUND_PLAYFULL ) == 0 ) && pProperties->Name == maStrPlayFull ) in replaceByName()
1309 nFound |= FOUND_PLAYFULL; in replaceByName()
1425 pInfo->mbSecondPlayFull = nFound & FOUND_PLAYFULL ? bPlayFull : sal_False; in replaceByName()
/aoo42x/main/xmloff/source/draw/
H A Dshapeexport2.cxx283 const sal_Int32 FOUND_PLAYFULL = 0x00000008; variable
370 else if( ( ( nFound & FOUND_PLAYFULL ) == 0 ) && pProperty->Name == msPlayFull )
373 nFound |= FOUND_PLAYFULL;
517 if( nFound & FOUND_PLAYFULL && bPlayFull )

Completed in 32 milliseconds