Searched refs:aCurTxt (Results  1 – 3 of 3) sorted by relevance
| /aoo4110/main/linguistic/source/ | 
| H A D | gciterator.cxx | 563                 OUString aCurTxt( xFlatPara->getText() );  in DequeueAndCheck()  local573 …             sal_Int32 nSuggestedEnd = GetSuggestedEndOfSentence( aCurTxt, nStartPos, aCurLocale );  in DequeueAndCheck()
 574 …        DBG_ASSERT( (nSuggestedEnd == 0 && aCurTxt.getLength() == 0) || nSuggestedEnd > nStartPos,   in DequeueAndCheck()
 584 …aRes = xGC->doProofreading( aCurDocId, aCurTxt, aCurLocale, nStartPos, nSuggestedEnd, aEmptyProps …  in DequeueAndCheck()
 603                         aRes.aText               = aCurTxt;  in DequeueAndCheck()
 608 …aRes.nStartOfNextSentencePosition = lcl_SkipWhiteSpaces( aCurTxt, aRes.nBehindEndOfSentencePositio…  in DequeueAndCheck()
 609 …aRes.nBehindEndOfSentencePosition = lcl_BacktraceWhiteSpaces( aCurTxt, aRes.nStartOfNextSentencePo…  in DequeueAndCheck()
 
 | 
| /aoo4110/main/svx/source/tbxctrls/ | 
| H A D | itemwin.cxx | 473 	aCurTxt( String() ),  in SvxMetricField()588 		aCurTxt = GetText();  in PreNotify()
 619 					SetText( aCurTxt );  in Notify()
 
 | 
| /aoo4110/main/svx/inc/svx/ | 
| H A D | itemwin.hxx | 113 	String			aCurTxt;  member in SvxMetricField
 | 
        Completed in 96 milliseconds