Home
last modified time | relevance | path

Searched refs:IsStrictFormat (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield2.cxx894 if ( !mbSameMask && IsStrictFormat() && !GetField()->IsReadOnly() ) in Reformat()
953 IsStrictFormat(), GetFormatFlags(), in PreNotify()
982 if ( IsStrictFormat() ) in Modify()
1031 IsStrictFormat(), GetFormatFlags(), in PreNotify()
1060 if ( IsStrictFormat() ) in Modify()
2114 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && IsStrictFormat() && in PreNotify()
2259 if ( (rNEvt.GetType() == EVENT_KEYINPUT) && IsStrictFormat() && in PreNotify()
3166 …if ( ImplTimeProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsDuration(), Ge… in PreNotify()
3349 …if ( ImplTimeProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsDuration(), Ge… in PreNotify()
H A Dfield.cxx867 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
986 …if ( ImplNumericProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousand… in PreNotify()
1831 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
1957 …if ( ImplMetricProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousandS… in PreNotify()
2298 …if ( ImplCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousan… in PreNotify()
2417 …if ( ImplCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseThousan… in PreNotify()
H A Dlongcurr.cxx655 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
767 …if ( ImplLongCurrencyProcessKeyInput( GetField(), *rNEvt.GetKeyEvent(), IsStrictFormat(), IsUseTho… in PreNotify()
/trunk/main/svtools/inc/svtools/
H A Dfmtfield.hxx171 sal_Bool IsStrictFormat() const { return m_bStrictFormat; } in IsStrictFormat() function in FormattedField
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx79 sal_Bool IsStrictFormat() const { return mbStrictFormat; } in IsStrictFormat() function in FormatterBase
/trunk/main/svtools/source/uno/
H A Dunoiface.cxx1824 return pField ? pField->IsStrictFormat() : sal_False; in isStrictFormat()
1990 return pField ? pField->IsStrictFormat() : sal_False; in isStrictFormat()
/trunk/main/svtools/source/control/
H A Dfmtfield.cxx526 if (!IsStrictFormat()) in Modify()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx4391 return pFormatter ? pFormatter->IsStrictFormat() : sal_False; in isStrictFormat()
4452 aProp <<= (sal_Bool) pFormatter->IsStrictFormat(); in getProperty()

Completed in 138 milliseconds