Home
last modified time | relevance | path

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

/trunk/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
/trunk/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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx225 sal_Unicode mcNulSubst = '\0'; in ReadRawUniString() local
239 … (*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 45 milliseconds