Home
last modified time | relevance | path

Searched refs:isStrictFormat (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XDateField.java277 result = oObj.isStrictFormat() == !strict ; in _setStrictFormat()
281 "' but returned '" + oObj.isStrictFormat() + "'") ; in _setStrictFormat()
294 strict = oObj.isStrictFormat() ; in _isStrictFormat()
H A D_XPatternField.java154 result = oObj.isStrictFormat() == !strict ; in _setStrictFormat()
166 strict = oObj.isStrictFormat() ; in _isStrictFormat()
H A D_XTimeField.java273 result = oObj.isStrictFormat() == !strict ; in _setStrictFormat()
285 strict = oObj.isStrictFormat() ; in _isStrictFormat()
H A D_XCurrencyField.java288 result = oObj.isStrictFormat() == !strict; in _setStrictFormat()
300 strict = oObj.isStrictFormat(); in _isStrictFormat()
H A D_XNumericField.java289 result = oObj.isStrictFormat() == !strict ; in _setStrictFormat()
301 strict = oObj.isStrictFormat() ; in _isStrictFormat()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx863 sal_Bool isStrictFormat();
911 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
956 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1001 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1053 virtual ::sal_Bool SAL_CALL isStrictFormat( ) throw (::com::sun::star::uno::RuntimeException);
1099 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1135 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx4388 sal_Bool VCLXFormattedSpinField::isStrictFormat() in isStrictFormat() function in VCLXFormattedSpinField
4814 sal_Bool VCLXDateField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat() function in VCLXDateField
4816 return VCLXFormattedSpinField::isStrictFormat(); in isStrictFormat()
5026 sal_Bool VCLXTimeField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat() function in VCLXTimeField
5028 return VCLXFormattedSpinField::isStrictFormat(); in isStrictFormat()
5314 sal_Bool VCLXNumericField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat() function in VCLXNumericField
5316 return VCLXFormattedSpinField::isStrictFormat(); in isStrictFormat()
5618 sal_Bool VCLXMetricField::isStrictFormat() throw(::com::sun::star::uno::RuntimeException) in isStrictFormat() function in VCLXMetricField
5620 return VCLXFormattedSpinField::isStrictFormat(); in isStrictFormat()
5931 return VCLXFormattedSpinField::isStrictFormat(); in isStrictFormat()
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DXPatternField.idl77 boolean isStrictFormat();
H A DXCurrencyField.idl137 boolean isStrictFormat();
H A DXDateField.idl140 boolean isStrictFormat();
H A DXNumericField.idl137 boolean isStrictFormat();
H A DXTimeField.idl129 boolean isStrictFormat();
H A DXMetricField.idl151 boolean isStrictFormat();
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx329 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
373 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1119 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1193 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1270 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1347 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
1407 sal_Bool SAL_CALL isStrictFormat( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlPatternField.csv66 "UnoControlPatternField";"com::sun::star::awt::XPatternField";"isStrictFormat()"
H A Dcom.sun.star.awt.UnoControlTimeField.csv25 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"isStrictFormat()"
H A Dcom.sun.star.awt.UnoControlCurrencyField.csv34 "UnoControlCurrencyField";"com::sun::star::awt::XCurrencyField";"isStrictFormat()"
H A Dcom.sun.star.awt.UnoControlDateField.csv27 "UnoControlDateField";"com::sun::star::awt::XDateField";"isStrictFormat()"
H A Dcom.sun.star.awt.UnoControlNumericField.csv76 "UnoControlNumericField";"com::sun::star::awt::XNumericField";"isStrictFormat()"
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OPatternControl.csv68 "OPatternControl";"com::sun::star::awt::XPatternField";"isStrictFormat()"
H A Dcom.sun.star.comp.forms.OCurrencyControl.csv36 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"isStrictFormat()"
H A Dcom.sun.star.comp.forms.ONumericControl.csv78 "ONumericControl";"com::sun::star::awt::XNumericField";"isStrictFormat()"
H A Dcom.sun.star.comp.forms.OTimeControl.csv27 "OTimeControl";"com::sun::star::awt::XTimeField";"isStrictFormat()"
H A Dcom.sun.star.comp.forms.ODateControl.csv29 "ODateControl";"com::sun::star::awt::XDateField";"isStrictFormat()"

Completed in 73 milliseconds

12