Home
last modified time | relevance | path

Searched refs:xChildNode (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx238 if( !xChildNode.is() ) in setNode()
243 mxAudio.set( xChildNode, UNO_QUERY ); in setNode()
259 xChildNode->getBegin() >>= fBegin; in setNode()
260 xChildNode->getDuration() >>= fDuration; in setNode()
770 if( !xChildNode.is() ) in setDuration()
775 xChildNode->getBegin() >>= fChildBegin; in setDuration()
1053 xOldContainer->removeChild( xChildNode ); in setIterateType()
3063 createEffectsequence( xChildNode ); in create()
3086 createEffects( xChildNode ); in createEffectsequence()
3109 switch( xChildNode->getType() ) in createEffects()
[all …]
H A DTransitionPreset.cxx116 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in importTransitionsFile() local
117 if( xChildNode->getType() == AnimationNodeType::PAR ) in importTransitionsFile()
120 TransitionPresetPtr pPreset( new TransitionPreset( xChildNode ) ); in importTransitionsFile()
H A DCustomAnimationCloner.cxx183 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in transformNode() local
184 transformNode( xChildNode ); in transformNode()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DMutableTreeNode.java155 XMutableTreeNode xChildNode = null; in dirlist() local
157xChildNode = mXTreeDataModel.createNode(dir.substring(dir.lastIndexOf("/")+1, dir.length()), sfa.i… in dirlist()
158 xChildNode.setDataValue(dir); in dirlist()
161xChildNode.setExpandedGraphicURL( "private:graphicrepository/sd/res/triangle_down.png"); in dirlist()
162xChildNode.setCollapsedGraphicURL("private:graphicrepository/sd/res/triangle_right.png"); in dirlist()
168 dirlist( filename , xChildNode); in dirlist()
173 xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/imglst/nc20010.png"); in dirlist()
182 xNode.appendChild( xChildNode ); in dirlist()
H A DUnoTreeControl.java253 XMutableTreeNode xChildNode = null; in dirlist() local
255xChildNode = mXTreeDataModel.createNode(dir.substring(dir.lastIndexOf("/")+1, dir.length()), sfa.i… in dirlist()
256 xChildNode.setDataValue(dir); in dirlist()
259xChildNode.setExpandedGraphicURL( "private:graphicrepository/sd/res/triangle_down.png"); in dirlist()
260xChildNode.setCollapsedGraphicURL("private:graphicrepository/sd/res/triangle_right.png"); in dirlist()
266 dirlist( filename , xChildNode); in dirlist()
271 xChildNode.setNodeGraphicURL( "private:graphicrepository/sw/imglst/nc20010.png"); in dirlist()
280 xNode.appendChild( xChildNode ); in dirlist()
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationnodefactory.cxx87 const uno::Reference< animations::XAnimationNode >& xChildNode ) const in operator ()()
89 createChild( xChildNode, mrContext ); in operator ()()
94 const uno::Reference< animations::XAnimationNode >& xChildNode, in createChild()
97 BaseNodeSharedPtr pChild( implCreateAnimationNode( xChildNode, in createChild()
127 const uno::Reference< animations::XAnimationNode >& xChildNode ) const in operator ()()
159 createChild( xChildNode, aContext ); in operator ()()
/trunk/main/svtools/workben/treecontrol/
H A Dtreetest.cxx222 …Reference< XMutableTreeNode > xChildNode( mxTreeDataModel->createNode( Any( fs.getFileName() ), bD… in fillNode() local
223 xChildNode->setDataValue( Any( fs.getFileURL() ) ); in fillNode()
226xChildNode->setExpandedGraphicURL( OUString( RTL_CONSTASCII_USTRINGPARAM( "private:graphicreposito… in fillNode()
227xChildNode->setCollapsedGraphicURL( OUString( RTL_CONSTASCII_USTRINGPARAM( "private:graphicreposit… in fillNode()
231xChildNode->setNodeGraphicURL( OUString( RTL_CONSTASCII_USTRINGPARAM("private:graphicrepository/sw… in fillNode()
233 xNode->appendChild( xChildNode ); in fillNode()
/trunk/main/animations/inc/animations/
H A Danimationnodehelper.hxx72 xChildNode( xEnumeration->nextElement(), in for_each_childNode()
75 rFunctor( xChildNode ); in for_each_childNode()
112 xChildNode( xEnumeration->nextElement(), in create_deep_vector()
115 create_deep_vector( xChildNode, rVector ); in create_deep_vector()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx381 Reference< XEnumerationAccess > xEnumerationAccess3( xChildNode, UNO_QUERY_THROW ); in processAfterEffectNodes()
482 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY ); in isEmptyNode() local
483 if( xChildNode.is() && !isEmptyNode( xChildNode ) ) in isEmptyNode()
753 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY ); in exportNode() local
754 if( xChildNode.is() ) in exportNode()
756 if ( xChildNode->getType() == AnimationNodeType::AUDIO ) in exportNode()
758 xAudioNode = xChildNode; in exportNode()
2171 Reference< XAnimate > xChildNode( xEnumeration->nextElement(), UNO_QUERY ); in exportIterate() local
2172 if( xChildNode.is() ) in exportIterate()
2176 xChildNode->getBegin() >>= fChildBegin; in exportIterate()
[all …]
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx398 void SAL_CALL MutableTreeNode::appendChild( const Reference< XMutableTreeNode >& xChildNode ) throw… in appendChild() argument
401 Reference< XTreeNode > xNode( xChildNode.get() ); in appendChild()
416 …ldByIndex( sal_Int32 nChildIndex, const Reference< XMutableTreeNode >& xChildNode ) throw (Illegal… in insertChildByIndex() argument
423 Reference< XTreeNode > xNode( xChildNode.get() ); in insertChildByIndex()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx438 Reference< XAnimate > xChildNode( xEnumeration->nextElement(), UNO_QUERY ); in importAnimationContainer() local
439 if( xChildNode.is() ) in importAnimationContainer()
443 xChildNode->getBegin() >>= fChildBegin; in importAnimationContainer()
444 xChildNode->getDuration() >>= fChildDuration; in importAnimationContainer()
451 aTarget = xChildNode->getTarget(); in importAnimationContainer()
453 xChildNode->setTarget( aEmpty ); in importAnimationContainer()
1445 …Reference< XAnimationNode > xChildNode( ::comphelper::getProcessServiceFactory()->createInstance(a… in importTimeContainer() local
1446 importAnimationNodeContainer( pChildAtom, xChildNode ); in importTimeContainer()
1448 if( xParentContainer.is() && xChildNode.is() ) in importTimeContainer()
1449 xParentContainer->appendChild( xChildNode ); in importTimeContainer()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx1420 Reference< XAnimationNode > xChildNode( xChildEnumeration->nextElement(), UNO_QUERY_THROW ); in postProcessRootNode() local
1421 switch( xChildNode->getType() ) in postProcessRootNode()
1425 Reference< XTransitionFilter > xTransFilter( xChildNode, UNO_QUERY_THROW ); in postProcessRootNode()
1442 Reference< XCommand > xCommand( xChildNode, UNO_QUERY_THROW ); in postProcessRootNode()
1452 Reference< XAudio > xAudio( xChildNode, UNO_QUERY_THROW ); in postProcessRootNode()
H A Danimationexport.cxx697 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in prepareNode() local
698 prepareNode( xChildNode ); in prepareNode()
1074 Reference< XAnimationNode > xChildNode( xEnumeration->nextElement(), UNO_QUERY_THROW ); in exportContainer() local
1075 exportNode( xChildNode ); in exportContainer()
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx804 void operator()( const uno::Reference< animations::XAnimationNode >& xChildNode ) in operator ()() argument
806 uno::Sequence< beans::NamedValue > aUserData( xChildNode->getUserData() ); in operator ()()
810 maMainSequence = xChildNode; in operator ()()

Completed in 106 milliseconds