Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2032 SwNodeIndex aContentIdx = *pNdIdx; in WriteGenericTxt() local
2033 aContentIdx++; in WriteGenericTxt()
2034 if ( aContentIdx.GetNode().IsTableNode() ) in WriteGenericTxt()
2038 aContentIdx = *(aContentIdx.GetNode().EndOfSectionNode()); in WriteGenericTxt()
2039 aContentIdx++; in WriteGenericTxt()
2040 if ( !aContentIdx.GetNode().IsTableNode() && in WriteGenericTxt()
2041aContentIdx.GetIndex() != pNdIdx->GetNode().EndOfSectionIndex() ) in WriteGenericTxt()
2045 } while ( aContentIdx.GetNode().IsTableNode() ); in WriteGenericTxt()