Home
last modified time | relevance | path

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

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XTimeField.java202 result = oObj.getLast() == 23450 ; in _setLast()
205 log.println("Set to " + 23450 + " but returned " + oObj.getLast()) ; in _setLast()
218 int val = oObj.getLast() ; in _getLast()
H A D_XDateField.java206 result = oObj.getLast() == 23450 ; in _setLast()
209 log.println("Set to " + 23450 + " but returned " + oObj.getLast()) ; in _setLast()
222 int val = oObj.getLast() ; in _getLast()
H A D_XCurrencyField.java194 double ret = oObj.getLast(); in _setLast()
208 last = oObj.getLast(); in _getLast()
H A D_XNumericField.java195 double ret = oObj.getLast() ; in _setLast()
209 last = oObj.getLast() ; in _getLast()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx905 sal_Int32 SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
952 sal_Int32 SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
995 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
1047 …virtual ::sal_Int64 SAL_CALL getLast( ::sal_Int16 Unit ) throw (::com::sun::star::uno::RuntimeExce…
1093 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/idlc/inc/idlc/
H A Dastscope.hxx65 inline AstDeclaration const * getLast() const in getLast() function in AstScope
/trunk/main/idlc/source/
H A Dastservice.cxx35 AstOperation const * last = static_cast< AstOperation const * >(getLast()); in checkLastConstructor()
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DColInfo.java131 public short getLast() { in getLast() method in ColInfo
/trunk/main/svtools/source/inc/
H A Dunoiface.hxx323 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
367 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl101 double getLast();
H A DXDateField.idl104 long getLast();
H A DXNumericField.idl101 double getLast();
H A DXTimeField.idl105 long getLast();
H A DXMetricField.idl115 hyper getLast( [in] short FieldUnit );
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlTimeField.csv21 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getLast()"
H A Dcom.sun.star.awt.UnoControlCurrencyField.csv28 "UnoControlCurrencyField";"com::sun::star::awt::XCurrencyField";"getLast()"
H A Dcom.sun.star.awt.UnoControlDateField.csv21 "UnoControlDateField";"com::sun::star::awt::XDateField";"getLast()"
H A Dcom.sun.star.awt.UnoControlNumericField.csv70 "UnoControlNumericField";"com::sun::star::awt::XNumericField";"getLast()"
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java147 int repeated = ci.getLast() - ci.getFirst() + 1; in getColumnRowInfos()
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/forms/
H A Dcom.sun.star.comp.forms.OCurrencyControl.csv30 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"getLast()"
H A Dcom.sun.star.comp.forms.ONumericControl.csv72 "ONumericControl";"com::sun::star::awt::XNumericField";"getLast()"
H A Dcom.sun.star.comp.forms.OTimeControl.csv23 "OTimeControl";"com::sun::star::awt::XTimeField";"getLast()"
H A Dcom.sun.star.comp.forms.ODateControl.csv23 "ODateControl";"com::sun::star::awt::XDateField";"getLast()"
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx1113 sal_Int32 SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
1189 sal_Int32 SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
1264 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
1341 double SAL_CALL getLast( ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx3401 sal_Int32 UnoDateFieldControl::getLast() throw(uno::RuntimeException) in getLast() function in UnoDateFieldControl
3617 sal_Int32 UnoTimeFieldControl::getLast() throw(uno::RuntimeException) in getLast() function in UnoTimeFieldControl
3811 double UnoNumericFieldControl::getLast() throw(uno::RuntimeException) in getLast() function in UnoNumericFieldControl
4012 double UnoCurrencyFieldControl::getLast() throw(uno::RuntimeException) in getLast() function in UnoCurrencyFieldControl

Completed in 93 milliseconds

12