Searched refs:FindSttNodeByType (Results 1 – 11 of 11) sorted by relevance
195 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 SwNode694 return ((SwNode*)this)->FindSttNodeByType( eTyp ); in FindSttNodeByType()
582 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()
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()
2564 const SwStartNode* pOwnStartNode = rNode.FindSttNodeByType(SwFlyStartNode); in createTextCursor()2580 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 882 milliseconds