/aoo42x/main/qadevOOo/tests/java/ifc/awt/ |
H A D | _XTimeField.java | 166 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.java | 170 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.java | 163 double ret = oObj.getFirst(); in _setFirst() 176 first = oObj.getFirst(); in _getFirst()
|
H A D | _XNumericField.java | 164 double ret = oObj.getFirst() ; in _setFirst() 177 first = oObj.getFirst() ; in _getFirst()
|
/aoo42x/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 65 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()
|
H A D | dociter.cxx | 670 bool ScDBQueryDataIterator::DataAccessInternal::getFirst(Value& rValue) in getFirst() function in ScDBQueryDataIterator::DataAccessInternal 728 bool ScDBQueryDataIterator::DataAccessMatrix::getFirst(Value& rValue) in getFirst() function in ScDBQueryDataIterator::DataAccessMatrix 953 return mpData->getFirst(rValue); in GetFirst()
|
/aoo42x/main/sc/inc/ |
H A D | dociter.hxx | 156 virtual bool getFirst(Value& rValue) = 0; 168 virtual bool getFirst(Value& rValue); 192 virtual bool getFirst(Value& rValue);
|
H A D | segmenttree.hxx | 63 bool getFirst(RangeData& rRange);
|
/aoo42x/main/cppuhelper/qa/propertysetmixin/ |
H A D | comp_propertysetmixin.cxx | 214 virtual sal_Int32 SAL_CALL getFirst() throw (css::uno::RuntimeException); 279 sal_Int32 Full::getFirst() throw (css::uno::RuntimeException) { in getFirst() function in __anonf01bdde90111::Full
|
H A D | JavaSupplier.java | 185 public synchronized int getFirst() { in getFirst() method in JavaSupplier.Full
|
/aoo42x/main/toolkit/inc/toolkit/awt/ |
H A D | vclxwindows.hxx | 903 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);
|
/aoo42x/main/toolkit/test/accessibility/ |
H A D | GeometryEventHandler.java | 59 AccTreeNode aShapeNode = (AccTreeNode) aShapeQueue.getFirst(); in Process()
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/ |
H A D | ColInfo.java | 122 public short getFirst() { in getFirst() method in ColInfo
|
/aoo42x/main/svtools/source/inc/ |
H A D | unoiface.hxx | 321 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException); 365 double SAL_CALL getFirst( ) throw(::com::sun::star::uno::RuntimeException);
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XNumericField.idl | 89 double getFirst();
|
H A D | XTimeField.idl | 93 long getFirst();
|
H A D | XCurrencyField.idl | 89 double getFirst();
|
H A D | XDateField.idl | 92 long getFirst();
|
H A D | XMetricField.idl | 103 hyper getFirst( [in] short FieldUnit );
|
/aoo42x/main/qadevOOo/objdsc/toolkit/ |
H A D | com.sun.star.awt.UnoControlTimeField.csv | 19 "UnoControlTimeField";"com::sun::star::awt::XTimeField";"getFirst()"
|
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/ |
H A D | PocketExcelDecoder.java | 147 int repeated = ci.getLast() - ci.getFirst() + 1; in getColumnRowInfos()
|
/aoo42x/main/qadevOOo/objdsc/forms/ |
H A D | com.sun.star.comp.forms.OCurrencyControl.csv | 28 "OCurrencyControl";"com::sun::star::awt::XCurrencyField";"getFirst()"
|
H A D | com.sun.star.comp.forms.ODateControl.csv | 21 "ODateControl";"com::sun::star::awt::XDateField";"getFirst()"
|
H A D | com.sun.star.comp.forms.ONumericControl.csv | 70 "ONumericControl";"com::sun::star::awt::XNumericField";"getFirst()"
|
H A D | com.sun.star.comp.forms.OTimeControl.csv | 21 "OTimeControl";"com::sun::star::awt::XTimeField";"getFirst()"
|