Home
last modified time | relevance | path

Searched refs:FindSttNodeByType (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/sw/inc/
H A Dnode.hxx195 SwStartNode* FindSttNodeByType( SwStartNodeType eTyp );
196 inline const SwStartNode* FindSttNodeByType( SwStartNodeType eTyp ) const;
199 { return FindSttNodeByType( SwTableBoxStartNode ); } in FindTableBoxStartNode()
201 { return FindSttNodeByType( SwFlyStartNode ); } in FindFlyStartNode()
203 { return FindSttNodeByType( SwFootnoteStartNode ); } in FindFootnoteStartNode()
205 { return FindSttNodeByType( SwHeaderStartNode ); } in FindHeaderStartNode()
207 { return FindSttNodeByType( SwFooterStartNode ); } in FindFooterStartNode()
692 inline const SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) const in FindSttNodeByType() function in SwNode
694 return ((SwNode*)this)->FindSttNodeByType( eTyp ); in FindSttNodeByType()
/aoo41x/main/sw/source/core/unocore/
H A Dunotext.cxx582 aPam.GetNode()->FindSttNodeByType(eSearchNodeType); in insertTextContent()
1074 const SwStartNode* pTmp = pSrcNode->FindSttNodeByType(eSearchNodeType); in CheckForOwnMember()
2863 SwStartNode const*const pOwnStartNode = rNode.FindSttNodeByType( in createTextCursor()
2879 pUnoCrsr->GetNode()->FindSttNodeByType( in createTextCursor()
2916 SwStartNode *const pOwnStartNode = aHFPam.GetNode()->FindSttNodeByType( in createTextCursorByRange()
2918 SwStartNode *const p1 = aPam.GetNode()->FindSttNodeByType( in createTextCursorByRange()
H A Dunoobj2.cxx1168 SwStartNode const*const pCurSttNode = rNode.FindSttNodeByType( in lcl_IsStartNodeInFormat()
1279 FindSttNodeByType(SwFootnoteStartNode); in CreateParentXText()
1284 FindSttNodeByType(SwFootnoteStartNode)) in CreateParentXText()
H A Dunoredline.cxx146 if( bTable && pUnoCursor->GetNode()->FindSttNodeByType( SwNormalStartNode ) in createTextCursor()
H A Dunoobj.cxx1337 const SwStartNode* pOwnStartNode = rOwnCursor.GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange()
1345 pPam->GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange()
H A Dunoframe.cxx2564 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor()
2580 aPam.GetNode()->FindSttNodeByType(SwFlyStartNode); in createTextCursor()
/aoo41x/main/sw/source/core/crsr/
H A Dtrvltbl.cxx817 FindSttNodeByType( SwTableBoxStartNode )) ) in CheckTblBoxCntnt()
874 SwStartNode* pSttNd = pPos->nNode.GetNode().FindSttNodeByType( SwTableBoxStartNode ); in SaveTblBoxCntnt()
/aoo41x/main/sw/source/ui/uno/
H A Dunotxvw.cxx1419 FindSttNodeByType(eSearchNodeType); in gotoRange()
1438 const SwStartNode* pTmp = pSrcNode ? pSrcNode->FindSttNodeByType(eSearchNodeType) : 0; in gotoRange()
/aoo41x/main/sw/source/core/undo/
H A Duntbl.cxx2303 FindSttNodeByType( SwTableBoxStartNode ); in UndoImpl()
2403 SwStartNode* pSttNd = pNd->FindSttNodeByType( SwTableBoxStartNode ); in RedoImpl()
/aoo41x/main/sw/source/core/docnode/
H A Dnode.cxx815 SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) in FindSttNodeByType() function in SwNode
H A Dndtbl.cxx4263 FindSttNodeByType( SwTableBoxStartNode )) && in ClearBoxNumAttrs()

Completed in 1434 milliseconds