Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx3076 sal_Char cInsert = '\x0'; in ReadChar() local
3111 cInsert = '\xa4'; in ReadChar()
3115 cInsert = '\xb5'; in ReadChar()
3122 cInsert = '\xa7'; in ReadChar()
3128 cInsert = '\x9'; // Tab in ReadChar()
3131 cInsert = '\xa'; // Hard NewLine in ReadChar()
3184 cInsert = ' '; in ReadChar()
3243 cInsert = 0x2; in ReadChar()
3252 if( '\x0' != cInsert ) in ReadChar()
3254 String sInsert = ByteString::ConvertToUnicode(cInsert, in ReadChar()

Completed in 50 milliseconds