Home
last modified time | relevance | path

Searched refs:retval (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl413 @retval S_OK
422 @retval S_OK
431 @retval S_OK
442 @retval S_OK
462 @retval S_OK
584 @retval S_OK
597 @retval S_OK
613 @retval S_OK
653 @retval S_OK
669 @retval S_OK
[all …]
H A DUAccCOM.idl55 …[id(30), helpstring("method Get_XAccChildID")] HRESULT Get_XAccChildID([out,retval] long* childID);
80 …[id(3), helpstring("method get_XInterface")] HRESULT get_XInterface([out,retval]long* pXInterface);
81 …[id(4), helpstring("method get_XSubInterface")] HRESULT get_XSubInterface([out,retval]long* pXSubI…
H A DAccessibleKeyBinding.idl35 [out, retval] long *nKeyBindings
64 [out, retval] long *actualKeyStrokeSequenceLength
/trunk/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c49 int retval = _vftprintf( fp, format, ap ); in _vsctprintf() local
52 return retval; in _vsctprintf()
93 int retval; in vsntprintf() local
98 retval = _vsntprintf( buffer, count, format, list ); in vsntprintf()
100 if ( retval < 0 ) in vsntprintf()
112 retval = _vsctprintf( format, list ); in vsntprintf()
114 else if ( (size_t)retval == count && count ) in vsntprintf()
124 return retval; in vsntprintf()
132 int retval; in sntprintf() local
135 retval = vsntprintf( buffer, count, format, list ); in sntprintf()
[all …]
/trunk/main/extensions/test/ole/AxTestComponents/
H A DAxTestComponents.idl70 …[propget, id(85), helpstring("property prpBool")] HRESULT prpBool([out, retval] VARIANT_BOOL *pVal…
72 …[propget, id(34), helpstring("property prpByte")] HRESULT prpByte([out, retval] unsigned char *pVa…
74 [propget, id(35), helpstring("property prpShort")] HRESULT prpShort([out, retval] short *pVal);
76 [propget, id(36), helpstring("property prpLong")] HRESULT prpLong([out, retval] long *pVal);
78 [propget, id(37), helpstring("property prpString")] HRESULT prpString([out, retval] BSTR *pVal);
80 [propget, id(38), helpstring("property prpFloat")] HRESULT prpFloat([out, retval] float *pVal);
82 [propget, id(39), helpstring("property prpDouble")] HRESULT prpDouble([out, retval] double *pVal);
84 …[propget, id(40), helpstring("property prpVariant")] HRESULT prpVariant([out, retval] VARIANT *pVa…
171 [propget, id(93), helpstring("property prpCY")] HRESULT prpCurrency([out, retval] CY* pVal);
173 [propget, id(94), helpstring("property prpDate")] HRESULT prpDate([out, retval] DATE* pVal);
[all …]
/trunk/main/migrationanalysis/src/wizard/
H A DOffice10Issues.bas95 Dim retval As Long ' return value variable
102 retval = RegCreateKeyEx(hKey, strPath, 0, "", 0, KEY_WRITE, _
104 If retval = 0 Then
105 retval = RegCloseKey(hKey)
124 Dim retval As Long ' return value variable
131 retval = RegCreateKeyEx(hKey, strPath, 0, "", 0, KEY_WRITE, _
133 If retval = ERROR_SUCCESS Then
247 Dim retval As Long variable
252 If retval = ERROR_SUCCESS Then
253 retval = RegDeleteValue(hKey, AccessVBOM)
[all …]
H A DUtilities.bas455 Dim retval As Long variable
457 retval = RegOpenKeyEx(hKey, lpSubKey, _
460 If retval = ERROR_SUCCESS Then
H A DCollectedFiles.cls487 Dim retval As Long
494 retval = SystemTimeToFileTime(sysDate, fileDate)
495 If (retval = 0) Then
/trunk/main/sal/rtl/source/
H A Dunload.cxx53 sal_Bool retval= sal_False; in isGreaterTimeValue() local
55 retval= sal_True; in isGreaterTimeValue()
59 retval= sal_True; in isGreaterTimeValue()
61 return retval; in isGreaterTimeValue()
93 sal_Bool retval= sal_False; in hasEnoughTimePassed() local
100 retval= sal_True; in hasEnoughTimePassed()
103 return retval; in hasEnoughTimePassed()
354 sal_Int32 retval; in getCookie() local
357 retval= cookieValue++; in getCookie()
360 retval= regainedCookies.front(); in getCookie()
[all …]
/trunk/main/extensions/source/activex/msidl/
H A Dso_activex.idl56 [out,retval] long* ret);
59 HRESULT getToolkit( [out,retval] IDispatch** retVal );
83 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
98 HRESULT getSlaveDispatchProvider( [out,retval] IDispatch** retVal );
104 HRESULT getMasterDispatchProvider( [out,retval] IDispatch** retVal );
115 [out,retval] IDispatch** retVal );
119 [out,retval] SAFEARRAY(VARIANT)* retVal );
140 HRESULT getInterceptedURLs( [out,retval] SAFEARRAY(BSTR)* pVal );
144 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
164 [out,retval] boolean* pbApproval );
[all …]
/trunk/main/idlc/source/
H A Dastexpression.cxx950 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bin_op() local
951 retval->et = eType; in eval_bin_op()
978 return retval.release(); in eval_bin_op()
1000 std::auto_ptr< AstExprValue > retval(new AstExprValue()); in eval_bit_op() local
1001 retval->et = ET_long; in eval_bit_op()
1024 return retval.release(); in eval_bit_op()
1044 retval->et = ET_double; in eval_un_op()
1049 retval->u.lval = m_subExpr1->getExprValue()->u.lval; in eval_un_op()
1052 retval->u.lval = -(m_subExpr1->getExprValue()->u.lval); in eval_un_op()
1058 retval->u.lval = ~m_subExpr1->getExprValue()->u.lval; in eval_un_op()
[all …]
H A Daststack.cxx71 AstScope *tmp, *retval; in nextToTop() local
78 retval = top(); // Get next one down in nextToTop()
80 return retval; // Return next one down in nextToTop()
/trunk/main/icc/source/create_sRGB_profile/
H A Dcreate_sRGB_profile.cpp158 double retval = 0.0; in computeIEC_RGBtoXYZ() local
160 retval = indata/12.92; in computeIEC_RGBtoXYZ()
162 retval = pow( (indata + 0.055)/1.055 , 2.4); in computeIEC_RGBtoXYZ()
164 return retval; in computeIEC_RGBtoXYZ()
169 icFloatNumber retval = 0.0; in computeIEC_XYZtoRGB() local
171 retval = indata*12.92; in computeIEC_XYZtoRGB()
173 retval = 1.055*pow( indata , icFloatNumber(1.0/2.4)) - 0.055; in computeIEC_XYZtoRGB()
176 return retval; in computeIEC_XYZtoRGB()
/trunk/main/sal/test/unloading/
H A DunloadTest.cxx269 sal_Bool retval=sal_False; in test3() local
303 retval= sal_True; in test3()
307 return retval; in test3()
624 sal_Bool retval=sal_False; in test9() local
647 retval= sal_False; in test9()
650 retval= sal_True; in test9()
651 return retval; in test9()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DOfficeGroupSectionLayoutController.java100 final AttributeMap retval = new AttributeMap(attrs); in computeAttributes() local
101 retval.setAttribute(JFreeReportInfo.REPORT_NAMESPACE, "repeated-section", OfficeToken.TRUE); in computeAttributes()
102 retval.makeReadOnly(); in computeAttributes()
103 return retval; in computeAttributes()
H A DTableCellLayoutController.java134 final FormattedTextElement retval = findFormattedTextElement((Section) node); in findFormattedTextElement() local
135 if (retval != null) in findFormattedTextElement()
137 return retval; in findFormattedTextElement()
H A DImageElementLayoutController.java194 int retval = 0; in findNodeInSection() local
217 return retval; in findNodeInSection()
219 retval += 1; in findNodeInSection()
/trunk/main/sal/workben/
H A Dtestpip2.cxx40 void fail( const char * pszText, int retval ) in fail() argument
43 fprintf( stderr, "TestPipe Client: test failed, ErrNo: %d.\n", retval ); in fail()
44 exit( retval ); in fail()
H A Dtestpipe.cxx52 void fail( const char * pszText, int retval ) in fail() argument
55 fprintf( stderr, "TestPipe Server: test failed, ErrNo: %d.\n", retval ); in fail()
58 exit( retval ); in fail()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx313 sal_Bool retval= sal_False; in isGreaterTimeValue() local
315 retval= sal_True; in isGreaterTimeValue()
319 retval= sal_True; in isGreaterTimeValue()
321 return retval; in isGreaterTimeValue()
/trunk/main/sal/osl/unx/
H A Dsystem.c91 int retval = 0; in getpwuid_r() local
136 retval = 0 ; in getpwuid_r()
140 retval = ENOMEM; in getpwuid_r()
143 retval = errno ; in getpwuid_r()
147 return retval; in getpwuid_r()
/trunk/main/odk/examples/OLE/activex/
H A Dso_activex.idl58 [out,retval] long* ret);
61 HRESULT getToolkit( [out,retval] IDispatch** retVal );
85 HRESULT Bridge_implementedInterfaces([out, retval] SAFEARRAY(BSTR) *pVal);
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java88 int retval = (int) size; in I() local
89 retval |= ParaStyle.LH_PCT; in I()
90 return retval; in I()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java434 final OfficeImage retval = new OfficeImage(urlString, widthVal, heightVal); in produceFromURL() local
435 imageCache.put(uri, retval); in produceFromURL()
436 return retval; in produceFromURL()
/trunk/main/postprocess/checkdeliver/
H A Dcheckdeliver.pl293 my $retval = shift;
300 exit $retval;

Completed in 132 milliseconds

12