Searched refs:rpNode (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/slideshow/source/engine/ |
H A D | debug.cxx | 65 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 D | effectrewinder.cxx | 65 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 D | effectrewinder.hxx | 137 bool notifyAnimationStart (const AnimationNodeSharedPtr& rpNode);
|
/aoo42x/main/unoxml/source/dom/ |
H A D | text.cxx | 30 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CText() argument 31 : CText_Base(rDocument, rMutex, reNodeType, rpNode) in CText()
|
H A D | characterdata.cxx | 40 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CCharacterData() argument 41 : CCharacterData_Base(rDocument, rMutex, reNodeType, rpNode) in CCharacterData()
|
H A D | node.cxx | 145 NodeType const& reNodeType, xmlNodePtr const& rpNode) in CNode() argument 148 , m_aNodePtr(rpNode) in CNode()
|
H A D | characterdata.hxx | 55 NodeType const& reNodeType, xmlNodePtr const& rpNode);
|
H A D | text.hxx | 56 NodeType const& reNodeType, xmlNodePtr const& rpNode);
|
H A D | node.hxx | 131 NodeType const& reNodeType, xmlNodePtr const& rpNode);
|
/aoo42x/main/slideshow/source/inc/ |
H A D | debug.hxx | 36 void Debug_ShowNodeTree (const AnimationNodeSharedPtr& rpNode);
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unorefmk.cxx | 865 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd ) const in SetContentRange() argument 873 rpNode = pMeta->GetTxtNode(); in SetContentRange() 874 if (rpNode) in SetContentRange()
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | nodes.cxx | 1706 sal_Bool _HighestLevel( const SwNodePtr& rpNode, void * pPara ) in _HighestLevel() argument 1709 if( rpNode->GetStartNode() ) in _HighestLevel() 1711 else if( rpNode->GetEndNode() ) in _HighestLevel()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | unometa.hxx | 110 SwTxtNode *& rpNode, xub_StrLen & rStart, xub_StrLen & rEnd) const;
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docfmt.cxx | 1709 sal_Bool lcl_SetTxtFmtColl( const SwNodePtr& rpNode, void* pArgs ) in lcl_SetTxtFmtColl() argument 1711 SwCntntNode* pCNd = (SwCntntNode*) rpNode->GetTxtNode(); in lcl_SetTxtFmtColl()
|
Completed in 123 milliseconds