Searched refs:mcNulSubst (Results 1 – 3 of 3) sorted by relevance
414 inline void SetNulSubstChar( sal_Unicode cNulSubst = '?' ) { mcNulSubst = cNulSubst; } in SetNulSubstChar()531 sal_Unicode mcNulSubst; /// Replacement for NUL characters. member in XclImpStream
433 mcNulSubst( '?' ), in XclImpStream()944 … (*pcUniChar) = (nReadChar == EXC_NUL) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()953 … (*pcUniChar) = (nReadChar == EXC_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
225 sal_Unicode mcNulSubst = '\0'; in ReadRawUniString() local239 … (*pcUniChar) = (nReadChar == WW8_NUL) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()248 … (*pcUniChar) = (nReadChar == WW8_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
Completed in 59 milliseconds