Searched refs:FOUND_PLAYFULL (Results 1 – 2 of 2) sorted by relevance
1192 #define FOUND_PLAYFULL 0x0008 macro1305 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()
283 const sal_Int32 FOUND_PLAYFULL = 0x00000008; variable370 else if( ( ( nFound & FOUND_PLAYFULL ) == 0 ) && pProperty->Name == msPlayFull )373 nFound |= FOUND_PLAYFULL;517 if( nFound & FOUND_PLAYFULL && bPlayFull )
Completed in 35 milliseconds