/aoo42x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.hxx | 55 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode; 56 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxMaster; 58 …ode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, in AfterEffectNode() 59 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xMaster ) in AfterEffectNode() 98 …eam& rStrm, ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xNode, 99 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >* xParent, 113 …s( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 115 …onst ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) con… 116 …::sun::star::animations::XAnimationNode >& xNode, ::com::sun::star::uno::Reference< ::com::sun::st… 117 …onst ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) con… [all …]
|
H A D | pptexanimations.cxx | 354 const Reference< XAnimationNode > xRootNode( xNodeSupplier->getAnimationNode() ); in doexport() 371 Reference< XAnimationNode > xNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in processAfterEffectNodes() 399 Reference< XAnimationNode > xMaster; in processAfterEffectNodes() 447 …tionExporter::hasAfterEffectNode( const Reference< XAnimationNode >& xNode, Reference< XAnimationN… in hasAfterEffectNode() 466 bool AnimationExporter::isEmptyNode( const Reference< XAnimationNode >& xNode ) const in isEmptyNode() 501 …xporter::exportNode( SvStream& rStrm, Reference< XAnimationNode > xNode, const Reference< XAnimati… in exportNode() 518 Reference< XAnimationNode > xAudioNode; in exportNode() 739 Reference< XAnimationNode > xAfterEffectNode; in exportNode() 776 Reference< XAnimationNode > AnimationExporter::createAfterEffectNodeClone( const Reference< XAnimat… in createAfterEffectNodeClone() 921 Reference< XAnimationNode > xMaster; in exportAnimPropertySet() [all …]
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | pptinanimations.hxx | 59 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 64 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 69 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 70 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 72 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 73 …m, const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 84 …::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > createNode( const… 86 …un::star::animations::XAnimationNode >& xNode, const ::com::sun::star::uno::Reference< ::com::sun:… 89 …g( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 90 …g( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); [all …]
|
H A D | pptinanimations.cxx | 253 Reference< XAnimationNode > xParent; in import() 279 Reference< XAnimationNode > AnimationImporter::createNode( const Atom* pAtom, const AnimationNode& … in createNode() 333 Reference< XAnimationNode > xNode; in createNode() 386 Reference< XAnimationNode > xNode; in importAnimationContainer() 592 Reference< XAnimationNode > xClickNode( xE->nextElement(), UNO_QUERY ); in fixMainSequenceTiming() 615 Reference< XAnimationNode > xEffectNode( xE2->nextElement(), UNO_QUERY_THROW ); in fixMainSequenceTiming() 662 Reference< XAnimationNode > xClickNode( xE->nextElement(), UNO_QUERY ); in fixInteractiveSequenceTiming() 675 …mporter::convertAnimationNode( const Reference< XAnimationNode >& xNode, const Reference< XAnimati… in convertAnimationNode() 1415 void AnimationImporter::importTimeContainer( const Atom* pAtom, const Reference< XAnimationNode >& … in importTimeContainer() 2304 void AnimationImporter::importAudioContainer( const Atom* pAtom, const Reference< XAnimationNode >&… in importAudioContainer() [all …]
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | randomnode.cxx | 138 …Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newChild, co… 139 …Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newChild, con… 140 …Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newChild, co… 141 …Reference< XAnimationNode > SAL_CALL removeChild( const Reference< XAnimationNode >& oldChild ) th… 142 …Reference< XAnimationNode > SAL_CALL appendChild( const Reference< XAnimationNode >& newChild ) th… 560 return ::getCppuType((const Reference< XAnimationNode >*)0); in getElementType() 627 …erence< XAnimationNode > SAL_CALL RandomAnimationNode::insertBefore( const Reference< XAnimationNo… in insertBefore() argument 636 …erence< XAnimationNode > SAL_CALL RandomAnimationNode::insertAfter( const Reference< XAnimationNod… in insertAfter() argument 645 …erence< XAnimationNode > SAL_CALL RandomAnimationNode::replaceChild( const Reference< XAnimationNo… in replaceChild() argument 654 Reference< XAnimationNode > SAL_CALL RandomAnimationNode::removeChild( const Reference< XAnimationN… in removeChild() [all …]
|
/aoo42x/main/sd/source/core/ |
H A D | CustomAnimationCloner.cxx | 82 …Reference< XAnimationNode > Clone( const Reference< XAnimationNode >& xSourceNode, const SdPage* p… 85 void transformNode( const Reference< XAnimationNode >& xNode ); 89 … Reference< XAnimationNode > getClonedNode( const Reference< XAnimationNode >& xSource ) const; 92 std::vector< Reference< XAnimationNode > > maSourceNodeVector; 93 std::vector< Reference< XAnimationNode > > maCloneNodeVector; 100 …Reference< XAnimationNode > Clone( const Reference< XAnimationNode >& xSourceNode, const SdPage* p… in Clone() 106 …Reference< XAnimationNode > CustomAnimationClonerImpl::Clone( const Reference< XAnimationNode >& x… in Clone() 112 Reference< XAnimationNode > xCloneNode( xClonable->createClone(), UNO_QUERY_THROW ); in Clone() 155 Reference< XAnimationNode > xEmpty; in Clone() 280 Reference< XAnimationNode > xNode; in transformValue() [all …]
|
H A D | CustomAnimationEffect.cxx | 1027 return Reference< XAnimationNode >( xAnimate, UNO_QUERY_THROW ); in createAfterEffectNode() 1613 Reference< XAnimationNode > xChild; in removeAudio() 1650 Reference< XAnimationNode > xChild( mxAudio, UNO_QUERY ); in setAudio() 1676 Reference< XAnimationNode > xChild( xCommand, UNO_QUERY_THROW ); in setStopAudio() 1805 Reference< XAnimationNode > EffectSequenceHelper::getRootNode() in getRootNode() 1807 Reference< XAnimationNode > xRoot( mxSequenceRoot, UNO_QUERY ); in getRootNode() 1829 Reference< XAnimationNode > xNode( pPreset->create( strEmpty ) ); in append() 2076 Reference< XAnimationNode > xEffectNode( pEffect->getNode() ); in implRebuild() 2271 Reference< XAnimationNode > xChild; in stl_process_after_effect_node_func() 3148 Reference< XAnimationNode > xMaster; in processAfterEffect() [all …]
|
H A D | CustomAnimationPreset.cxx | 189 Reference< XAnimationNode > CustomAnimationPreset::create( const rtl::OUString& rstrSubType ) in create() 201 Reference< XAnimationNode > xNode( xCloneable->createClone(), UNO_QUERY_THROW ); in create() 211 Reference< XAnimationNode > xNode; in create() 256 Reference< XAnimationNode > implImportEffects( const Reference< XMultiServiceFactory >& xServiceFac… in implImportEffects() 258 Reference< XAnimationNode > xRootNode; in implImportEffects() 599 Reference< XAnimationNode > xNewNode( pDescriptor->create( rPresetSubType ) ); in changePresetSubType() 624 Reference< XAnimationNode > CustomAnimationPresets::getRandomPreset( sal_Int16 nPresetClass ) const in getRandomPreset() 626 Reference< XAnimationNode > xNode; in getRandomPreset()
|
H A D | undoanim.cxx | 50 Reference< XAnimationNode > mxOldNode; 51 Reference< XAnimationNode > mxNewNode; 89 Reference< XAnimationNode > xOldNode; in Undo() 106 Reference< XAnimationNode > xNewNode; in Redo() 130 …Page, const com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) in UndoAnimationPathImpl() 167 …Page, const com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) in UndoAnimationPath()
|
H A D | sdpage_animations.cxx | 59 Reference< XAnimationNode > SdPage::getAnimationNode() throw (RuntimeException) in getAnimationNode() 63 …mxAnimationNode = Reference< XAnimationNode >::query(::comphelper::getProcessServiceFactory()->cre… in getAnimationNode() 76 void SdPage::setAnimationNode( Reference< XAnimationNode >& xNode ) throw (RuntimeException) in setAnimationNode() 152 Reference< XAnimationNode > xClonedNode( in cloneAnimations()
|
H A D | TransitionPreset.cxx | 72 extern Reference< XAnimationNode > implImportEffects( const Reference< XMultiServiceFactory >& xCon… 75 …et( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) in TransitionPreset() 107 Reference< XAnimationNode > xAnimationNode; in importTransitionsFile() 116 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in importTransitionsFile()
|
/aoo42x/main/offapi/com/sun/star/animations/ |
H A D | XTimeContainer.idl | 27 #include <com/sun/star/animations/XAnimationNode.idl> 72 interface XTimeContainer : XAnimationNode 87 XAnimationNode insertBefore( [in] XAnimationNode newChild, [in] XAnimationNode refChild ) 95 XAnimationNode insertAfter( [in] XAnimationNode newChild, [in] XAnimationNode refChild ) 103 XAnimationNode replaceChild( [in] XAnimationNode newChild, [in] XAnimationNode oldChild ) 111 XAnimationNode removeChild( [in] XAnimationNode oldChild ) 118 XAnimationNode appendChild( [in] XAnimationNode newChild )
|
H A D | XAnimationListener.idl | 30 #include <com/sun/star/animations/XAnimationNode.idl> 54 void beginEvent( [in] XAnimationNode Node ); 64 void endEvent( [in] XAnimationNode Node ); 77 void repeat( [in] XAnimationNode Node, [in] long Repeat );
|
/aoo42x/main/sd/inc/ |
H A D | CustomAnimationEffect.hxx | 73 …const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& getNode() … in getNode() 74 …void setNode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode… 75 …e( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 215 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode; 228 …const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& mxSearchNo… 287 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > getRootNo… 297 …void create( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode … 300 …s( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ); 396 …MainSequence( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode… 399 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > getRootNo… [all …]
|
H A D | animations.hxx | 35 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode; 36 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxMaster; 39 …un::star::animations::XAnimationNode >& xNode, const ::com::sun::star::uno::Reference< ::com::sun:… in AfterEffectNode()
|
/aoo42x/main/animations/source/animcore/ |
H A D | animcore.cxx | 106 typedef ::std::list< Reference< XAnimationNode > > ChildList_t; 271 …irtual Reference< XAnimationNode > SAL_CALL insertBefore( const Reference< XAnimationNode >& newCh… 272 …virtual Reference< XAnimationNode > SAL_CALL insertAfter( const Reference< XAnimationNode >& newCh… 273 …irtual Reference< XAnimationNode > SAL_CALL replaceChild( const Reference< XAnimationNode >& newCh… 558 static_cast< XAnimationNode* >( static_cast< XTimeContainer * >(this) ), in queryInterface() 1808 return ::getCppuType((const Reference< XAnimationNode >*)0); in getElementType() 1835 Reference< XAnimationNode > SAL_CALL AnimationNode::insertBefore( const Reference< XAnimationNode >… in insertBefore() 1861 Reference< XAnimationNode > SAL_CALL AnimationNode::insertAfter( const Reference< XAnimationNode >&… in insertAfter() 1891 Reference< XAnimationNode > SAL_CALL AnimationNode::replaceChild( const Reference< XAnimationNode >… in replaceChild() 1920 Reference< XAnimationNode > SAL_CALL AnimationNode::removeChild( const Reference< XAnimationNode >&… in removeChild() [all …]
|
/aoo42x/main/oox/source/ppt/ |
H A D | timenode.cxx | 118 …ng( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) in fixMainSequenceTiming() 128 Reference< XAnimationNode > xClickNode( xE->nextElement(), UNO_QUERY ); in fixMainSequenceTiming() 151 Reference< XAnimationNode > xEffectNode( xE2->nextElement(), UNO_QUERY_THROW ); in fixMainSequenceTiming() 198 Reference< XAnimationNode > xClickNode( xE->nextElement(), UNO_QUERY ); in fixInteractiveSequenceTiming() 211 …void TimeNode::addNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& rxNode, c… in addNode() 215 Reference< XAnimationNode > xNode = createAndInsert( rFilter, sServiceName, rxNode ); in addNode() 225 …void TimeNode::setNode( const XmlFilterBase& rFilter, const Reference< XAnimationNode >& xNode, co… in setNode() 581 Reference< XAnimationNode > TimeNode::createAndInsert( in createAndInsert() 584 const Reference< XAnimationNode >& rxNode ) in createAndInsert() 587 …Reference< XAnimationNode > xNode ( rFilter.getServiceFactory()->createInstance( rServiceName ), U… in createAndInsert() [all …]
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | slideimpl.cxx | 98 const uno::Reference<animations::XAnimationNode>& xRootNode, 134 virtual uno::Reference<animations::XAnimationNode> getXAnimationNode() const; 182 … ::com::sun::star::animations::XAnimationNode >& xRootAnimationNode ); 239 uno::Reference< animations::XAnimationNode > mxRootNode; 350 const uno::Reference< animations::XAnimationNode >& xRootNode, in SlideImpl() 607 uno::Reference<animations::XAnimationNode> SlideImpl::getXAnimationNode() const in getXAnimationNode() 804 void operator()( const uno::Reference< animations::XAnimationNode >& xChildNode ) in operator ()() 814 uno::Reference< animations::XAnimationNode > getMainSequence() const in getMainSequence() 821 uno::Reference< animations::XAnimationNode > maMainSequence; 973 const uno::Reference< animations::XAnimationNode >& xRootAnimationNode ) in applyInitialShapeAttributes() [all …]
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationnodefactory.cxx | 75 const uno::Reference< animations::XAnimationNode >& xNode, 87 const uno::Reference< animations::XAnimationNode >& xChildNode ) const in operator ()() 94 const uno::Reference< animations::XAnimationNode >& xChildNode, in createChild() 127 const uno::Reference< animations::XAnimationNode >& xChildNode ) const in operator ()() 292 uno::Reference< animations::XAnimationNode > xNode( xIterNode, in implCreateIteratedNodes() 459 const uno::Reference< animations::XAnimationNode >& xNode, in implCreateAnimationNode() 590 const uno::Reference< animations::XAnimationNode >& xNode, in createAnimationNode()
|
/aoo42x/main/animations/inc/animations/ |
H A D | animationnodehelper.hxx | 56 …ode( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, in for_each_childNode() 71 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > in for_each_childNode() 89 …tor( const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, in create_deep_vector() 90 …std::vector< ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > >& r… in create_deep_vector() 111 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > in create_deep_vector()
|
/aoo42x/main/slideshow/source/engine/ |
H A D | effectrewinder.cxx | 168 const uno::Reference<animations::XAnimationNode>& xRootNode) in setRootAnimationNode() 264 ::std::queue<uno::Reference<animations::XAnimationNode> > aNodeQueue; in countMainSequenceEffects() 268 const uno::Reference<animations::XAnimationNode> xNode (aNodeQueue.front()); in countMainSequenceEffects() 290 uno::Reference<animations::XAnimationNode>( in countMainSequenceEffects() 352 Reference<animations::XAnimationNode> xNode (rpNode->getXAnimationNode()); in notifyAnimationStart()
|
/aoo42x/main/oox/inc/oox/ppt/ |
H A D | timenode.hxx | 70 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& rxNode, 81 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, 105 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > 109 … const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& rxNode );
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.hxx | 109 css::uno::Reference< css::animations::XAnimationNode > mxAnimationNode; 151 …virtual void SAL_CALL beginEvent( const css::uno::Reference< css::animations::XAnimationNode >& No… 152 …virtual void SAL_CALL endEvent( const css::uno::Reference< css::animations::XAnimationNode >& Node… 153 …virtual void SAL_CALL repeat( const css::uno::Reference< css::animations::XAnimationNode >& Node, … 269 const css::uno::Reference< css::animations::XAnimationNode >& xAnimationNode, 407 css::uno::Reference< css::animations::XAnimationNode > mxPreviewAnimationNode;
|
/aoo42x/main/xmloff/source/draw/ |
H A D | animationimport.cxx | 678 const Reference< XAnimationNode >& xParentNode, in AnimationNodeContext() 751 mxNode = Reference< XAnimationNode >( xFactory->createInstance( in AnimationNodeContext() 969 …Reference< XAnimationNode > xMaster( GetImport().getInterfaceToIdentifierMapper().getReference( rV… in init_node() 1318 Reference< XAnimationNode > SAL_CALL getAnimationNode() throw (RuntimeException); 1326 Reference< XAnimationNode > mxRootNode; 1348 mxRootNode = Reference< XAnimationNode >::query(rSMgr->createInstance( in AnimationsImport() 1396 Reference< XAnimationNode > SAL_CALL AnimationsImport::getAnimationNode() throw (RuntimeException) in getAnimationNode() 1401 …ext::postProcessRootNode( SvXMLImport& /*rImport*/, const Reference< XAnimationNode >& xRootNode, … in postProcessRootNode() 1409 Reference< XAnimationNode > xNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in postProcessRootNode() 1420 Reference< XAnimationNode > xChildNode( xChildEnumeration->nextElement(), UNO_QUERY_THROW ); in postProcessRootNode()
|
/aoo42x/main/xmloff/inc/ |
H A D | animationimport.hxx | 41 ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > mxNode; 49 …const ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xParentNod… 62 …onst ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode, ::co…
|