Searched refs:aCurTxt (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/linguistic/source/ |
H A D | gciterator.cxx | 563 OUString aCurTxt( xFlatPara->getText() ); in DequeueAndCheck() local 573 … 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()
|
/aoo42x/main/svx/source/tbxctrls/ |
H A D | itemwin.cxx | 473 aCurTxt( String() ), in SvxMetricField() 602 aCurTxt = GetText(); in PreNotify() 633 SetText( aCurTxt ); in Notify()
|
/aoo42x/main/svx/inc/svx/ |
H A D | itemwin.hxx | 113 String aCurTxt; member in SvxMetricField
|
Completed in 28 milliseconds