Lines Matching refs:SwTxtNode

112         SwTxtNode* pTxtNd = *aIter;  in SetOutlineNumRule()
342 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown()
383 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in OutlineUpDown()
453 …nOutLineLevel = static_cast<sal_uInt8>(((SwTxtNode*)pSrch)->GetAttrOutlineLevel()-1);//<-end,zhaoj… in MoveOutlinePara()
476 nOutLineLevel < ((SwTxtNode*)pEndSrch)->GetAttrOutlineLevel()-1 )//<-end,zhaojianwei in MoveOutlinePara()
591 SwTxtNode* pTxtNd = rOutlNds[ n ]->GetTxtNode(); in lcl_FindOutlineName()
661 SwTxtNode* pNd; in lcl_FindOutlineNum()
734 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
766 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
779 SwTxtNode* pNd = rOutlNds[ nFndPos ]->GetTxtNode(); in GotoOutline()
915 SwTxtNode* pTxtNd = *aIter; in lcl_ChgNumRule()
1009 SwTxtNode * pTxtNd = rPam.GetPoint()->nNode.GetNode().GetTxtNode(); in SetNumRule()
1107 SwTxtNode* pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in SetNumRuleStart()
1129 SwTxtNode* pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in SetNodeNumStart()
1284 SwTxtNode * pTxtNd = *aIter; in RenameNumRule()
1308 SwTxtNode* pTNd = *aTxtNodeIter; in StopNumRuleAnimations()
1309 SwIterator<SwTxtFrm,SwTxtNode> aIter(*pTNd); in StopNumRuleAnimations()
1354 const SwTxtNode* pGivenTxtNode = rPos.nNode.GetNode().GetTxtNode(); in ReplaceNumRule()
1359 SwTxtNode* pTxtNd = *aIter; in ReplaceNumRule()
1409 SwTxtNode * pCNd = GetNodes()[n]->GetTxtNode(); in MakeUniqueNumRules()
1470 SwTxtNode* pNd = rIdx.GetNode().GetTxtNode(); in NoNum()
1508 SwTxtNode* pTNd = GetNodes()[ nStt ]->GetTxtNode(); in DelNumRules()
1610 const SwTxtNode* pNd = rPos.nNode.GetNode().GetTxtNode(); in lcl_GotoNextPrevNum()
1653 const SwTxtNode* pLast; in lcl_GotoNextPrevNum()
1672 rPos.nContent.Assign( (SwTxtNode*)pNd, 0 ); in lcl_GotoNextPrevNum()
1702 rPos.nContent.Assign( (SwTxtNode*)pLast, 0 ); in lcl_GotoNextPrevNum()
1734 SwTxtNode * pTxtNd = rPos.nNode.GetNode().GetTxtNode(); in SearchNumRule()
1827 SwTxtNode * pTxtNd = GetNodes()[n]->GetTxtNode(); in NumUpDown()
1860 SwTxtNode* pTNd = GetNodes()[ nTmp ]->GetTxtNode(); in NumUpDown()
1892 SwTxtNode* pTNd = GetNodes()[ nTmp ]->GetTxtNode(); in NumUpDown()
2274 SwTxtNode * pTxtNd = rIdx.GetNode().GetTxtNode(); in NumOrNoNum()
2315 SwTxtNode* pTNd = rPos.nNode.GetNode().GetTxtNode(); in GetNumRuleAtPos()
2536 const SwTxtNode* pTxtNode = rPos.nNode.GetNode().GetTxtNode(); in IsFirstOfNumRuleAtPos()
2649 SwTxtNode* SwDoc::getOutlineNode( const sal_Int32 nIdx ) const in getOutlineNode()