Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx852 static sal_Bool CompareNode( const SwNode& rDstNd, const SwNode& rSrcNd );
853 static sal_Bool CompareTxtNd( const SwTxtNode& rDstNd,
989 sal_Bool SwCompareLine::CompareNode( const SwNode& rDstNd, const SwNode& rSrcNd ) in CompareNode() argument
991 if( rSrcNd.GetNodeType() != rDstNd.GetNodeType() ) in CompareNode()
996 switch( rDstNd.GetNodeType() ) in CompareNode()
999 bRet = CompareTxtNd( (SwTxtNode&)rDstNd, (SwTxtNode&)rSrcNd ); in CompareNode()
1005 const SwTableNode& rTDstNd = (SwTableNode&)rDstNd; in CompareNode()
1013 bRet = (SimpleTableToText(rSrcNd) == SimpleTableToText(rDstNd)); in CompareNode()
1022 & rSDstNd = (SwSectionNode&)rDstNd; in CompareNode()
1069 rDstNd.StartOfSectionNode()->GetNodeType(); in CompareNode()
[all …]