Lines Matching refs:mxPageProps

539 	Reference< XPropertySet > mxPageProps;  member in xmloff::AnimationsExporterImpl
545 , mxPageProps( xPageProps ) in AnimationsExporterImpl()
559 if( mbHasTransition && mxPageProps.is() ) in exportTransitionNode()
562mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionType" ) ) ) >>= n… in exportTransitionNode()
564 Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in exportTransitionNode()
575 Reference< XInterface > xSource( mxPageProps.get() ); in exportTransitionNode()
592mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionSubtype" ) ) ) >>… in exportTransitionNode()
593mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDirection" ) ) ) … in exportTransitionNode()
594mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionFadeColor" ) ) ) … in exportTransitionNode()
595mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionDuration" ) ) ) >… in exportTransitionNode()
631mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "LoopSound" ) ) ) >>= bLoopS… in exportTransitionNode()
643 if( mxPageProps.is() ) try in prepareTransitionNode()
646mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "TransitionType" ) ) ) >>= n… in prepareTransitionNode()
653 … Any aSound( mxPageProps->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Sound" ) ) ) ); in prepareTransitionNode()
663 Reference< XInterface > xInt( mxPageProps.get() ); in prepareTransitionNode()