Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx250 SwNodeIndex aNextIndex( rNode, 1 ); in StartParagraphProperties() local
251 if ( aNextIndex.GetNode().IsTxtNode() ) in StartParagraphProperties()
253 const SwTxtNode* pTxtNode = static_cast< SwTxtNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()
256 else if ( aNextIndex.GetNode().IsTableNode() ) in StartParagraphProperties()
258 const SwTableNode* pTableNode = static_cast< SwTableNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()
H A Drtfattributeoutput.cxx542 SwNodeIndex aNextIndex( rNode, 1 ); in StartParagraphProperties() local
552 if ( aNextIndex.GetNode().IsTxtNode() ) in StartParagraphProperties()
554 const SwTxtNode* pTxtNode = static_cast< SwTxtNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()
557 else if ( aNextIndex.GetNode().IsTableNode() ) in StartParagraphProperties()
559 const SwTableNode* pTableNode = static_cast< SwTableNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()

Completed in 30 milliseconds