Home
last modified time | relevance | path

Searched refs:rCurrentNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/edit/
H A Dedsect.cxx327 const SwNode& rCurrentNode = pCurrentPos->nNode.GetNode(); in lcl_SpecialInsertNode() local
335 const SwNode* pTableNode = rCurrentNode.FindTableNode(); in lcl_SpecialInsertNode()
336 const SwNode* pSectionNode = rCurrentNode.FindSectionNode(); in lcl_SpecialInsertNode()
361 DBG_ASSERT( ( pInnermostNode->GetIndex() <= rCurrentNode.GetIndex() )&& in lcl_SpecialInsertNode()
363 rCurrentNode.GetIndex() ), "wrong node found" ); in lcl_SpecialInsertNode()
371 if( rCurrentNode.IsCntntNode() && in lcl_SpecialInsertNode()
384 if( rCurrentNode.IsCntntNode() && in lcl_SpecialInsertNode()
386 rCurrentNode.GetCntntNode()->Len() ) ) in lcl_SpecialInsertNode()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1012 SwNode& rCurrentNode = aStartIdx.GetNode(); in setString() local
1013 if(rCurrentNode.GetNodeType() == ND_SECTIONNODE in setString()
1014 ||rCurrentNode.GetNodeType() == ND_TABLENODE) in setString()

Completed in 35 milliseconds