Lines Matching refs:aText

393     XubString aText = pEdit->GetText();  in ImplPatternProcessStrictModify()  local
399 xub_StrLen nMaxLen = aText.Len(); in ImplPatternProcessStrictModify()
403 (aText.GetChar( i ) != ' ') ) in ImplPatternProcessStrictModify()
411 aText.Erase( 0, i ); in ImplPatternProcessStrictModify()
414 XubString aNewText = ImplPatternReformat( aText, rEditMask, rLiteralMask, nFormatFlags ); in ImplPatternProcessStrictModify()
415 if ( aNewText != aText ) in ImplPatternProcessStrictModify()
421 if ( nMaxSel >= aText.Len() ) in ImplPatternProcessStrictModify()
1533 XubString aText( GetText() ); in ImplDateSpinArea() local
1534 if ( (xub_StrLen)aSelection.Len() == aText.Len() ) in ImplDateSpinArea()
1553 nPos = aText.Search( aDateSep, nPos ); in ImplDateSpinArea()
1871 XubString aText = GetField()->GetText(); in ImplNewFieldValue() local
1873 if ( (xub_StrLen)aSelection.Max() == aText.Len() ) in ImplNewFieldValue()
1885 if ( GetField()->GetText() != aText ) in ImplNewFieldValue()
2726 XubString aText( GetText() ); in ImplTimeSpinArea() local
2734 xub_StrLen nPos1 = aText.Search( ImplGetLocaleDataWrapper().getTimeSep(), nPos ); in ImplTimeSpinArea()
2735 … xub_StrLen nPos2 = aText.Search( ImplGetLocaleDataWrapper().getTime100SecSep(), nPos ); in ImplTimeSpinArea()
2748 xub_StrLen nPos = aText.Search( ImplGetLocaleDataWrapper().getTime100SecSep() ); in ImplTimeSpinArea()
2929 XubString aText = GetField()->GetText(); in ImplNewFieldValue() local
2931 if ( (xub_StrLen)aSelection.Max() == aText.Len() ) in ImplNewFieldValue()
2943 if ( GetField()->GetText() != aText ) in ImplNewFieldValue()