Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx271 const SwNodeNum & rTmpNode = static_cast<const SwNodeNum &>(rNode); in LessThan() local
273 if (mpTxtNode == NULL && rTmpNode.mpTxtNode != NULL) in LessThan()
275 else if (mpTxtNode != NULL && rTmpNode.mpTxtNode != NULL) in LessThan()
282 bResult = ( mpTxtNode->GetIndex() < rTmpNode.mpTxtNode->GetIndex() ) ? true : false; in LessThan()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1762 SwNode& rTmpNode = GetPoint()->nNode.GetNode(); in LeftRight() local
1763 if ( &rTmpNode != &rNode && rTmpNode.IsTxtNode() ) in LeftRight()
1766 …const SwCntntFrm* pEndFrm = ((SwTxtNode&)rTmpNode).getLayoutFrm( GetDoc()->GetCurrentLayout(), &aP… in LeftRight()

Completed in 27 milliseconds