Home
last modified time | relevance | path

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

/aoo41x/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.cxx550 SwNodeIndex aNextIndex( rNode, 1 ); in StartParagraphProperties() local
560 if ( aNextIndex.GetNode().IsTxtNode() ) in StartParagraphProperties()
562 const SwTxtNode* pTxtNode = static_cast< SwTxtNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()
565 else if ( aNextIndex.GetNode().IsTableNode() ) in StartParagraphProperties()
567 const SwTableNode* pTableNode = static_cast< SwTableNode* >( &aNextIndex.GetNode() ); in StartParagraphProperties()

Completed in 53 milliseconds