Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dguess.cxx217 xub_Unicode cCutChar = rInf.GetTxt().GetChar( nCutPos ); in Guess() local
218 if( CH_BLANK == cCutChar || CH_FULL_BLANK == cCutChar ) in Guess()
229 ( CH_BLANK == ( cCutChar = rInf.GetChar( --nX ) ) || in Guess()
230 CH_FULL_BLANK == cCutChar ) ) in Guess()
236 ( CH_BLANK == ( cCutChar = rInf.GetChar( --nX ) ) || in Guess()
237 CH_FULL_BLANK == cCutChar ) ) in Guess()
244 ( CH_BLANK == ( cCutChar = rInf.GetChar( nCutPos ) ) || in Guess()
245 CH_FULL_BLANK == cCutChar ) ) in Guess()

Completed in 9 milliseconds