Lines Matching refs:nSpaces
1967 xub_StrLen nSpaces = 0; in NextSymbol() local
2029 nSpaces += 2; // must match the character count in NextSymbol()
2086 nSpaces++; in NextSymbol()
2418 nSrcPos = sal::static_int_cast<xub_StrLen>( nSrcPos + nSpaces ); in NextSymbol()
2481 if (bAutoIntersection && nSpaces > 1) in NextSymbol()
2482 --nSpaces; // replace '!!' with only one space in NextSymbol()
2483 return nSpaces; in NextSymbol()
3557 xub_StrLen nSpaces = NextSymbol(bInArray); in NextNewToken() local
3561 rtl::OUStringToOString( cSymbol, RTL_TEXTENCODING_UTF8 ).getStr(), nSpaces ); in NextNewToken()
3567 if( nSpaces ) in NextNewToken()
3571 aToken.sbyte.cByte = (sal_uInt8) ( nSpaces > 255 ? 255 : nSpaces ); in NextNewToken()