Home
last modified time | relevance | path

Searched refs:returnValue (Results 1 – 25 of 30) sorted by relevance

12

/aoo41x/main/svtools/source/table/
H A Dcellvalueconversion.cxx186 double returnValue(0); in convertToDouble() local
187 ::rtl::math::setNan( &returnValue ); in convertToDouble()
189 return returnValue; in convertToDouble()
252 double returnValue(0); in convertToDouble() local
253 ::rtl::math::setNan( &returnValue ); in convertToDouble()
267 return returnValue; in convertToDouble()
286 double returnValue(0); in convertToDouble() local
287 ::rtl::math::setNan( &returnValue ); in convertToDouble()
297 return returnValue; in convertToDouble()
316 double returnValue(0); in convertToDouble() local
[all …]
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DSolarisInstaller.java175 int returnValue; in installPackage() local
215 if ( returnValue == 0 ) { in installPackage()
216 … log = pkgCommand + "<br><b>Returns: " + returnValue + " Successful installation</b><br>"; in installPackage()
273 int returnValue; in uninstallPackage() local
303 if ( returnValue == 0 ) { in uninstallPackage()
304 … log = pkgCommand + "<br><b>Returns: " + returnValue + " Successful uninstallation</b><br>"; in uninstallPackage()
311 … log = pkgCommand + "<br><b>Returns: " + returnValue + " Error during uninstallation</b><br>"; in uninstallPackage()
355 int returnValue = ExecuteProcess.executeProcessReturnValue(pkgCommandArray); in isPackageNameInstalledClassic() local
357 if ( returnValue == 0 ) { in isPackageNameInstalledClassic()
359 … String log = pkgCommand + "<br><b>Returns: " + returnValue + " Package is installed" + "</b><br>"; in isPackageNameInstalledClassic()
[all …]
H A DLinuxInstaller.java120 …int returnValue = ExecuteProcess.executeProcessReturnVector(rpmCommandArray, returnVector, returnE… in getChangeInstallDir() local
281 if ( returnValue == 0 ) { in installPackage()
282 … log = rpmCommand + "<br><b>Returns: " + returnValue + " Successful installation</b><br>"; in installPackage()
289 … log = rpmCommand + "<br><b>Returns: " + returnValue + " Error during installation</b><br>"; in installPackage()
412 if ( returnValue == 0 ) { in uninstallPackage()
413 … log = rpmCommand + "<br><b>Returns: " + returnValue + " Successful uninstallation</b><br>"; in uninstallPackage()
420 … log = rpmCommand + "<br><b>Returns: " + returnValue + " Error during uninstallation</b><br>"; in uninstallPackage()
485 int returnValue = ExecuteProcess.executeProcessReturnValue(rpmCommandArray); in isPackageInstalledClassic() local
487 if ( returnValue == 0 ) { in isPackageInstalledClassic()
490 … String log = rpmCommand + "<br><b>Returns: " + returnValue + " Package is installed" + "</b><br>"; in isPackageInstalledClassic()
[all …]
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s32 subl $0x4,%esp # 32bit returnValue
33 pushl %esp # 32bit &returnValue
38 movl 16(%esp),%eax # 32bit returnValue
70 subl $0x8,%esp # 64bit returnValue
71 pushl %esp # 32bit &returnValue
91 subl $0x4,%esp # 32bit returnValue
97 flds 16(%esp) # 32bit returnValue
111 subl $0x8,%esp # 64bit returnValue
117 fldl 16(%esp) # 64bit returnValue
131 subl $0x4,%esp # 32bit returnValue
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s35 pushl %esp # 32bit &returnValue
40 movl 16(%esp),%eax # 32bit returnValue
77 pushl %esp # 32bit &returnValue
82 movl 16(%esp),%eax # 64bit returnValue, lower half
83 movl 20(%esp),%edx # 64bit returnValue, upper half
100 pushl %esp # 32bit &returnValue
105 flds 16(%esp) # 32bit returnValue
122 pushl %esp # 32bit &returnValue
127 fldl 16(%esp) # 64bit returnValue
144 pushl %esp # 32bit &returnValue
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s35 pushl %esp # 32bit &returnValue
40 movl 16(%esp),%eax # 32bit returnValue
77 pushl %esp # 32bit &returnValue
82 movl 16(%esp),%eax # 64bit returnValue, lower half
83 movl 20(%esp),%edx # 64bit returnValue, upper half
100 pushl %esp # 32bit &returnValue
105 flds 16(%esp) # 32bit returnValue
122 pushl %esp # 32bit &returnValue
127 fldl 16(%esp) # 64bit returnValue
144 pushl %esp # 32bit &returnValue
[all …]
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Dcall.s35 pushl %esp # 32bit &returnValue
40 movl 16(%esp),%eax # 32bit returnValue
75 subl $0x8,%esp # 64bit returnValue
76 pushl %esp # 32bit &returnValue
98 pushl %esp # 32bit &returnValue
103 flds 16(%esp) # 32bit returnValue
118 subl $0x8,%esp # 64bit returnValue
119 pushl %esp # 32bit &returnValue
124 fldl 16(%esp) # 64bit returnValue
140 pushl %esp # 32bit &returnValue
[all …]
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DExecuteProcess.java38 int returnValue = 0; in executeProcessReturnValue() local
43 returnValue = p.exitValue(); in executeProcessReturnValue()
50 return returnValue; in executeProcessReturnValue()
55 int returnValue = -3; in executeProcessReturnVector() local
70 returnValue = p.exitValue(); in executeProcessReturnVector()
78 return returnValue; in executeProcessReturnVector()
83 int returnValue = -3; in executeProcessReturnVectorEnv() local
99 returnValue = p.exitValue(); in executeProcessReturnVectorEnv()
107 return returnValue; in executeProcessReturnVectorEnv()
H A DController.java86 int returnValue; in collectSystemLanguages() local
92returnValue = ExecuteProcess.executeProcessReturnVector(pkgCommandArray, returnVector, returnError… in collectSystemLanguages()
94 if ( returnValue == 0 ) { in collectSystemLanguages()
95 log = pkgCommand + "<br><b>Returns: " + returnValue + " Successful command</b><br>"; in collectSystemLanguages()
124 log = pkgCommand + "<br><b>Returns: " + returnValue + " An error occured</b><br>"; in collectSystemLanguages()
/aoo41x/main/binaryurp/source/
H A Dwriter.cxx76 returnValue(theReturnValue), setCurrentContextMode(theSetCurrentContextMode) in Item()
100 bool exception, BinaryAny const & returnValue, in sendDirectReply() argument
104 sendReply(tid, member, false, exception, returnValue,outArguments); in sendDirectReply()
122 bool exception, BinaryAny const & returnValue, in queueReply() argument
128 tid, member, setter, exception, returnValue, outArguments, in queueReply()
186 item.returnValue, item.arguments); in run()
361 bool exception, BinaryAny const & returnValue, in sendReply() argument
376 returnValue); in sendReply()
388 returnValue); in sendReply()
399 returnValue); in sendReply()
H A Dproxy.cxx108 typelib_TypeDescription const * member, void * returnValue, in do_dispatch() argument
113 do_dispatch_throw(member, returnValue, arguments, exception); in do_dispatch()
145 typelib_TypeDescription const * member, void * returnValue, in do_dispatch_throw() argument
154 setter = returnValue == 0; in do_dispatch_throw()
206 uno_copyData(returnValue, ret.getValue(t), t.get(), 0); in do_dispatch_throw()
217 uno_copyData(returnValue, ret.getValue(t), t.get(), 0); in do_dispatch_throw()
H A Dincomingrequest.cxx131 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const in execute_throw() argument
134 returnValue != 0 && in execute_throw()
135 returnValue->getType().equals( in execute_throw()
177 *returnValue = BinaryAny( in execute_throw()
253 *returnValue = BinaryAny( in execute_throw()
260 *returnValue = BinaryAny(retType, &retBuf[0]); in execute_throw()
H A Dwriter.hxx79 bool exception, BinaryAny const & returnValue,
91 bool exception, BinaryAny const & returnValue,
116 bool exception, BinaryAny const & returnValue,
158 BinaryAny returnValue; // reply member
H A Dbridge.cxx547 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) in makeCall() argument
574 *returnValue = resp->returnValue; in makeCall()
593 bool exception, BinaryAny const & returnValue) in handleRequestChangeReply() argument
595 throwException(exception, returnValue); in handleRequestChangeReply()
597 returnValue.getValue( in handleRequestChangeReply()
642 bool exception, BinaryAny const & returnValue) in handleCommitChangeReply() argument
646 throwException(exception, returnValue); in handleCommitChangeReply()
H A Dincomingreply.hxx41 exception(theException), returnValue(theReturnValue), in IncomingReply()
47 BinaryAny returnValue; member
H A Dbridge.hxx141 std::vector< BinaryAny > const & inArguments, BinaryAny * returnValue,
149 bool exception, BinaryAny const & returnValue);
152 void handleCommitChangeReply(bool exception, BinaryAny const & returnValue);
H A Dproxy.hxx62 typelib_TypeDescription const * member, void * returnValue,
74 typelib_TypeDescription const * member, void * returnValue,
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx130 typelib_MethodParameter * parameters, void * returnValue, void ** arguments, in call() argument
146 ret = retconv ? alloca(rtd->nSize) : returnValue; in call()
367 fp_storef0(reinterpret_cast< float * >(returnValue)); in call()
370 fp_stored0(reinterpret_cast< double * >(returnValue)); in call()
376 std::memcpy(returnValue, stack, rtd->nSize); in call()
381 returnValue, in call()
388 returnValue, ret, rtd, proxy->getBridge()->getCpp2Uno()); in call()
/aoo41x/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java170 ITypeDescription[] outParameters, ITypeDescription returnValue) in MethodSignature() argument
176 this.returnValue = returnValue; in MethodSignature()
201 description.getReturnSignature().equals(returnValue)); in test()
208 private final ITypeDescription returnValue; field in TypeDescription_Test.MethodSignature
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseDirectoryCtrl.java153 …int returnValue = JOptionPane.showConfirmDialog(null, message, title, JOptionPane.YES_NO_OPTION, J… in afterShow() local
155 if ( returnValue == JOptionPane.YES_OPTION ) { in afterShow()
160 else if (returnValue == JOptionPane.NO_OPTION) { in afterShow()
/aoo41x/main/extensions/source/macosx/spotlight/
H A DOOoSpotlightImporter.m187 NSData *returnValue = [NSData dataWithData:data];
190 return returnValue;
224 NSData *returnValue = [NSData dataWithData:data];
227 return returnValue;
/aoo41x/main/pyuno/source/module/
H A Dpyuno_util.cxx203 const Any &returnValue, in logReply() argument
215 val2str( returnValue.getValue(), returnValue.getValueTypeRef(), VAL2STR_MODE_SHALLOW) ); in logReply()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java57 …int returnValue = ExecuteProcess.executeProcessReturnVector(mktempCommandArray, returnVector, retu… in createLocalTempDir() local
80 returnValue = ExecuteProcess.executeProcessReturnValue(linkCommandArray); in createLocalTempDir()
82 log = linkCommand + "<br><b>Returns: " + returnValue + "</b><br>"; in createLocalTempDir()
H A DLinuxHelper.java73 …int returnValue = ExecuteProcess.executeProcessReturnVector(rpmCommandArray, returnVector, returnE… in getPackageNameFromRpm() local
400 …int returnValue = ExecuteProcess.executeProcessReturnVector(rpmQueryArray, returnVector, returnErr… in investigateDebian() local
477 …int returnValue = ExecuteProcess.executeProcessReturnVector(rpmQueryArray, returnVector, returnErr… in getRelocationString() local
/aoo41x/main/extensions/source/ole/
H A Dunoobjw.cxx916 Any returnValue; in doInvoke() local
922 returnValue = m_xInvocation->invoke(name, in doInvoke()
949 anyToVariant(pvarResult, returnValue); in doInvoke()
1006 Any returnValue = m_xInvocation->getValue( name); in doGetProperty() local
1009 anyToVariant(pvarResult, returnValue); in doGetProperty()

Completed in 108 milliseconds

12