Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/source/text/
H A Dtxtparae.cxx3333 sal_Int32 nExpStartPos = 0; in exportText() local
3377 if( nPos > nExpStartPos && !bExpCharAsText ) in exportText()
3380 OUString sExp( rText.copy( nExpStartPos, nPos - nExpStartPos ) ); in exportText()
3382 nExpStartPos = nPos; in exportText()
3390 DBG_ASSERT( nExpStartPos == nPos, " pending characters" ); in exportText()
3440 DBG_ASSERT( nExpStartPos == nPos, "wrong export start pos" ); in exportText()
3441 nExpStartPos = nPos+1; in exportText()
3445 if( nExpStartPos < nEndPos ) in exportText()
3448 OUString sExp( rText.copy( nExpStartPos, nEndPos - nExpStartPos ) ); in exportText()

Completed in 29 milliseconds