Searched refs:sWord (Results 1 – 10 of 10) sorted by relevance
/trunk/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 485 if( !FindInWrdSttExceptList(eLang, sWord) ) in FnCptlSttWrd() 1064 String sWord; in FnCptlSttSntnc() local 1069 sWord = String( in FnCptlSttSntnc() 1071 if( FindInCplSttExceptList(eLang, sWord) ) in FnCptlSttSntnc() 1076 String sTmp( sWord ); in FnCptlSttSntnc() 1089 if( sTmp.Len() && sTmp.Len() != sWord.Len() && in FnCptlSttSntnc() 1785 if( rCmp.isEqual( rChk, sWord )) in lcl_SearchWordsInList() 1862 const String& sWord ) in FindInWrdSttExceptList() argument 1868 String sTemp(sWord); in FindInWrdSttExceptList() 1874 String _sTemp(sWord); in FindInWrdSttExceptList() [all …]
|
H A D | SvXMLAutoCorrectImport.cxx | 234 String sWord; in SvXMLExceptionContext() local 247 sWord = rAttrValue; in SvXMLExceptionContext() 251 if (!sWord.Len() ) in SvXMLExceptionContext() 254 String * pNew = new String( sWord ); in SvXMLExceptionContext()
|
/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibleTextHandler.java | 167 String sWord, String sBefore, String sBehind) in textAtIndexNodeString() argument 170 + "\"" + sWord + "\" \t" in textAtIndexNodeString() 196 TextSegment sWord = xText.getTextAtIndex(0, nTextType); in textAtIndexNode() local 205 if( ! ( sTmp.equals( sWord ) && sTBef.equals( sBefore ) && in textAtIndexNode() 210 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode() 211 sWord = sTmp; in textAtIndexNode() 220 sWord.SegmentText = "..."; in textAtIndexNode() 226 sWord.SegmentText, sBefore.SegmentText, sBehind.SegmentText), aNode)); in textAtIndexNode()
|
/trunk/main/sw/source/core/inc/ |
H A D | acorrect.hxx | 99 String sWord; member in SwAutoCorrExceptWord 109 : sWord(rWord), nFlags(nAFlags), nNode(nNd), nCntnt(nContent), in SwAutoCorrExceptWord()
|
/trunk/main/xml2cmp/source/xcd/ |
H A D | parse.cxx | 339 char * pResult = &sWord[0]; in GetTextTill() 381 o_rText = &sWord[0]; in GetTextTill()
|
H A D | parse.hxx | 130 char sWord[8192]; member in X2CParser
|
/trunk/main/editeng/inc/editeng/ |
H A D | svxacorr.hxx | 349 sal_Bool FindInWrdSttExceptList( LanguageType eLang, const String& sWord ); 350 sal_Bool FindInCplSttExceptList( LanguageType eLang, const String& sWord,
|
/trunk/main/basctl/source/dlged/ |
H A D | managelang.cxx | 84 String sWord( rText.Copy( in getLongestWordWidth() local 87 long nTemp = rWin.GetCtrlTextWidth( sWord ); in getLongestWordWidth()
|
/trunk/main/sw/source/core/edit/ |
H A D | acorrect.cxx | 463 pACorr->AddWrtSttException( sWord, eLanguage ); in CheckChar() 465 pACorr->AddCplSttException( sWord, eLanguage ); in CheckChar()
|
/trunk/main/sw/source/ui/docvw/ |
H A D | edtwin.cxx | 2598 String sWord; in KeyInput() local 2602 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in KeyInput() 2604 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput() 5026 String sWord; in Command() local 5037 sWord = pData->GetText(); in Command() 5051 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in Command() 5053 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()
|
Completed in 180 milliseconds