Searched refs:bNextNum (Results 1 – 1 of 1) sorted by relevance
3423 sal_Bool bLastAlp, bNextNum; in AutoCorrectParsedSymbol() local3424 bLastAlp = bNextNum = sal_True; in AutoCorrectParsedSymbol()3440 bNextNum = CharClass::isAsciiNumeric( aTmp2 ); in AutoCorrectParsedSymbol()3441 if ( bLastAlp == bNextNum && nStrip < 1 ) in AutoCorrectParsedSymbol()3456 bLastAlp = !bNextNum; in AutoCorrectParsedSymbol()3466 bNextNum = !bLastAlp; in AutoCorrectParsedSymbol()
Completed in 47 milliseconds