Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx3331 sal_Int32 nExpStartPos = 0; in exportText() local
3375 if( nPos > nExpStartPos && !bExpCharAsText ) in exportText()
3378 OUString sExp( rText.copy( nExpStartPos, nPos - nExpStartPos ) ); in exportText()
3380 nExpStartPos = nPos; in exportText()
3388 DBG_ASSERT( nExpStartPos == nPos, " pending characters" ); in exportText()
3438 DBG_ASSERT( nExpStartPos == nPos, "wrong export start pos" ); in exportText()
3439 nExpStartPos = nPos+1; in exportText()
3443 if( nExpStartPos < nEndPos ) in exportText()
3446 OUString sExp( rText.copy( nExpStartPos, nEndPos - nExpStartPos ) ); in exportText()

Completed in 32 milliseconds