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.cxx3335 sal_Int32 nSpaceChars = 0; in exportText() local
3379 DBG_ASSERT( 0==nSpaceChars, "pending spaces" ); in exportText()
3388 if( nSpaceChars > 0 && !bCurrCharIsSpace ) in exportText()
3392 if( nSpaceChars > 1 ) in exportText()
3395 sTmp.append( (sal_Int32)nSpaceChars ); in exportText()
3403 nSpaceChars = 0; in exportText()
3433 nSpaceChars++; in exportText()
3447 DBG_ASSERT( 0==nSpaceChars, " pending spaces " ); in exportText()
3453 if( nSpaceChars > 0 ) in exportText()
3455 if( nSpaceChars > 1 ) in exportText()
[all …]