Home
last modified time | relevance | path

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

/trunk/main/sw/inc/
H A Dnode.hxx201 SwStartNode* FindSttNodeByType( SwStartNodeType eTyp );
202 inline const SwStartNode* FindSttNodeByType( SwStartNodeType eTyp ) const;
205 { return FindSttNodeByType( SwTableBoxStartNode ); } in FindTableBoxStartNode()
207 { return FindSttNodeByType( SwFlyStartNode ); } in FindFlyStartNode()
209 { return FindSttNodeByType( SwFootnoteStartNode ); } in FindFootnoteStartNode()
211 { return FindSttNodeByType( SwHeaderStartNode ); } in FindHeaderStartNode()
213 { return FindSttNodeByType( SwFooterStartNode ); } in FindFooterStartNode()
701 inline const SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) const in FindSttNodeByType() function in SwNode
703 return ((SwNode*)this)->FindSttNodeByType( eTyp ); in FindSttNodeByType()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx582 aPam.GetNode()->FindSttNodeByType(eSearchNodeType); in insertTextContent()
1074 const SwStartNode* pTmp = pSrcNode->FindSttNodeByType(eSearchNodeType); in CheckForOwnMember()
2867 SwStartNode const*const pOwnStartNode = rNode.FindSttNodeByType( in createTextCursor()
2883 pUnoCrsr->GetNode()->FindSttNodeByType( in createTextCursor()
2920 SwStartNode *const pOwnStartNode = aHFPam.GetNode()->FindSttNodeByType( in createTextCursorByRange()
2922 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.cxx3207 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor()
3223 aPam.GetNode()->FindSttNodeByType(SwFlyStartNode); in createTextCursor()
/trunk/main/sw/source/core/crsr/
H A Dtrvltbl.cxx817 FindSttNodeByType( SwTableBoxStartNode )) ) in CheckTblBoxCntnt()
874 SwStartNode* pSttNd = pPos->nNode.GetNode().FindSttNodeByType( SwTableBoxStartNode ); in SaveTblBoxCntnt()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx1419 FindSttNodeByType(eSearchNodeType); in gotoRange()
1438 const SwStartNode* pTmp = pSrcNode ? pSrcNode->FindSttNodeByType(eSearchNodeType) : 0; in gotoRange()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2303 FindSttNodeByType( SwTableBoxStartNode ); in UndoImpl()
2403 SwStartNode* pSttNd = pNd->FindSttNodeByType( SwTableBoxStartNode ); in RedoImpl()
/trunk/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 134 milliseconds