Home
last modified time | relevance | path

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

/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx485 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 DSvXMLAutoCorrectImport.cxx234 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 DAccessibleTextHandler.java167 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 Dacorrect.hxx99 String sWord; member in SwAutoCorrExceptWord
109 : sWord(rWord), nFlags(nAFlags), nNode(nNd), nCntnt(nContent), in SwAutoCorrExceptWord()
/trunk/main/xml2cmp/source/xcd/
H A Dparse.cxx339 char * pResult = &sWord[0]; in GetTextTill()
381 o_rText = &sWord[0]; in GetTextTill()
H A Dparse.hxx130 char sWord[8192]; member in X2CParser
/trunk/main/editeng/inc/editeng/
H A Dsvxacorr.hxx349 sal_Bool FindInWrdSttExceptList( LanguageType eLang, const String& sWord );
350 sal_Bool FindInCplSttExceptList( LanguageType eLang, const String& sWord,
/trunk/main/basctl/source/dlged/
H A Dmanagelang.cxx84 String sWord( rText.Copy( in getLongestWordWidth() local
87 long nTemp = rWin.GetCtrlTextWidth( sWord ); in getLongestWordWidth()
/trunk/main/sw/source/core/edit/
H A Dacorrect.cxx463 pACorr->AddWrtSttException( sWord, eLanguage ); in CheckChar()
465 pACorr->AddCplSttException( sWord, eLanguage ); in CheckChar()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx2600 String sWord; in KeyInput() local
2604 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in KeyInput()
2606 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr); in KeyInput()
5028 String sWord; in Command() local
5039 sWord = pData->GetText(); in Command()
5053 rSh.GetPrevAutoCorrWord( *pACorr, sWord ) ) in Command()
5055 ShowAutoTextCorrectQuickHelp(sWord, pACfg, pACorr, sal_True); in Command()

Completed in 98 milliseconds