Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx276 sal_Bool bIgnoreChar = sal_False, bIsAlphaNum = sal_False, bChkNxtWrd = sal_False; in _SelectNextRubyChars() local
283 bChkNxtWrd = bIsAlphaNum = sal_True; in _SelectNextRubyChars()
320 bIsAlphaNum = sal_False; in _SelectNextRubyChars()
326 if( bIgnoreChar || bIsAlphaNum != bAlphaNum || nStart >= nWordEnd ) in _SelectNextRubyChars()
332 bAlphaNum = bIsAlphaNum; in _SelectNextRubyChars()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx932 sal_Bool bIsAlphaNum = aCC.isAlphaNumeric( sNodeText, 0 ); in GetReferenceTextPos() local
933 if( !bIsAlphaNum || in GetReferenceTextPos()

Completed in 14 milliseconds