Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Ddebug.cxx65 OUString DebugGetDescription (const AnimationNodeSharedPtr& rpNode) in DebugGetDescription() argument
67 if (::boost::dynamic_pointer_cast<BaseContainerNode>(rpNode)) in DebugGetDescription()
100 void DebugShowState (const AnimationNodeSharedPtr& rpNode) in DebugShowState() argument
102 if ( ! rpNode) in DebugShowState()
107 switch (rpNode->getState()) in DebugShowState()
163 rpNode.get(), in DebugShowState()
164 rpNode.get(), in DebugShowState()
165 rpNode->getXAnimationNode().get(), in DebugShowState()
172 ::boost::dynamic_pointer_cast<BaseContainerNode>(rpNode)); in DebugShowState()
194 BaseNodeSharedPtr pNode (rpNode); in DebugGetTreeRoot()
[all …]
H A Deffectrewinder.cxx65 typedef ::boost::function<bool(const AnimationNodeSharedPtr& rpNode)> Action;
70 virtual bool handleAnimationEvent (const AnimationNodeSharedPtr& rpNode) in handleAnimationEvent() argument
71 { return maAction(rpNode); } in handleAnimationEvent()
336 bool EffectRewinder::notifyAnimationStart (const AnimationNodeSharedPtr& rpNode) in notifyAnimationStart() argument
340 BaseNodeSharedPtr pBaseNode (::boost::dynamic_pointer_cast<BaseNode>(rpNode)); in notifyAnimationStart()
352 Reference<animations::XAnimationNode> xNode (rpNode->getXAnimationNode()); in notifyAnimationStart()
H A Deffectrewinder.hxx137 bool notifyAnimationStart (const AnimationNodeSharedPtr& rpNode);
/trunk/main/unoxml/source/dom/
H A Dtext.cxx30 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CText() argument
31 : CText_Base(rDocument, rMutex, reNodeType, rpNode) in CText()
H A Dcharacterdata.cxx40 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CCharacterData() argument
41 : CCharacterData_Base(rDocument, rMutex, reNodeType, rpNode) in CCharacterData()
H A Dnode.cxx145 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CNode() argument
148 , m_aNodePtr(rpNode) in CNode()
H A Dcharacterdata.hxx55 NodeType const& reNodeType, xmlNodePtr const& rpNode);
H A Dtext.hxx56 NodeType const& reNodeType, xmlNodePtr const& rpNode);
H A Dnode.hxx131 NodeType const& reNodeType, xmlNodePtr const& rpNode);
/trunk/main/slideshow/source/inc/
H A Ddebug.hxx36 void Debug_ShowNodeTree (const AnimationNodeSharedPtr& rpNode);
/trunk/main/sw/source/core/unocore/
H A Dunorefmk.cxx865 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd ) const in SetContentRange() argument
873 rpNode = pMeta->GetTxtNode(); in SetContentRange()
874 if (rpNode) in SetContentRange()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1706 sal_Bool _HighestLevel( const SwNodePtr& rpNode, void * pPara ) in _HighestLevel() argument
1709 if( rpNode->GetStartNode() ) in _HighestLevel()
1711 else if( rpNode->GetEndNode() ) in _HighestLevel()
/trunk/main/sw/source/core/inc/
H A Dunometa.hxx110 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd) const;
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1709 sal_Bool lcl_SetTxtFmtColl( const SwNodePtr& rpNode, void* pArgs ) in lcl_SetTxtFmtColl() argument
1711 SwCntntNode* pCNd = (SwCntntNode*) rpNode->GetTxtNode(); in lcl_SetTxtFmtColl()

Completed in 93 milliseconds