Lines Matching refs:mpShape

312 :	mpShape( pShape ),  in SdXShape()
333 mpShape->setMaster( NULL ); in dispose()
341 return mpShape->queryAggregation( rType ); in queryAggregation()
347 return mpShape->queryInterface( rType ); in queryInterface()
352 mpShape->acquire(); in acquire()
357 mpShape->release(); in release()
379 return mpShape->_getTypes(); in getTypes()
383 const sal_uInt32 nObjId = mpShape->getShapeKind(); in getTypes()
388 pTypes = new uno::Sequence< uno::Type >( mpShape->_getTypes() ); in getTypes()
415 SdrObject* pObj = mpShape->GetSdrObject(); in getPropertyState()
419 return mpShape->_getPropertyState( PropertyName ); in getPropertyState()
433 mpShape->_setPropertyToDefault(PropertyName); in setPropertyToDefault()
447 uno::Any aRet( mpShape->_getPropertyDefault(aPropertyName) ); in getPropertyDefault()
466 sal_uIntPtr nObjId = (sal_uIntPtr)mpShape->getPropertyMapEntries(); in getPropertySetInfo()
475 uno::Reference< beans::XPropertySetInfo > xInfo( mpShape->_getPropertySetInfo() ); in getPropertySetInfo()
500 SdrObject* pObj = mpShape->GetSdrObject(); in setPropertyValue()
525 EffectMigration::SetAnimationEffect( mpShape, eEffect ); in setPropertyValue()
534 EffectMigration::SetTextAnimationEffect( mpShape, eEffect ); in setPropertyValue()
543 EffectMigration::SetAnimationSpeed( mpShape, eSpeed ); in setPropertyValue()
603 EffectMigration::UpdateSoundEffect( mpShape, pInfo ); in setPropertyValue()
611 EffectMigration::UpdateSoundEffect( mpShape, pInfo ); in setPropertyValue()
641 EffectMigration::SetDimColor( mpShape, nColor ); in setPropertyValue()
650 EffectMigration::SetDimHide( mpShape, bDimHide ); in setPropertyValue()
659 EffectMigration::SetDimPrevious( mpShape, bDimPrevious ); in setPropertyValue()
668 EffectMigration::SetPresentationOrder( mpShape, nNewPos ); in setPropertyValue()
688 EffectMigration::SetAnimationPath( mpShape, pObj2 ); in setPropertyValue()
733 mpShape->_setPropertyValue(aPropertyName, aAny); in setPropertyValue()
749 if( pEntry && mpShape->GetSdrObject() ) in getPropertyValue()
757 const sal_uInt32 nNavOrder = mpShape->GetSdrObject()->GetNavigationPosition(); in getPropertyValue()
762 aRet <<= EffectMigration::GetAnimationEffect( mpShape ); in getPropertyValue()
765 aRet <<= EffectMigration::GetTextAnimationEffect( mpShape ); in getPropertyValue()
777 aRet <<= EffectMigration::GetAnimationSpeed( mpShape ); in getPropertyValue()
821 aRet <<= EffectMigration::GetSoundFile( mpShape ); in getPropertyValue()
824 aRet <<= EffectMigration::GetSoundOn( mpShape ); in getPropertyValue()
833 aRet <<= EffectMigration::GetDimColor( mpShape ); in getPropertyValue()
836 aRet <<= EffectMigration::GetDimHide( mpShape ); in getPropertyValue()
839 aRet <<= EffectMigration::GetDimPrevious( mpShape ); in getPropertyValue()
842 aRet <<= EffectMigration::GetPresentationOrder( mpShape ); in getPropertyValue()
859 SdIMapInfo* pIMapInfo = pDoc->GetIMapInfo(mpShape->GetSdrObject()); in getPropertyValue()
878 aRet = mpShape->_getPropertyValue(PropertyName); in getPropertyValue()
899 SdrObject* pObj = mpShape->GetSdrObject(); in GetAnimationInfo()
908 uno::Sequence< OUString > aSeq( mpShape->_getSupportedServiceNames() ); in getSupportedServiceNames()
913 SdrObject* pObj = mpShape->GetSdrObject(); in getSupportedServiceNames()
934 SdrObject* pObj = mpShape->GetSdrObject(); in IsPresObj()
948 SdrObject* pObj = mpShape->GetSdrObject(); in IsEmptyPresObj()
978 SdrObject* pObj = mpShape->GetSdrObject(); in SetEmptyPresObj()
1052 SdrObject* pObj = mpShape->GetSdrObject(); in IsMasterDepend()
1060 SdrObject* pObj = mpShape->GetSdrObject(); in SetMasterDepend()
1078 SdrObject* pObj = mpShape->GetSdrObject(); in SetStyleSheet()
1107 SdrObject* pObj = mpShape->GetSdrObject(); in GetStyleSheet()
1139 SdXShape* mpShape; member in SdUnoEventsAccess
1185 mpShape( pShape ), mxShape( pShape ) in SdUnoEventsAccess()
1216 if( mpShape == NULL || aName != maStrOnClick ) in replaceByName()
1336 SdAnimationInfo* pInfo = mpShape->GetAnimationInfo( sal_False ); in replaceByName()
1344 pInfo = mpShape->GetAnimationInfo( sal_True ); in replaceByName()
1436 SdAnimationInfo* pInfo = mpShape->GetAnimationInfo( sal_True ); in replaceByName()
1489 if( mpShape == NULL || aName != maStrOnClick ) in getByName()
1492 SdAnimationInfo* pInfo = mpShape->GetAnimationInfo( sal_False ); in getByName()