Searched refs:aContentIdx (Results 1 – 1 of 1) sorted by relevance
2033 SwNodeIndex aContentIdx = *pNdIdx; in WriteGenericTxt() local2034 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()2042 … aContentIdx.GetIndex() != pNdIdx->GetNode().EndOfSectionIndex() ) in WriteGenericTxt()2046 } while ( aContentIdx.GetNode().IsTableNode() ); in WriteGenericTxt()
Completed in 24 milliseconds