Searched refs:FindSttNodeByType (Results 1 – 11 of 11) sorted by relevance
201 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 SwNode703 return ((SwNode*)this)->FindSttNodeByType( eTyp ); in FindSttNodeByType()
582 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()
1168 SwStartNode const*const pCurSttNode = rNode.FindSttNodeByType( in lcl_IsStartNodeInFormat()1279 FindSttNodeByType(SwFootnoteStartNode); in CreateParentXText()1284 FindSttNodeByType(SwFootnoteStartNode)) in CreateParentXText()
146 if( bTable && pUnoCursor->GetNode()->FindSttNodeByType( SwNormalStartNode ) in createTextCursor()
1337 const SwStartNode* pOwnStartNode = rOwnCursor.GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange()1345 pPam->GetNode()->FindSttNodeByType(eSearchNodeType); in gotoRange()
3207 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor()3223 aPam.GetNode()->FindSttNodeByType(SwFlyStartNode); in createTextCursor()
817 FindSttNodeByType( SwTableBoxStartNode )) ) in CheckTblBoxCntnt()874 SwStartNode* pSttNd = pPos->nNode.GetNode().FindSttNodeByType( SwTableBoxStartNode ); in SaveTblBoxCntnt()
1419 FindSttNodeByType(eSearchNodeType); in gotoRange()1438 const SwStartNode* pTmp = pSrcNode ? pSrcNode->FindSttNodeByType(eSearchNodeType) : 0; in gotoRange()
2303 FindSttNodeByType( SwTableBoxStartNode ); in UndoImpl()2403 SwStartNode* pSttNd = pNd->FindSttNodeByType( SwTableBoxStartNode ); in RedoImpl()
815 SwStartNode* SwNode::FindSttNodeByType( SwStartNodeType eTyp ) in FindSttNodeByType() function in SwNode
4263 FindSttNodeByType( SwTableBoxStartNode )) && in ClearBoxNumAttrs()
Completed in 375 milliseconds