/aoo41x/main/wizards/com/sun/star/wizards/letter/ |
H A D | LetterWizardDialogImpl.java | 516 BusCompanyLogo.iWidth = (int) (numLogoWidth.getValue() * 1000); in numLogoWidthTextChanged() 522 BusCompanyLogo.iXPos = (int) (numLogoX.getValue() * 1000); in numLogoXTextChanged() 528 BusCompanyLogo.iYPos = (int) (numLogoY.getValue() * 1000); in numLogoYTextChanged() 558 BusFooter.iHeight = (int) (numFooterHeight.getValue() * 1000); in numFooterHeightTextChanged() 568 if (numLogoWidth.getValue() == 0) in chkPaperCompanyLogoItemChanged() 572 if (numLogoHeight.getValue() == 0) in chkPaperCompanyLogoItemChanged() 576 …) (numLogoWidth.getValue() * 1000), (int) (numLogoHeight.getValue() * 1000), (int) (numLogoX.getVa… in chkPaperCompanyLogoItemChanged() 610 if (numAddressWidth.getValue() == 0) in chkPaperCompanyAddressItemChanged() 614 if (numAddressHeight.getValue() == 0) in chkPaperCompanyAddressItemChanged() 618 …dressWidth.getValue() * 1000), (int) (numAddressHeight.getValue() * 1000), (int) (numAddressX.getV… in chkPaperCompanyAddressItemChanged() [all …]
|
/aoo41x/main/editeng/source/uno/ |
H A D | unoipset.cxx | 325 rMetric <<= (sal_Int8)(TWIPS_TO_MM(*(sal_Int8*)rMetric.getValue())); in SvxUnoConvertToMM() 328 rMetric <<= (sal_Int16)(TWIPS_TO_MM(*(sal_Int16*)rMetric.getValue())); in SvxUnoConvertToMM() 331 rMetric <<= (sal_uInt16)(TWIPS_TO_MM(*(sal_uInt16*)rMetric.getValue())); in SvxUnoConvertToMM() 334 rMetric <<= (sal_Int32)(TWIPS_TO_MM(*(sal_Int32*)rMetric.getValue())); in SvxUnoConvertToMM() 337 rMetric <<= (sal_uInt32)(TWIPS_TO_MM(*(sal_uInt32*)rMetric.getValue())); in SvxUnoConvertToMM() 363 rMetric <<= (sal_Int8)(MM_TO_TWIPS(*(sal_Int8*)rMetric.getValue())); in SvxUnoConvertFromMM() 366 rMetric <<= (sal_Int16)(MM_TO_TWIPS(*(sal_Int16*)rMetric.getValue())); in SvxUnoConvertFromMM() 369 rMetric <<= (sal_uInt16)(MM_TO_TWIPS(*(sal_uInt16*)rMetric.getValue())); in SvxUnoConvertFromMM() 372 rMetric <<= (sal_Int32)(MM_TO_TWIPS(*(sal_Int32*)rMetric.getValue())); in SvxUnoConvertFromMM() 375 rMetric <<= (sal_uInt32)(MM_TO_TWIPS(*(sal_uInt32*)rMetric.getValue())); in SvxUnoConvertFromMM()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FDatabaseMetaDataResultSet.cxx | 203 return getValue(columnIndex); in getBoolean() 209 return getValue(columnIndex); in getByte() 215 return getValue(columnIndex); in getBytes() 221 return getValue(columnIndex); in getDate() 227 return getValue(columnIndex); in getDouble() 233 return getValue(columnIndex); in getFloat() 239 return getValue(columnIndex); in getInt() 252 return getValue(columnIndex); in getLong() 300 return getValue(columnIndex); in getShort() 306 return getValue(columnIndex); in getString() [all …]
|
H A D | dbtools.cxx | 1243 aNewDefault <<= DBTypeConversion::toDouble(*(Date*)aDate.getValue()); in TransferFormComponentProperties() 1250 aNewDefault <<= DBTypeConversion::toDouble(*(Time*)aTime.getValue()); in TransferFormComponentProperties() 1631 _rxUpdatedObject->updateDate(_nColumnIndex, *(Date*)_rValue.getValue()); in implUpdateObject() 1633 _rxUpdatedObject->updateTime(_nColumnIndex, *(Time*)_rValue.getValue()); in implUpdateObject() 1689 _rxParameters->setByte(_nColumnIndex, *(sal_Int8 *)_rValue.getValue()); in implSetObject() 1694 _rxParameters->setShort(_nColumnIndex, *(sal_Int16*)_rValue.getValue()); in implSetObject() 1703 _rxParameters->setInt(_nColumnIndex, *(sal_Int32*)_rValue.getValue()); in implSetObject() 1707 _rxParameters->setFloat(_nColumnIndex, *(float*)_rValue.getValue()); in implSetObject() 1711 _rxParameters->setDouble(_nColumnIndex, *(double*)_rValue.getValue()); in implSetObject() 1726 _rxParameters->setDate(_nColumnIndex, *(Date*)_rValue.getValue()); in implSetObject() [all …]
|
H A D | RowFunctionParser.cxx | 113 …eDecorator(sal_Bool(mpFirstArg->evaluate(_aRow )->getValue() == mpSecondArg->evaluate(_aRow )->get… in evaluate() 116 …ator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() && mpSecondArg->evaluate(_aRow )… in evaluate() 119 …ator( sal_Bool(mpFirstArg->evaluate(_aRow )->getValue().getBool() || mpSecondArg->evaluate(_aRow )… in evaluate() 131 (*mpFirstArg->evaluate(_aRow )) = mpSecondArg->evaluate(_aRow )->getValue(); in fill() 268 return _aRow[mpArg->evaluate(_aRow )->getValue().getInt32()]; in evaluate()
|
/aoo41x/main/connectivity/source/drivers/file/ |
H A D | FResultSet.cxx | 272 return getValue(columnIndex); in getBoolean() 279 return getValue(columnIndex); in getByte() 286 return getValue(columnIndex); in getBytes() 293 return getValue(columnIndex); in getDate() 300 return getValue(columnIndex); in getDouble() 307 return getValue(columnIndex); in getFloat() 314 return getValue(columnIndex); in getInt() 333 return getValue(columnIndex); in getLong() 387 return getValue(columnIndex); in getShort() 393 return getValue(columnIndex); in getString() [all …]
|
H A D | fcomp.cxx | 376 pOb1->setValue((double)pOb1->getValue()); in execute_BETWEEN() 377 pOb2->setValue((double)pOb2->getValue()); in execute_BETWEEN() 380 pOb1->setValue((float)pOb1->getValue()); in execute_BETWEEN() 381 pOb2->setValue((float)pOb2->getValue()); in execute_BETWEEN() 385 pOb1->setValue((double)pOb1->getValue()); in execute_BETWEEN() 386 pOb2->setValue((double)pOb2->getValue()); in execute_BETWEEN() 389 pOb1->setValue((Date)pOb1->getValue()); in execute_BETWEEN() 390 pOb2->setValue((Date)pOb2->getValue()); in execute_BETWEEN() 393 pOb1->setValue((Time)pOb1->getValue()); in execute_BETWEEN() 394 pOb2->setValue((Time)pOb2->getValue()); in execute_BETWEEN() [all …]
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 219 if (aTypeClass.getValue() != TypeClass.VOID_value){ in getUnoObjectDefinition() 448 switch (_aTypeClass.getValue()){ in getTypeString() 598 int nTypeClass = _aTypeClass.getValue(); in getCentralVariableStemName() 687 int nTypeClass = _aTypeClass.getValue(); in getVariableStemName() 785 switch (_aTypeClass.getValue()){ in getStringValueOfObject() 893 else if (_aTypeClass.getValue() == TypeClass.ENUM_value){ in getHeaderSourceCode() 925 switch (_aTypeClass.getValue()){ in getConvertedSourceCodeValueOfObject() 1058 switch (_aTypeClass.getValue()){ in castLiteral() 1270 switch (_aTypeClass.getValue()){ in castLiteral() 1591 switch (_aTypeClass.getValue()){ in castLiteral() [all …]
|
/aoo41x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | XLIFFReader.java | 434 data[TIMESTAMP_IDX] = attrs.getValue("date"); in startElement() 437 …SOURCE_LANGUAGE_ID_IDX] = (languageResolver.getISOFromRFC((String)attrs.getValue("source-language"… in startElement() 438 if(languageResolver.getISOFromRFC((String)attrs.getValue("target-language"))!=null){ in startElement() 439 …TARGET_LANGUAGE_ID_IDX] = (languageResolver.getISOFromRFC((String)attrs.getValue("target-language"… in startElement() 447 String id = attrs.getValue("id"); in startElement() 456 DataStore.remove(attrs.getValue("id")); // TODO this can be deleted? in startElement() 459 data[BLOCKNR_IDX] = (attrs.getValue("id")); // a new part in startElement() 461 data[RESTYPE_IDX] = (attrs.getValue("restype")); in startElement() 468 String value = attrs.getValue("context-type"); in startElement()
|
/aoo41x/main/extensions/test/ole/cpnt/ |
H A D | cpnt.cxx | 511 OUString s(* (rtl_uString**)_x.getValue()); in methodAny() 1232 any= rOut->getValue( OUString( L"value")); in testinout_methodXInterface() 1239 any= rOut->getValue( OUString( L"value")); in testinout_methodXInterface() 1637 SimpleStruct* pStruct= ( SimpleStruct*) any.getValue(); in testInterface() 1694 OUString s= *( rtl_uString**) any.getValue(); in testInterface() 1914 Any _any= *(Any*)seqOutParams[4].getValue(); in testInterface() 1919 float _f= *( float*)seqOutParams[8].getValue(); in testInterface() 1920 double _d= *( double*) seqOutParams[9].getValue(); in testInterface() 2009 Any _any= *(Any*)seqOutParams[4].getValue(); in testInterface() 2014 float _f= *( float*)seqOutParams[8].getValue(); in testInterface() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMappingReadHandler.java | 55 final String elementNamespace = attrs.getValue(getUri(), in startParsing() 62 final String elementName = attrs.getValue(getUri(), "element-name"); in startParsing() 69 final String attributeNamespace = attrs.getValue(getUri(), in startParsing() 71 final String attributeName = attrs.getValue(getUri(), "attribute-name"); in startParsing() 74 "styleNameRefs".equals(attrs.getValue(getUri(), "type")); in startParsing() 76 final String family = attrs.getValue(getUri(), "style-family"); in startParsing()
|
H A D | LengthCalculator.java | 59 millimeter += value.getValue() * 10; in add() 63 millimeter += value.getValue(); in add() 67 point += value.getValue(); in add() 71 point += 12 * value.getValue(); in add() 75 point += 72 * value.getValue(); in add() 79 pixel += value.getValue(); in add()
|
/aoo41x/main/stoc/test/ |
H A D | testiadapter.cxx | 347 aBool = *(sal_Bool *)rParams[0].getValue(); in invoke() 348 aChar = *(sal_Unicode *)rParams[1].getValue(); in invoke() 374 aBool = *(sal_Bool *)rParams[0].getValue(); in invoke() 375 aChar = *(sal_Unicode *)rParams[1].getValue(); in invoke() 554 _xLBT->setBool( *(const sal_Bool *)rValue.getValue() ); in setValue() 556 _xLBT->setByte( *(const sal_Int8 *)rValue.getValue() ); in setValue() 564 _xLBT->setLong( *(const sal_Int32 *)rValue.getValue() ); in setValue() 572 _xLBT->setFloat( *(const float *)rValue.getValue() ); in setValue() 574 _xLBT->setDouble( *(const double *)rValue.getValue() ); in setValue() 576 _xLBT->setEnum( *(const TestEnum *)rValue.getValue() ); in setValue() [all …]
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/output/ |
H A D | OfficeDocumentReportTarget.java | 771 final String attrValue = String.valueOf(entry.getValue()); in performStyleProcessing() 898 final Object rawvalue = value.getValue(); in processContent() 1230 final String tableName = String.valueOf(entry.getValue()); in buildAttributeList() 1237 final String objectName = String.valueOf(entry.getValue()); in buildAttributeList() 1359 …iceToken.NONE.equals(scale) && normalizedImageWidth.getValue() > 0 && normalizedImageHeight.getVal… in startImageProcessing() 1361 … final double clipWidth = normalizedImageWidth.getValue() - imageAreaWidthVal.getValue(); in startImageProcessing() 1362 … final double clipHeight = normalizedImageHeight.getValue() - imageAreaHeightVal.getValue(); in startImageProcessing() 1706 final double ratioX = areaWidth.getValue() / imageWidth.getValue(); in calcPaintSize() 1707 final double ratioY = areaHeight.getValue() / imageHeight.getValue(); in calcPaintSize() 1711 ret[0] = imageWidth.getValue() * ratioMin; in calcPaintSize() [all …]
|
/aoo41x/main/extensions/test/ole/OleClient/ |
H A D | funcs.cxx | 314 sprintf( tmpBuf, "sal_Int8 %d \n", *(sal_Int8*)elem.getValue()); in printSequence() 317 sprintf( tmpBuf, "sal_Int16 %d \n", *(sal_Int16*)elem.getValue()); in printSequence() 320 sprintf( tmpBuf, "sal_Int32 %d \n", *(sal_Int32*)elem.getValue()); in printSequence() 323 sprintf( tmpBuf, "double %f \n", *(double*)elem.getValue()); in printSequence() 326 sprintf( tmpBuf, "float %f \n", *(float*)elem.getValue()); in printSequence() 329 sprintf( tmpBuf, "%S \n", (*(OUString*)elem.getValue()).getStr()); in printSequence() 338 Any prpVal= inv->getValue( OUString( L"prpString")); in printSequence() 339 sprintf( tmpBuf, "Property prpString: %S \n", (*(OUString*)prpVal.getValue()).getStr()); in printSequence()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLRedlineExport.cxx | 226 sRecordChanges ).getValue(); in ExportChangesListElements() 260 if (! *(sal_Bool*)aAny.getValue()) in ExportChangesListElements() 284 if ( *(sal_Bool*)aIsStart.getValue() || in ExportChangeAutoStyle() 285 *(sal_Bool*)aIsCollapsed.getValue() ) in ExportChangeAutoStyle() 327 if (! *(sal_Bool*)aAny.getValue()) in ExportChangesListAutoStyles() 343 sal_Bool bCollapsed = *(sal_Bool *)aAny.getValue(); in ExportChangeInline() 352 bStart = *(sal_Bool *)aAny.getValue(); in ExportChangeInline() 377 if( ! *(sal_Bool*)aAny.getValue() ) in ExportChangedRegion() 594 bIsCollapsed = *(sal_Bool*)pValues[i].Value.getValue(); in ExportStartOrEndRedline() 598 bIsStart = *(sal_Bool*)pValues[i].Value.getValue(); in ExportStartOrEndRedline()
|
H A D | txtparae.cxx | 661 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add() 1979 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph() 1982 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph() 2015 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph() 2018 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph() 2036 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph() 2040 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph() 2057 rPropSetHelper.getValue( in exportParagraph() 2060 rPropSetHelper.getValue( in exportParagraph() 2065 rPropSetHelper.getValue( in exportParagraph() [all …]
|
/aoo41x/main/extensions/workben/ |
H A D | pythonautotest.cxx | 86 UsrAny getValue(const UString& PropertyName) 166 UsrAny MyPythonRoot::getValue(const UString& PropertyName) in getValue() function in MyPythonRoot 315 anyList = xInvoke->getValue( L"list" ); in checkInvokation() 441 UsrAny any = xInvoke->getValue( L"nIntTest" ); in main() 448 any = xInvoke->getValue( L"nIntTest" ); in main() 558 UsrAny any = xInvoke->getValue( L"x" ); in main() 570 UsrAny any = xInvoke->getValue( L"dMathTest" ); in main() 583 UsrAny any = xInvoke->getValue( L"x" ); in main() 587 any = xInvoke->getValue( L"z" ); in main() 594 UsrAny any = xInvoke->getValue( L"__builtins__" ); in main()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | print3.cxx | 1337 beans::PropertyValue* PrinterController::getValue( const rtl::OUString& i_rProperty ) in getValue() function in PrinterController 1357 const beans::PropertyValue* pVal = getValue( i_rNames[i] ); in getValues() 1561 const com::sun::star::beans::PropertyValue* pVal = getValue( aDependency ); in makeEnabled() 1647 pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Collate" ) ) ); in pushPropertiesToPrinter() 1653 pVal = getValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "DuplexMode" ) ) ); in pushPropertiesToPrinter() 1682 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getBoolProperty() 1691 const com::sun::star::beans::PropertyValue* pVal = getValue( i_rProperty ); in getIntProperty() 1700 Any PrinterOptionsHelper::getValue( const rtl::OUString& i_rPropertyName ) const in getValue() function in PrinterOptionsHelper 1726 Any aVal( getValue( i_rPropertyName ) ); in getBoolValue() 1733 Any aVal( getValue( i_rPropertyName ) ); in getIntValue() [all …]
|
/aoo41x/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 56 ValueType getValue(SCCOLROW nPos); 118 …e, _ExtValueType>::ValueType ScFlatSegmentsImpl<_ValueType, _ExtValueType>::getValue(SCCOLROW nPos) in getValue() function in ScFlatSegmentsImpl 287 bool ScFlatBoolRowSegments::ForwardIterator::getValue(SCROW nPos, bool& rVal) in getValue() function in ScFlatBoolRowSegments::ForwardIterator 370 bool ScFlatBoolRowSegments::getValue(SCROW nRow) in getValue() function in ScFlatBoolRowSegments 372 return mpImpl->getValue(static_cast<SCCOLROW>(nRow)); in getValue() 438 bool ScFlatBoolColSegments::getValue(SCCOL nCol) in getValue() function in ScFlatBoolColSegments 440 return mpImpl->getValue(static_cast<SCCOLROW>(nCol)); in getValue() 485 bool ScFlatUInt16RowSegments::ForwardIterator::getValue(SCROW nPos, sal_uInt16& rVal) in getValue() function in ScFlatUInt16RowSegments::ForwardIterator 532 sal_uInt16 ScFlatUInt16RowSegments::getValue(SCROW nRow) in getValue() function in ScFlatUInt16RowSegments 534 return mpImpl->getValue(static_cast<SCCOLROW>(nRow)); in getValue()
|
/aoo41x/main/svl/source/numbers/ |
H A D | zforfind.cxx | 1423 nMonthSet = xCal->getValue( i18n::CalendarFieldIndex::MONTH ); in GetDateRef() 1424 nYearSet = xCal->getValue( i18n::CalendarFieldIndex::YEAR ); in GetDateRef() 1425 nHourSet = xCal->getValue( i18n::CalendarFieldIndex::HOUR ); in GetDateRef() 1426 nMinuteSet = xCal->getValue( i18n::CalendarFieldIndex::MINUTE ); in GetDateRef() 1427 nSecondSet = xCal->getValue( i18n::CalendarFieldIndex::SECOND ); in GetDateRef() 1439 nDay = xCal->getValue( i18n::CalendarFieldIndex::DAY_OF_MONTH ); in GetDateRef() 1440 nMyMonth= xCal->getValue( i18n::CalendarFieldIndex::MONTH ); in GetDateRef() 1441 nYear = xCal->getValue( i18n::CalendarFieldIndex::YEAR ); in GetDateRef() 1442 nHour = xCal->getValue( i18n::CalendarFieldIndex::HOUR ); in GetDateRef() 1443 nMinute = xCal->getValue( i18n::CalendarFieldIndex::MINUTE ); in GetDateRef() [all …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | standardcontrol.hxx | 112 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 127 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 145 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 163 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 210 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 256 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 301 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 327 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 351 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept… 431 …virtual ::com::sun::star::uno::Any SAL_CALL getValue() throw (::com::sun::star::uno::RuntimeExcept…
|
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/ |
H A D | TokenEncoder.java | 128 Debug.log(Debug.TRACE, "Encoding Token " + t.getValue() + " as [" + s + "]"); in getByte() 156 tmpByteArray.add(new Byte((byte)(t.getValue().length()))); in stringEncoder() 158 byte [] stringBytes = t.getValue().getBytes("UTF-16LE"); in stringEncoder() 176 double cellLong = (double) Double.parseDouble(t.getValue()); in numEncoder() 325 String nameString = t.getValue(); in nameDefinitionEncoder() 360 byte cellRefBytes[] = encodeCellCoordinates(t.getValue()); in cellRefEncoder() 404 parseString = t.getValue(); in threeDCellRefEncoder() 448 parseString = t.getValue(); in threeDAreaRefEncoder() 507 String param = t.getValue(); in areaRefEncoder()
|
/aoo41x/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | InsertDeleteRowAndColumn.java | 95 assertEquals("Verify one new row inserted after Row 2",checkvalue, cell.getValue(),0); in testInsertDeleteRows() 107 … assertEquals("Verify tow rows deleted the value of row 3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteRows() 108 … assertEquals("Verify tow rows deleted the value of row 4",checkvalueA4, cellA4.getValue(),0); in testInsertDeleteRows() 141 assertEquals("Verify if one new column inserted after Column A",checkvalue, cell.getValue(),0); in testInsertDeleteColumns() 153 … assertEquals("Verify after tow rows deleted, the value of A3",checkvalueA3, cellA3.getValue(),0); in testInsertDeleteColumns() 154 … assertEquals("Verify after tow rows deleted, the value of A4",checkvalueA4, cellA4.getValue(),0); in testInsertDeleteColumns()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 297 return getValue(columnIndex); in getString() 304 return getValue(columnIndex); in getBoolean() 311 return getValue(columnIndex); in getByte() 318 return getValue(columnIndex); in getShort() 325 return getValue(columnIndex); in getInt() 332 return getValue(columnIndex); in getLong() 339 return getValue(columnIndex); in getFloat() 346 return getValue(columnIndex); in getDouble() 353 return getValue(columnIndex); in getBytes() 360 return getValue(columnIndex); in getDate() [all …]
|