Searched refs:xTransform (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/extensions/source/propctrlr/ |
H A D | unourl.cxx | 46 Reference< XURLTransformer > xTransform; in UnoURL() local 51 …xTransform = xTransform.query( _rxORB->createInstance( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARA… in UnoURL() 52 … OSL_ENSURE( xTransform.is(), "UnoURL::UnoURL: could not create an URL transformer!" ); in UnoURL() 53 if ( xTransform.is() ) in UnoURL() 54 xTransform->parseStrict( m_aURL ); in UnoURL()
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationEffect.cxx | 1455 if( !xTransform.is() ) in getTransformationProperty() 1468 Sequence<Any> aValues( xTransform->getValues() ); in getTransformationProperty() 1504 if( !xTransform.is() ) in setTransformationProperty() 1512 if( xTransform->getFrom() != rValue ) in setTransformationProperty() 1514 xTransform->setFrom( rValue ); in setTransformationProperty() 1519 if( xTransform->getTo() != rValue ) in setTransformationProperty() 1521 xTransform->setTo( rValue ); in setTransformationProperty() 1526 if( xTransform->getBy() != rValue ) in setTransformationProperty() 1528 xTransform->setBy( rValue ); in setTransformationProperty() 1535 Sequence<Any> aValues( xTransform->getValues() ); in setTransformationProperty() [all …]
|
/aoo42x/main/svgio/source/svgreader/ |
H A D | svgmasknode.cxx | 255 const drawinglayer::primitive2d::Primitive2DReference xTransform( in apply() local 262 … aMaskTarget = drawinglayer::primitive2d::Primitive2DSequence(&xTransform, 1); in apply() 269 const drawinglayer::primitive2d::Primitive2DReference xTransform( in apply() local 274 … aMaskTarget = drawinglayer::primitive2d::Primitive2DSequence(&xTransform, 1); in apply()
|
H A D | svgsvgnode.cxx | 551 const drawinglayer::primitive2d::Primitive2DReference xTransform( in decomposeSvgNode() local 556 … aSequence = drawinglayer::primitive2d::Primitive2DSequence(&xTransform, 1); in decomposeSvgNode() 654 const drawinglayer::primitive2d::Primitive2DReference xTransform( in decomposeSvgNode() local 659 … aSequence = drawinglayer::primitive2d::Primitive2DSequence(&xTransform, 1); in decomposeSvgNode()
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.cxx | 2378 Reference< XAnimateTransform > xTransform( xNode, UNO_QUERY ); in importAnimateScaleContainer() local 2381 if( pAtom && xTransform.is() ) in importAnimateScaleContainer() 2411 xTransform->setFrom( makeAny( aPair ) ); in importAnimateScaleContainer() 2419 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer() 2431 xTransform->setBy( makeAny( aPair ) ); in importAnimateScaleContainer() 2440 xTransform->setTo( makeAny( aPair ) ); in importAnimateScaleContainer() 2479 Reference< XAnimateTransform > xTransform( xNode, UNO_QUERY ); in importAnimateRotationContainer() local 2482 if( pAtom && xTransform.is() ) in importAnimateRotationContainer() 2507 xTransform->setBy( makeAny( (double) fBy ) ); in importAnimateRotationContainer() 2510 xTransform->setFrom( makeAny( (double) fFrom ) ); in importAnimateRotationContainer() [all …]
|
/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1974 Reference< XAnimateTransform > xTransform( xNode, UNO_QUERY ); in exportAnimateTransform() local 1975 if ( xTransform.is() ) in exportAnimateTransform() 1977 if ( xTransform->getTransformType() == AnimationTransformType::SCALE ) in exportAnimateTransform() 1993 if ( xTransform->getBy() >>= aPair ) in exportAnimateTransform() 2002 if ( xTransform->getFrom() >>= aPair ) in exportAnimateTransform() 2011 if( xTransform->getTo() >>= aPair ) in exportAnimateTransform() 2029 else if ( xTransform->getTransformType() == AnimationTransformType::ROTATE ) in exportAnimateTransform() 2041 if ( xTransform->getBy() >>= fVal ) in exportAnimateTransform() 2046 if ( xTransform->getFrom() >>= fVal ) in exportAnimateTransform() 2051 if ( xTransform->getTo() >>= fVal ) in exportAnimateTransform()
|
/aoo42x/main/sfx2/source/control/ |
H A D | request.cxx | 392 com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > xTransform( in Record() local 398 xTransform->parseStrict(aURL); in Record()
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 1124 Reference< XAnimateTransform > xTransform( mxNode, UNO_QUERY ); in init_node() local 1125 if( xTransform.is() ) in init_node() 1129 xTransform->setTransformType( (sal_Int16)nEnum ); in init_node()
|
H A D | animationexport.cxx | 1298 Reference< XAnimateTransform > xTransform( xAnimate, UNO_QUERY_THROW ); in exportAnimate() local 1299 nTemp = xTransform->getTransformType(); in exportAnimate()
|
Completed in 92 milliseconds