Searched refs:pChildNode (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/slideshow/source/engine/animationnodes/ |
H A D | sequentialtimecontainer.cxx | 81 AnimationNodeSharedPtr const& pChildNode ) in skipEffect() argument 83 if (isChildNode(pChildNode)) { in skipEffect() 88 boost::bind<void>( boost::mem_fn( &AnimationNode::deactivate ), pChildNode ), in skipEffect() 102 AnimationNodeSharedPtr const& pChildNode ) in resolveChild() argument 104 bool const bResolved = pChildNode->resolve(); in resolveChild() 116 pChildNode ), in resolveChild() 122 pChildNode ), in resolveChild()
|
H A D | basecontainernode.cxx | 121 AnimationNodeSharedPtr const& pChildNode ) in notifyDeactivatedChild() argument 123 OSL_ASSERT( pChildNode->getState() == FROZEN || in notifyDeactivatedChild() 124 pChildNode->getState() == ENDED ); in notifyDeactivatedChild() 130 if (! isChildNode(pChildNode)) { in notifyDeactivatedChild()
|
H A D | sequentialtimecontainer.hxx | 57 void skipEffect( AnimationNodeSharedPtr const& pChildNode ); 58 void rewindEffect( AnimationNodeSharedPtr const& pChildNode ); 61 bool resolveChild( AnimationNodeSharedPtr const& pChildNode );
|
H A D | paralleltimecontainer.cxx | 58 AnimationNodeSharedPtr const& pChildNode ) in notifyDeactivating() argument 60 notifyDeactivatedChild( pChildNode ); in notifyDeactivating()
|
H A D | paralleltimecontainer.hxx | 52 virtual void notifyDeactivating( AnimationNodeSharedPtr const& pChildNode );
|
H A D | basecontainernode.hxx | 71 bool notifyDeactivatedChild( AnimationNodeSharedPtr const& pChildNode );
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | APreparedStatement.cxx | 543 OSQLParseNode* pChildNode = _pNode->getChild(i); in replaceParameterNodeName() local 544 if(SQL_ISRULE(pChildNode,parameter) && pChildNode->count() == 1) in replaceParameterNodeName() 547 delete pChildNode->replace(pChildNode->getChild(0),pNewNode); in replaceParameterNodeName() 550 pChildNode->append(new OSQLParseNode( sParameterName,SQL_NODE_NAME,0)); in replaceParameterNodeName() 553 replaceParameterNodeName(pChildNode,_sDefaultName,_rParameterCount); in replaceParameterNodeName()
|
/aoo41x/main/sw/source/core/SwNumberTree/ |
H A D | SwNodeNum.cxx | 467 SwNodeNum* pChildNode( dynamic_cast<SwNodeNum*>((*rNodeNum.mChildren.begin())) ); in _UnregisterMeAndChildrenDueToRootDelete() local 468 if ( !pChildNode ) in _UnregisterMeAndChildrenDueToRootDelete() 484 _UnregisterMeAndChildrenDueToRootDelete( *pChildNode ); in _UnregisterMeAndChildrenDueToRootDelete()
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 1479 OSQLParseNode* pChildNode = _pNode->getChild(i); in substituteParameterNames() local 1480 if(SQL_ISRULE(pChildNode,parameter) && pChildNode->count() > 1) in substituteParameterNames() 1483 delete pChildNode->replace(pChildNode->getChild(0),pNewNode); in substituteParameterNames() 1484 sal_Int32 nChildCount = pChildNode->count(); in substituteParameterNames() 1486 delete pChildNode->removeAt(1); in substituteParameterNames() 1489 substituteParameterNames(pChildNode); in substituteParameterNames()
|
Completed in 65 milliseconds