Home
last modified time | relevance | path

Searched refs:pChildNode (Results 1 – 9 of 9) sorted by relevance

/trunk/main/slideshow/source/engine/animationnodes/
H A Dsequentialtimecontainer.cxx81 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 Dbasecontainernode.cxx121 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 Dsequentialtimecontainer.hxx57 void skipEffect( AnimationNodeSharedPtr const& pChildNode );
58 void rewindEffect( AnimationNodeSharedPtr const& pChildNode );
61 bool resolveChild( AnimationNodeSharedPtr const& pChildNode );
H A Dparalleltimecontainer.cxx58 AnimationNodeSharedPtr const& pChildNode ) in notifyDeactivating() argument
60 notifyDeactivatedChild( pChildNode ); in notifyDeactivating()
H A Dparalleltimecontainer.hxx52 virtual void notifyDeactivating( AnimationNodeSharedPtr const& pChildNode );
H A Dbasecontainernode.hxx71 bool notifyDeactivatedChild( AnimationNodeSharedPtr const& pChildNode );
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx543 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()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx467 SwNodeNum* pChildNode( dynamic_cast<SwNodeNum*>((*rNodeNum.mChildren.begin())) ); in _UnregisterMeAndChildrenDueToRootDelete() local
468 if ( !pChildNode ) in _UnregisterMeAndChildrenDueToRootDelete()
484 _UnregisterMeAndChildrenDueToRootDelete( *pChildNode ); in _UnregisterMeAndChildrenDueToRootDelete()
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx1476 OSQLParseNode* pChildNode = _pNode->getChild(i); in substituteParameterNames() local
1477 if(SQL_ISRULE(pChildNode,parameter) && pChildNode->count() > 1) in substituteParameterNames()
1480 delete pChildNode->replace(pChildNode->getChild(0),pNewNode); in substituteParameterNames()
1481 sal_Int32 nChildCount = pChildNode->count(); in substituteParameterNames()
1483 delete pChildNode->removeAt(1); in substituteParameterNames()
1486 substituteParameterNames(pChildNode); in substituteParameterNames()

Completed in 47 milliseconds