Home
last modified time | relevance | path

Searched refs:getValue (Results 26 – 50 of 811) sorted by relevance

12345678910>>...33

/trunk/main/registry/test/
H A Dtestmerge.cxx308 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey1/KeyWithLongValue"), (Re… in test_merge()
314 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey2/KeyWithStringValue"), (… in test_merge()
321 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey3/KeyWithUnicodeValue"), … in test_merge()
328 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1/MK1SubKey4/KeyWithBinaryValue"), (… in test_merge()
335 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey1/KeyWithBinaryValue"), (… in test_merge()
342 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey2/KeyWithUnicodeValue"), … in test_merge()
349 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey3/KeyWithStringValue"), (… in test_merge()
355 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey2/MK2SubKey4/KeyWithLongValue"), (Re… in test_merge()
366 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey12/KeyWithStringValue")… in test_merge()
373 …REG_ENSURE(!key1.getValue(OUString::createFromAscii("/MergeKey1u2/MK1SubKey13/KeyWithUnicodeValue"… in test_merge()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCalculatable.java62 double ergValue1 = xCells[2].getValue(); in _calculate()
63 double sourceValue1 = xCells[0].getValue(); in _calculate()
65 double ergValue2 = xCells[2].getValue(); in _calculate()
68 ergValue2 = xCells[2].getValue(); in _calculate()
76 double ergValue1 = xCells[2].getValue(); in _calculateAll()
77 double sourceValue1 = xCells[0].getValue(); in _calculateAll()
79 double ergValue2 = xCells[2].getValue(); in _calculateAll()
82 ergValue2 = xCells[2].getValue(); in _calculateAll()
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java516 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 …]
/trunk/main/connectivity/source/commontools/
H A DFDatabaseMetaDataResultSet.cxx203 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 Ddbtools.cxx1243 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 DRowFunctionParser.cxx113 …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()
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx272 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 Dfcomp.cxx376 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 …]
/trunk/main/editeng/source/uno/
H A Dunoipset.cxx325 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()
/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java219 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 …]
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx511 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 …]
/trunk/main/stoc/test/
H A Dtestiadapter.cxx347 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 …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java771 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 …]
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java434 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()
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx1337 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 …]
/trunk/main/xmloff/source/text/
H A DXMLRedlineExport.cxx226 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 Dtxtparae.cxx663 rPropSetHelper.getValue( PARA_STYLE_NAME_AUTO, rPropSet, in Add()
1981 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
1984 rPropSetHelper.getValue( PARA_STYLE_NAME, in exportParagraph()
2017 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2020 rPropSetHelper.getValue( PARA_CONDITIONAL_STYLE_NAME, in exportParagraph()
2038 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2042 rPropSetHelper.getValue( PARA_OUTLINE_LEVEL, //<-end in exportParagraph()
2059 rPropSetHelper.getValue( in exportParagraph()
2062 rPropSetHelper.getValue( in exportParagraph()
2067 rPropSetHelper.getValue( in exportParagraph()
[all …]
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx86 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()
/trunk/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx314 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMappingReadHandler.java55 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 DLengthCalculator.java59 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()
/trunk/main/sc/source/core/data/
H A Dsegmenttree.cxx56 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()
/trunk/main/svl/source/numbers/
H A Dzforfind.cxx1423 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 …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx297 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 …]
/trunk/main/extensions/source/propctrlr/
H A Dstandardcontrol.hxx112 …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…

Completed in 237 milliseconds

12345678910>>...33