Home
last modified time | relevance | path

Searched refs:rEditMask (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield2.cxx240 const ByteString& rEditMask, in ImplPatternReformat() argument
244 if ( !rEditMask.Len() ) in ImplPatternReformat()
257 while ( i < rEditMask.Len() ) in ImplPatternReformat()
264 cMask = rEditMask.GetChar(i); in ImplPatternReformat()
280 while ( n < rEditMask.Len() ) in ImplPatternReformat()
282 if ( rEditMask.GetChar(n) != EDITMASK_LITERAL ) in ImplPatternReformat()
284 if ( !ImplIsPatternChar( cChar, rEditMask.GetChar(n) ) ) in ImplPatternReformat()
317 while ( n < rEditMask.Len() ) in ImplPatternReformat()
319 if ( rEditMask.GetChar( n ) == EDITMASK_LITERAL ) in ImplPatternReformat()
345 static void ImplPatternMaxPos( const XubString rStr, const ByteString& rEditMask, in ImplPatternMaxPos() argument
[all …]
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx120 … SAL_DLLPRIVATE void ImplSetMask( const ByteString& rEditMask, const XubString& rLiteralMask );
129 void SetMask( const ByteString& rEditMask,