Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/filter/inc/
H A Dxistream.hxx414 inline void SetNulSubstChar( sal_Unicode cNulSubst = '?' ) { mcNulSubst = cNulSubst; } in SetNulSubstChar()
531 sal_Unicode mcNulSubst; /// Replacement for NUL characters. member in XclImpStream
/AOO42X/main/sc/source/filter/excel/
H A Dxistream.cxx433 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()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx224 sal_Unicode mcNulSubst = '\0'; in ReadRawUniString() local
238 … (*pcUniChar) = (nReadChar == WW8_NUL) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()
247 … (*pcUniChar) = (nReadChar == WW8_NUL_C) ? mcNulSubst : static_cast< sal_Unicode >( nReadChar ); in ReadRawUniString()