Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx2033 SwNodeIndex aContentIdx = *pNdIdx; in WriteGenericTxt() local
2034 aContentIdx++; in WriteGenericTxt()
2035 if ( aContentIdx.GetNode().IsTableNode() ) in WriteGenericTxt()
2039 aContentIdx = *(aContentIdx.GetNode().EndOfSectionNode()); in WriteGenericTxt()
2040 aContentIdx++; in WriteGenericTxt()
2041 if ( !aContentIdx.GetNode().IsTableNode() && in WriteGenericTxt()
2042aContentIdx.GetIndex() != pNdIdx->GetNode().EndOfSectionIndex() ) in WriteGenericTxt()
2046 } while ( aContentIdx.GetNode().IsTableNode() ); in WriteGenericTxt()

Completed in 25 milliseconds