Searched refs:rLiteralMask (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/vcl/source/control/ |
| H A D | field2.cxx | 241 const XubString& rLiteralMask, in ImplPatternReformat() argument 248 XubString aOutStr = rLiteralMask; in ImplPatternReformat() 263 cLiteral = rLiteralMask.GetChar(i); in ImplPatternReformat() 321 if ( ImplKommaPointCharEqual( cChar, rLiteralMask.GetChar( n ) ) ) in ImplPatternReformat() 390 const XubString& rLiteralMask, in ImplPatternProcessStrictModify() argument 414 XubString aNewText = ImplPatternReformat( aText, rEditMask, rLiteralMask, nFormatFlags ); in ImplPatternProcessStrictModify() 484 const XubString& rLiteralMask, in ImplPatternProcessKeyInput() argument 582 … XubString aRep = rLiteralMask.Copy( (xub_StrLen)aSel.Min(), (xub_StrLen)aSel.Len() ); in ImplPatternProcessKeyInput() 605 XubString aTempStr = rLiteralMask.Copy( nNewPos, 1 ); in ImplPatternProcessKeyInput() 614 aStr = ImplPatternReformat( aStr, rEditMask, rLiteralMask, nFormatFlags ); in ImplPatternProcessKeyInput() [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | field.hxx | 120 … SAL_DLLPRIVATE void ImplSetMask( const ByteString& rEditMask, const XubString& rLiteralMask ); 130 const XubString& rLiteralMask );
|