Home
last modified time | relevance | path

Searched refs:bDimPrevious (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/core/
H A DEffectMigration.cxx1068 void EffectMigration::SetDimPrevious( SvxShape* pShape, sal_Bool bDimPrevious ) in SetDimPrevious() argument
1081 if( bDimPrevious ) in SetDimPrevious()
1096 pEffect->setHasAfterEffect( bDimPrevious ); in SetDimPrevious()
1097 if( !bDimPrevious || !pEffect->getDimColor().hasValue() ) in SetDimPrevious()
/trunk/main/sd/inc/
H A DEffectMigration.hxx70 static void SetDimPrevious( SvxShape* pShape, sal_Bool bDimPrevious );
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx655 sal_Bool bDimPrevious = sal_False; in setPropertyValue() local
656 if( !(aValue >>= bDimPrevious) ) in setPropertyValue()
659 EffectMigration::SetDimPrevious( mpShape, bDimPrevious ); in setPropertyValue()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx3974 sal_Bool bDimPrevious = sal_False; in ImplWriteObjectEffect() local
3978 mAny >>= bDimPrevious; in ImplWriteObjectEffect()
3979 if ( bDimPrevious ) in ImplWriteObjectEffect()

Completed in 66 milliseconds