Home
last modified time | relevance | path

Searched refs:getValue (Results 176 – 200 of 776) sorted by relevance

12345678910>>...32

/aoo41x/main/filter/source/msfilter/
H A Deschesdo.cxx210 xXIndexAccess->getByIndex( n ).getValue() ); in ImplWriteShape()
325 eCircleKind = *( (CircleKind*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
360 nStartAngle = *( (sal_Int32*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
363 nEndAngle = *( (sal_Int32*)rObj.GetUsrAny().getValue() ); in ImplWriteShape()
718 (*((sal_uInt16*)rObj.GetUsrAny().getValue()) ) == mpEscherEx->GetHellLayerId() ) in ImplWriteShape()
908 mXShapes->getByIndex( n ).getValue() ); in ImplWritePage()
/aoo41x/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx66 value.getValue() )); in to_cli_constant()
71 value.getValue() )); in to_cli_constant()
75 value.getValue() )); in to_cli_constant()
79 value.getValue() )); in to_cli_constant()
83 value.getValue() )); in to_cli_constant()
87 value.getValue() )); in to_cli_constant()
91 value.getValue() )); in to_cli_constant()
95 value.getValue() )); in to_cli_constant()
99 value.getValue() )); in to_cli_constant()
103 value.getValue() )); in to_cli_constant()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/form/component/
H A D_DataForm.java59 + ((Enum)obj).getValue(); in _NavigationBarMode()
79 + ((Enum)obj).getValue(); in _Cycle()
H A D_DatabaseForm.java61 + ((Enum)obj).getValue(); in _NavigationBarMode()
83 + ((Enum)obj).getValue(); in _Cycle()
/aoo41x/main/qadevOOo/runner/graphical/
H A DJPEGEvaluator.java95 String sStatusRunThrough = aResultIniFile.getValue("global", "state"); in checkOneFile()
96 String sStatusMessage = aResultIniFile.getValue("global", "info"); in checkOneFile()
H A DEnhancedComplexTestCase.java233 String sValue = aIniFile.getValue(_sBasename, "report" + i); in runThroughEveryReportInIndex()
454 String sValue = aIniFile.getValue(sBasename, "report" + i); in foreachResultCreateHTML()
476 String sStatusRunThrough = aIniFile2.getValue("global", "state"); in foreachResultCreateHTML()
/aoo41x/main/oox/source/drawingml/
H A Dtextspacingcontext.cxx56 maSpacing.nValue = GetPercent( xAttribs->getValue( XML_val ) ); in createFastChildContext()
60 maSpacing.nValue = GetTextSpacingPoint( xAttribs->getValue( XML_val ) ); in createFastChildContext()
/aoo41x/main/xmerge/source/pexcel/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DToken.java116 public String getValue() { in getValue() method in Token
145 return getValue(); in toString()
/aoo41x/main/writerfilter/source/doctok/
H A DDff.cxx268 WW8ValueSharedPointer_t & getValue(int nId_) in getValue() function in writerfilter::doctok::DffOPTHandler
295 WW8ValueSharedPointer_t pVal = aHandler.getValue(260); in getShapeBid()
310 Value::Pointer_t DffRecord::getValue() in getValue() function in writerfilter::doctok::DffRecord
/aoo41x/main/connectivity/source/inc/odbc/
H A DOTools.hxx204 static void getValue( OConnection* _pConnection,
256 template <class T> void getValue( OConnection* _pConnection, in getValue() function
264 …OTools::getValue(_pConnection,_aStatementHandle,columnIndex,_nType,_bWasNull,_xInterface,&_rValue,… in getValue()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/draw/
H A DObjectOleReadHandler.java60 final String url = attrs.getValue(OfficeNamespaces.XLINK_NS, "href"); in startParsing()
66 String classid = attrs.getValue(OfficeNamespaces.DRAWING_NS, "class-id"); in startParsing()
/aoo41x/main/registry/test/
H A Dtestregcpp.cxx143 REG_ENSURE(!key2.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9a"); in test_coreReflection()
258 REG_ENSURE(!key5.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9c1"); in test_coreReflection()
323 REG_ENSURE(!key7.getValue(OUString(), (void*)readBlop) , "testCoreReflection error 9e2"); in test_coreReflection()
509 REG_ENSURE(!key2.getValue(OUString(), readValue), "test_registry_CppApi error 10"); in test_registry_CppApi()
560 …REG_ENSURE(!rootKey.getValue(OUString::createFromAscii("mySixthKey"), pTmpValue), "test_registry_C… in test_registry_CppApi()
/aoo41x/main/sal/rtl/source/
H A Dbootstrap.cxx325 bool getValue(
446 getValue( in FundamentalIniData()
466 bool Bootstrap_Impl::getValue( in getValue() function in Bootstrap_Impl
741 found = static_cast< Bootstrap_Impl * >( handle )->getValue( in rtl_bootstrap_get_from_handle()
906 (file == NULL ? get_static_bootstrap_handle() : file)->getValue( in lookup()
/aoo41x/main/registry/source/
H A Dregkey.cxx429 RegError REGISTRY_CALLTYPE getValue(RegKeyHandle hKey, in getValue() function
448 _ret1 = pSubKey->getValue(valueName, pValue); in getValue()
458 return pKey->getValue(valueName, pValue); in getValue()
897 return getValue(hKey, keyName, pData); in reg_getValue()
/aoo41x/main/svx/source/inc/
H A Dtypeconversionclient.hxx57 inline double getValue( in getValue() function in svxform::OTypeConversionClient
63 nReturn = m_xTypeConversion->getValue( _rxVariant, _rNullDate ); in getValue()
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XDataPilotTable.java93 double oldData = xCellForCheck.getValue(); in _refresh()
95 double newData = xCellForCheck.getValue(); in _refresh()
/aoo41x/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2894 memcpy(&pvData->bVal, rAnyVal.getValue(), sizeof(sal_Char)); in ConvertAnyToVariant()
2899 memcpy(&pvData->boolVal, rAnyVal.getValue(), sizeof(sal_Bool)); in ConvertAnyToVariant()
2904 memcpy(&pvData->bVal, rAnyVal.getValue(), sizeof(sal_Int8)); in ConvertAnyToVariant()
2909 memcpy(&pvData->iVal, rAnyVal.getValue(), sizeof(sal_Int16)); in ConvertAnyToVariant()
2914 memcpy(&pvData->iVal, rAnyVal.getValue(), sizeof(sal_uInt16)); in ConvertAnyToVariant()
2919 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_Int32)); in ConvertAnyToVariant()
2924 memcpy(&pvData->lVal, rAnyVal.getValue(), sizeof(sal_uInt32)); in ConvertAnyToVariant()
2929 memcpy(&pvData->fltVal, rAnyVal.getValue(), sizeof(float)); in ConvertAnyToVariant()
2934 memcpy(&pvData->dblVal, rAnyVal.getValue(), sizeof(double)); in ConvertAnyToVariant()
/aoo41x/main/sc/qa/complex/dataPilot/
H A D_XDataPilotTable.java123 double oldData = xCellForCheck.getValue(); in _refresh()
125 double newData = xCellForCheck.getValue(); in _refresh()
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/
H A DMasterDetailReadHandler.java69 final String master = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "master"); in startParsing()
72 final String detail = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "detail"); in startParsing()
H A DReportElementReadHandler.java68 …final String printWhenGroupChanges = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-when-grou… in startParsing()
70 …final String printRepeatingValues = attrs.getValue(OfficeNamespaces.OOREPORT_NS, "print-repeated-v… in startParsing()
/aoo41x/main/cppu/inc/cppu/
H A DMap.hxx83 const_cast<void *>(any.getValue()), in mapOutAny()
103 const_cast<void *>(any.getValue()), in mapInAny()
/aoo41x/main/toolkit/workben/layout/
H A Deditor.cxx798 rtl::OUString getValue() in getValue() function
931 rtl::OUString str = anyToString( getValue() ); in load()
935 mpEdit->SetText( getValue() ); in load()
970 OUString text = getValue(); in load()
1024 Check( getValue().toInt64() != 0 ); in load()
1055 SelectEntryPos( sal::static_int_cast< USHORT >( getValue().toInt32() ) ); in load()
1095 SetText( getValue() ); in load()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java46 String env = entry.getKey() + "=" + entry.getValue(); in convertHashmapToStringArray()
84 String line = entry.getKey() + "=" + entry.getValue(); in convertHashMapToVector()
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_XCell.java125 value = (double) oObj.getValue(); in _getValue()
157 cellValue = (double) oObj.getValue() ; in _setValue()
/aoo41x/main/qadevOOo/runner/convwatch/
H A DBuildID.java102 sBuildID = aIniFile.getValue("Bootstrap", "buildid"); in getBuildIDFromBootstrap()
127 sBuildID = aIniFile.getValue("Version", "buildid"); in getBuildIDFromVersion()

Completed in 113 milliseconds

12345678910>>...32