Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx3333 sal_Int32 nSpaceChars = 0; in exportText() local
3377 DBG_ASSERT( 0==nSpaceChars, "pending spaces" ); in exportText()
3386 if( nSpaceChars > 0 && !bCurrCharIsSpace ) in exportText()
3390 if( nSpaceChars > 1 ) in exportText()
3393 sTmp.append( (sal_Int32)nSpaceChars ); in exportText()
3401 nSpaceChars = 0; in exportText()
3431 nSpaceChars++; in exportText()
3445 DBG_ASSERT( 0==nSpaceChars, " pending spaces " ); in exportText()
3451 if( nSpaceChars > 0 ) in exportText()
3453 if( nSpaceChars > 1 ) in exportText()
[all …]

Completed in 32 milliseconds