Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx468 if( rCC.isLetterNumeric( rTxt, nSttPos )) in FnCptlSttWrd()
471 if( rCC.isLetterNumeric( rTxt, nEndPos - 1 )) in FnCptlSttWrd()
597 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash()
604 if( rCC.isLetterNumeric( cCh )) in FnChgToEnEmDash()
632 if( rCC.isLetterNumeric( cCh ) ) in FnChgToEnEmDash()
639 if( rCC.isLetterNumeric( cCh )) in FnChgToEnEmDash()
659 ( rCC.isLetterNumeric( sTmp, nFndPos - 1 ) || in FnChgToEnEmDash()
661 ( rCC.isLetterNumeric( sTmp, nFndPos + 2 ) || in FnChgToEnEmDash()
803 bAlphaNum = rCC.isLetterNumeric( rTxt, nPos ); in FnChgWeightUnderl()
1002 if( !rCC.isLetterNumeric( in FnCptlSttSntnc()
[all …]
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx967 !rCC.isLetterNumeric( ( sTxt = cPrev), 0 ) || in IntelligentCut()
968 !rCC.isLetterNumeric( ( sTxt = cNext), 0 ) ) in IntelligentCut()
979 !rCC.isLetterNumeric( ( sTxt = cPrev), 0 ) && in IntelligentCut()
980 !rCC.isLetterNumeric( ( sTxt = cNext), 0 ) ) in IntelligentCut()
H A Dwrtsh1.cxx204 sal_Bool bDelim = GetAppCharClass().isLetterNumeric( rStr, 0 ); in InsertByWord()
208 sal_Bool bTmpDelim = GetAppCharClass().isLetterNumeric( rStr, nPos ); in InsertByWord()
/trunk/main/sc/inc/
H A Dcompiler.hxx469 return ScGlobal::pCharClass->isLetterNumeric( rStr, nPos ); in IsCharWordChar()
486 return ScGlobal::pCharClass->isLetterNumeric( rStr, nPos ); in IsWordChar()
512 return ScGlobal::pCharClass->isLetterNumeric( rStr, nPos ); in IsCharFlagAllConventions()
/trunk/main/sw/source/core/text/
H A Ditrform2.cxx461 bAllowBehind = rCC.isLetterNumeric( aAltTxt, 0 ); in BuildPortions()
469 bAllowBehind = rCC.isLetterNumeric( rInf.GetTxt(), rInf.GetIdx() ); in BuildPortions()
480 bAllowBefore = rCC.isLetterNumeric( aAltTxt, aAltTxt.Len() - 1 ); in BuildPortions()
492 bAllowBefore = rCC.isLetterNumeric( rInf.GetTxt(), rInf.GetIdx() - 1 ); in BuildPortions()
637 if ( rCC.isLetterNumeric( rInf.GetTxt(), nTmp - 1 ) && in BuildPortions()
638 rCC.isLetterNumeric( rInf.GetTxt(), nTmp ) ) in BuildPortions()
H A Dguess.cxx330 ! rCC.isLetterNumeric( rInf.GetTxt(), nLangIndex ) ) in Guess()
H A Dporlay.cxx1980 while ( nIdx < nEnd && !rCC.isLetterNumeric( rTxt, (xub_StrLen)nIdx ) ) in IsArabicText()
1989 while ( nIdx >= 0 && !rCC.isLetterNumeric( rTxt, (xub_StrLen)nIdx ) ) in IsArabicText()
/trunk/main/unotools/inc/unotools/
H A Dcharclass.hxx210 sal_Bool isLetterNumeric( const String& rStr, xub_StrLen nPos ) const;
215 sal_Bool isLetterNumeric( const String& rStr ) const;
/trunk/main/svl/source/misc/
H A Durihelper.cxx435 if (rCharClass.isLetterNumeric(rStr, nPos)) in isBoundary1()
457 if (rCharClass.isLetterNumeric(rStr, nPos)) in isBoundary2()
544 else if (rCharClass.isLetterNumeric(rStr, *pPos)) in checkWChar()
/trunk/main/unotools/source/i18n/
H A Dcharclass.cxx328 sal_Bool CharClass::isLetterNumeric( const String& rStr, xub_StrLen nPos ) const in isLetterNumeric() function in CharClass
350 sal_Bool CharClass::isLetterNumeric( const String& rStr ) const in isLetterNumeric() function in CharClass
/trunk/main/sw/source/core/undo/
H A Dunovwr.cxx137 rCC.isLetterNumeric( String( cIns ), 0 ) != in CanGrouping()
138 rCC.isLetterNumeric( aInsStr, aInsStr.Len()-1 ) ) in CanGrouping()
H A Dundel.cxx494 rCC.isLetterNumeric( String( cDelChar ), 0 ) != in CanGrouping()
495 rCC.isLetterNumeric( *pSttStr, nUChrPos ) ) in CanGrouping()
H A Dunredln.cxx172 bIsDelim = !GetAppCharClass().isLetterNumeric( pTNd->GetTxt(), in SwUndoRedlineDelete()
H A Dunins.cxx136 !GetAppCharClass().isLetterNumeric( String( cIns )) ) in CanGrouping()
/trunk/main/formula/source/ui/dlg/
H A DFormulaHelper.cxx185 if( _pCharClass->isLetterNumeric( rStr, nPos ) ) in IsFormulaText()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx1851 (!nPos || !rCC.isLetterNumeric( sFormel, nPos - 1 ))) in FindUsedDBs()
2044 (!nPos || !rCC.isLetterNumeric( sFormel, nPos - 1 ))) in ReplaceUsedDBs()
H A Ddoc.cxx901 !rCC.isLetterNumeric( rStr, 0 ) ); in InsertString()
914 !rCC.isLetterNumeric( rStr, i ) ); in InsertString()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx546 else if( rCC.isLetterNumeric( rStr, n )) in IsNoAlphaLine()
2098 if( !( rAppCC.isLetterNumeric( *pTxt, nPos ) in AutoCorrect()
H A Deditsh.cxx656 (rCC.isLetterNumeric( aStr, nPos - 1 ) || in Calculate()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx1107 (pCharClass->isLetterNumeric( in GetToken()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx767 if ( rCC.isLetterNumeric( rText.GetChar( nBegin ) ) ) in NextWord()
/trunk/main/sc/source/ui/docshell/
H A Dimpex.cxx953 && ScGlobal::pCharClass->isLetterNumeric( rStr, nPos)) in lcl_PutString()
/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1285 … bRet = rCC.isLetterNumeric( pTxtNd->GetTxt(), static_cast<xub_StrLen>(aBoundary.startPos) ); in IsInWordWT()
/trunk/main/sw/source/core/access/
H A Daccpara.cxx868 bRet = GetAppCharClass().isLetterNumeric( in GetWordBoundary()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2315 GetAppCharClass().isLetterNumeric( String( aCh ), 0 ); in KeyInput()

Completed in 272 milliseconds