Home
last modified time | relevance | path

Searched refs:getFirst (Results 1 – 25 of 32) sorted by relevance

12

/aoo4110/main/qadevOOo/tests/java/ifc/awt/
H A D_XTimeField.java166 result = oObj.getFirst() == 5118 ; in _setFirst()
169 log.println("Set to " + 5118 + " but returned " + oObj.getFirst()) ; in _setFirst()
182 int val = oObj.getFirst() ; in _getFirst()
H A D_XDateField.java170 result = oObj.getFirst() == 5118 ; in _setFirst()
173 log.println("Set to " + 5118 + " but returned " + oObj.getFirst()) ; in _setFirst()
186 int val = oObj.getFirst() ; in _getFirst()
H A D_XCurrencyField.java163 double ret = oObj.getFirst(); in _setFirst()
176 first = oObj.getFirst(); in _getFirst()
H A D_XNumericField.java164 double ret = oObj.getFirst() ; in _setFirst()
177 first = oObj.getFirst() ; in _getFirst()
/aoo4110/main/sc/source/core/data/
H A Dsegmenttree.cxx65 bool getFirst(RangeData& rData);
221 bool ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getFirst(RangeData& rData) in getFirst() function in ScFlatSegmentsImpl
320 bool ScFlatBoolRowSegments::RangeIterator::getFirst(RangeData& rRange) in getFirst() function in ScFlatBoolRowSegments::RangeIterator
323 if (!mrSegs.mpImpl->getFirst(aData)) in getFirst()
/aoo4110/main/sc/inc/
H A Ddociter.hxx156 virtual bool getFirst(Value& rValue) = 0;
168 virtual bool getFirst(Value& rValue);
192 virtual bool getFirst(Value& rValue);
H A Dsegmenttree.hxx63 bool getFirst(RangeData& rRange);
/aoo4110/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx214 virtual sal_Int32 SAL_CALL getFirst() throw (css::uno::RuntimeException);
279 sal_Int32 Full::getFirst() throw (css::uno::RuntimeException) { in getFirst() function in __anona71f19310111::Full
/aoo4110/main/toolkit/test/accessibility/
H A DGeometryEventHandler.java59 AccTreeNode aShapeNode = (AccTreeNode) aShapeQueue.getFirst(); in Process()
/aoo4110/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx903 sal_Int32 SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
950 sal_Int32 SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
993 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
1045 …virtual ::sal_Int64 SAL_CALL getFirst( ::sal_Int16 Unit ) throw (::com::sun::star::uno::RuntimeExc…
1091 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DColInfo.java122 public short getFirst() { in getFirst() method in ColInfo
/aoo4110/main/svtools/source/inc/
H A Dunoiface.hxx321 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
365 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
/aoo4110/main/offapi/com/sun/star/awt/
H A DXCurrencyField.idl89 double getFirst();
H A DXDateField.idl92 long getFirst();
H A DXNumericField.idl89 double getFirst();
H A DXTimeField.idl93 long getFirst();
H A DXMetricField.idl103 hyper getFirst( [in] short FieldUnit );
/aoo4110/main/qadevOOo/objdsc/toolkit/
H A Dcom.sun.star.awt.UnoControlTimeField.csv19 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getFirst()"
H A Dcom.sun.star.awt.UnoControlNumericField.csv68 "UnoControlNumericField";"com::sun::star::awt::XNumericField";"getFirst()"
H A Dcom.sun.star.awt.UnoControlCurrencyField.csv26 "UnoControlCurrencyField";"com::sun::star::awt::XCurrencyField";"getFirst()"
/aoo4110/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/
H A DPocketExcelDecoder.java147 int repeated = ci.getLast() - ci.getFirst() + 1; in getColumnRowInfos()
/aoo4110/main/qadevOOo/objdsc/forms/
H A Dcom.sun.star.comp.forms.OCurrencyControl.csv28 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"getFirst()"
H A Dcom.sun.star.comp.forms.ODateControl.csv21 "ODateControl";"com::sun::star::awt::XDateField";"getFirst()"
H A Dcom.sun.star.comp.forms.ONumericControl.csv70 "ONumericControl";"com::sun::star::awt::XNumericField";"getFirst()"
H A Dcom.sun.star.comp.forms.OTimeControl.csv21 "OTimeControl";"com::sun::star::awt::XTimeField";"getFirst()"

Completed in 114 milliseconds

12