Lines Matching refs:XubString

239 static XubString ImplPatternReformat( const XubString& rStr,  in ImplPatternReformat()
241 const XubString& rLiteralMask, in ImplPatternReformat()
247 XubString aStr = rStr; in ImplPatternReformat()
248 XubString aOutStr = rLiteralMask; in ImplPatternReformat()
345 static void ImplPatternMaxPos( const XubString rStr, const ByteString& rEditMask, in ImplPatternMaxPos()
390 const XubString& rLiteralMask, in ImplPatternProcessStrictModify()
393 XubString aText = pEdit->GetText(); in ImplPatternProcessStrictModify()
414 XubString aNewText = ImplPatternReformat( aText, rEditMask, rLiteralMask, nFormatFlags ); in ImplPatternProcessStrictModify()
460 static xub_StrLen ImplPatternRightPos( const XubString& rStr, const ByteString& rEditMask, in ImplPatternRightPos()
484 const XubString& rLiteralMask, in ImplPatternProcessKeyInput()
568 XubString aStr( pEdit->GetText() ); in ImplPatternProcessKeyInput()
569 XubString aOldStr = aStr; in ImplPatternProcessKeyInput()
582XubString aRep = rLiteralMask.Copy( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in ImplPatternProcessKeyInput()
605 XubString aTempStr = rLiteralMask.Copy( nNewPos, 1 ); in ImplPatternProcessKeyInput()
694 XubString aStr = pEdit->GetText(); in ImplPatternProcessKeyInput()
733XubString aRep = rLiteralMask.Copy( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in ImplPatternProcessKeyInput()
764 const XubString& rLiteralMask ) in ImplSetMask()
830 XubString aLiteralMask; in ImplLoadRes()
859 const XubString& rLiteralMask ) in SetMask()
867 void PatternFormatter::SetString( const XubString& rStr ) in SetString()
879 XubString PatternFormatter::GetString() const in GetString()
1073 XubString aStr; in ReformatAll()
1088 void PatternBox::InsertString( const XubString& rStr, sal_uInt16 nPos ) in InsertString()
1095 void PatternBox::RemoveString( const XubString& rStr ) in RemoveString()
1102 XubString PatternBox::GetString( sal_uInt16 nPos ) const in GetString()
1109 sal_uInt16 PatternBox::GetStringPos( const XubString& rStr ) const in GetStringPos()
1128 static sal_uInt16 ImplCutNumberFromString( XubString& rStr ) in ImplCutNumberFromString()
1135 XubString aNumStr; in ImplCutNumberFromString()
1146 static sal_Bool ImplCutMonthName( XubString& rStr, const XubString& _rLookupMonthName ) in ImplCutMonthName()
1159 static sal_uInt16 ImplCutMonthFromString( XubString& rStr, const CalendarWrapper& rCalendarWrapper ) in ImplCutMonthFromString()
1206 static sal_Bool ImplDateGetValue( const XubString& rStr, Date& rDate, ExtDateFieldFormat eDateForma… in ImplDateGetValue()
1317 sal_Bool DateFormatter::ImplDateReformat( const XubString& rStr, XubString& rOutStr, const AllSetti… in ImplDateReformat()
1348 XubString DateFormatter::ImplGetDateAsText( const Date& rDate, in ImplGetDateAsText()
1533 XubString aText( GetText() ); in ImplDateSpinArea()
1871 XubString aText = GetField()->GetText(); in ImplNewFieldValue()
1999 XubString aStr; in Reformat()
2320 XubString aStr; in ReformatAll()
2366 XubString aStr; in GetDatePos()
2445 static sal_Bool ImplTimeGetValue( const XubString& rStr, Time& rTime, in ImplTimeGetValue()
2449 XubString aStr = rStr; in ImplTimeGetValue()
2462 XubString aSepStr( RTL_CONSTASCII_USTRINGPARAM( ",.;:/" ) ); in ImplTimeGetValue()
2605 XubString aAM( rLocaleDataWrapper.getTimeAM() ); in ImplTimeGetValue()
2606 XubString aPM( rLocaleDataWrapper.getTimePM() ); in ImplTimeGetValue()
2609 XubString aAM2( RTL_CONSTASCII_USTRINGPARAM( "AM" ) ); // aAM is localized in ImplTimeGetValue()
2610 XubString aPM2( RTL_CONSTASCII_USTRINGPARAM( "PM" ) ); // aPM is localized in ImplTimeGetValue()
2646 sal_Bool TimeFormatter::ImplTimeReformat( const XubString& rStr, XubString& rOutStr ) in ImplTimeReformat()
2726 XubString aText( GetText() ); in ImplTimeSpinArea()
2929 XubString aText = GetField()->GetText(); in ImplNewFieldValue()
2964 XubString aStr; in ImplSetUserTime()
3083 XubString aStr; in Reformat()
3397 XubString aStr; in ReformatAll()