Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx3335 sal_Int32 nExpStartPos = 0; in exportText() local
3379 if( nPos > nExpStartPos && !bExpCharAsText ) in exportText()
3382 OUString sExp( rText.copy( nExpStartPos, nPos - nExpStartPos ) ); in exportText()
3384 nExpStartPos = nPos; in exportText()
3392 DBG_ASSERT( nExpStartPos == nPos, " pending characters" ); in exportText()
3442 DBG_ASSERT( nExpStartPos == nPos, "wrong export start pos" ); in exportText()
3443 nExpStartPos = nPos+1; in exportText()
3447 if( nExpStartPos < nEndPos ) in exportText()
3450 OUString sExp( rText.copy( nExpStartPos, nEndPos - nExpStartPos ) ); in exportText()

Completed in 41 milliseconds