Home
last modified time | relevance | path

Searched refs:pParams (Results 1 – 25 of 111) sorted by relevance

12345

/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1002 WriteReportFile( pParams ); in PreviewReport()
1009 (LPARAM)pParams in PreviewReport()
1142 (LPARAM)pParams in OptionsDialog()
1144 pParams->WriteToRegistry(); in OptionsDialog()
1259 pParams->sTitle = szBuffer; in ReportDialogProc()
1265 pParams->sEmail = szBuffer; in ReportDialogProc()
1466 pParams->sTitle = szBuffer; in DialogProc()
1472 pParams->sEmail = szBuffer; in DialogProc()
1474 if ( pParams->fAllowContact && !pParams->sEmail.length() ) in DialogProc()
1485 pParams->WriteToRegistry(); in DialogProc()
[all …]
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx467 pParams->Value >>= temp; in InitExportParameters()
472 pParams->Value >>= aStr; in InitExportParameters()
478 pParams->Value >>= temp; in InitExportParameters()
483 pParams->Value >>= aStr; in InitExportParameters()
496 pParams->Value >>= temp; in InitExportParameters()
502 pParams->Value >>= temp; in InitExportParameters()
517 pParams->Value >>= temp; in InitExportParameters()
522 pParams->Value >>= aStr; in InitExportParameters()
527 pParams->Value >>= aStr; in InitExportParameters()
532 pParams->Value >>= aStr; in InitExportParameters()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx1539 sal_uInt8 nLen = pParams ? *(pParams - 1) : 0; in ProcessSpacing()
1548 ++pParams; //Skip which cell in ProcessSpacing()
1549 ++pParams; //unknown byte in ProcessSpacing()
1553 ++pParams; //unknown byte in ProcessSpacing()
1582 sal_uInt8 nLen = pParams ? *(pParams - 1) : 0; in ProcessSpecificSpacing()
1591 ++pParams; //unknown byte in ProcessSpecificSpacing()
1599 sal_uInt8 nUnknown2 = *pParams; in ProcessSpecificSpacing()
1602 ++pParams; in ProcessSpecificSpacing()
1708 const sal_uInt8 *pParams; in HasTabCellSprm() local
1716 return pParams; in HasTabCellSprm()
[all …]
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx135 typelib_MethodParameter * pParams = 0; in s_Proxy_dispatch() local
148 pParams = NULL; in s_Proxy_dispatch()
157 pParams = &param; in s_Proxy_dispatch()
166 pParams = method_td->pParams; in s_Proxy_dispatch()
175 pParams, in s_Proxy_dispatch()
399 typelib_MethodParameter * pParams, in dispatch() argument
411 pParams, in dispatch()
434 typelib_MethodParameter const & param = pParams[nPos]; in dispatch()
464 typelib_MethodParameter const & param = pParams[nPos]; in dispatch()
497 typelib_MethodParameter const & param = pParams[nPos]; in dispatch()
[all …]
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx64 ScTokenVec* pParams; // parameter stack member in ScJumpMatrix
81 , pParams( NULL ) in ScJumpMatrix()
100 if ( pParams ) in ~ScJumpMatrix()
103 pParams->begin(); i != in ~ScJumpMatrix()
104 pParams->end(); ++i ) in ~ScJumpMatrix()
108 delete pParams; in ~ScJumpMatrix()
158 { pParams = p; } in SetJumpParameters()
159 const ScTokenVec* GetJumpParameters() const { return pParams; } in GetJumpParameters()
/trunk/main/desktop/win32/source/setup/
H A Dsetup.cpp969 TCHAR *pParams = new TCHAR[ nParLen ]; in Install() local
979 StringCchCat( pParams, nParLen, m_pAdvertise ); in Install()
981 StringCchCat( pParams, nParLen, PARAM_ADMIN ); in Install()
987 StringCchCat( pParams, nParLen, TEXT( "\"" ) ); in Install()
988 StringCchCat( pParams, nParLen, pDataBasePath ); in Install()
989 StringCchCat( pParams, nParLen, TEXT( "\"" ) ); in Install()
996 StringCchCat( pParams, nParLen, PARAM_PATCH ); in Install()
1004 StringCchCat( pParams, nParLen, pTransform ); in Install()
1010 StringCchCat( pParams, nParLen, TEXT( " " ) ); in Install()
1011 StringCchCat( pParams, nParLen, m_pCmdLine ); in Install()
[all …]
/trunk/main/extensions/source/ole/
H A Doleobjw.cxx775 if( pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb()
791 if( pMethod->pParams[i].bIn == sal_True && ! pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb()
799 if(pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
809 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
820 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
829 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
838 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
847 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
858 if( ! pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
944 if( pMethod->pParams[i].bIn == sal_True && ! pMethod->pParams[i].bOut) in invokeWithDispIdUnoTlb()
[all …]
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx711 pTmp->pParams = 0; in typelib_typedescription_newEmpty()
1261 typelib_Parameter_Init * pParams, in typelib_typedescription_newInterfaceMethod() argument
1308 (*ppRet)->pParams[ i ].pName = 0; in typelib_typedescription_newInterfaceMethod()
1309 rtl_uString_acquire( (*ppRet)->pParams[ i ].pName = pParams[i].pParamName ); in typelib_typedescription_newInterfaceMethod()
1313 &(*ppRet)->pParams[ i ].pTypeRef, pParams[i].eTypeClass, pParams[i].pTypeName ); in typelib_typedescription_newInterfaceMethod()
1314 (*ppRet)->pParams[ i ].bIn = pParams[i].bIn; in typelib_typedescription_newInterfaceMethod()
1315 (*ppRet)->pParams[ i ].bOut = pParams[i].bOut; in typelib_typedescription_newInterfaceMethod()
1527 delete [] pIMTD->pParams; in typelib_typedescription_destructExtendedMembers()
1996 newMethod->pParams[i].pName in createDerivedInterfaceMemberDescription()
2001 newMethod->pParams[i].bIn = baseMethod->pParams[i].bIn; in createDerivedInterfaceMemberDescription()
[all …]
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx63 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
107 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
163 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
182 if ( pParams[nIndex].bOut ) // inout/out in cpp2uno_call()
325 pMethodTD->pParams, in cpp_vtable_call()
501 typelib_MethodParameter *pParams, sal_Int32 nParams, in findFirst4Win64ArgumentTypes() argument
526 TYPELIB_DANGER_GET( &pParamTypeDescr, pParams[param].pTypeRef ); in findFirst4Win64ArgumentTypes()
529 isArgFloat[index++] = !pParams[param].bOut && in findFirst4Win64ArgumentTypes()
577 findFirst4Win64ArgumentTypes(pMethodTD->pParams, pMethodTD->nParams, in addLocalFunctions()
H A Duno2cpp.cxx57 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
99 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
209 if (pParams[nIndex].bIn) in cpp_call()
211 if (pParams[nIndex].bOut) // inout in cpp_call()
347 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx221 if (mtd->pParams[j].bIn) { in execute_throw()
224 mtd->pParams[j].pTypeRef)); in execute_throw()
229 mtd->pParams[j].pTypeRef). in execute_throw()
234 if (mtd->pParams[j].bOut) { in execute_throw()
275 if (mtd->pParams[k].bOut) { in execute_throw()
278 mtd->pParams[k].pTypeRef), in execute_throw()
281 if (!mtd->pParams[k].bIn) { in execute_throw()
283 &(*j++)[0], mtd->pParams[k].pTypeRef, 0); in execute_throw()
H A Dproxy.cxx172 if (mtd->pParams[i].bIn) { in do_dispatch_throw()
175 css::uno::TypeDescription(mtd->pParams[i].pTypeRef), in do_dispatch_throw()
221 if (mtd->pParams[j].bOut) { in do_dispatch_throw()
222 css::uno::TypeDescription pt(mtd->pParams[j].pTypeRef); in do_dispatch_throw()
223 if (mtd->pParams[j].bIn) { in do_dispatch_throw()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx50 sal_Int32 nParams, typelib_MethodParameter const * pParams, in call_uno() argument
90 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
115 typelib_MethodParameter const & param = pParams[n]; in call_uno()
136 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
151 uno_type_destructData( uno_args[n], pParams[n].pTypeRef, 0 ); in call_uno()
191 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx176 sal_Int32 nParams, typelib_MethodParameter const * pParams, in call_uno() argument
213 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
249 typelib_MethodParameter const & p = pParams[ n ]; in call_uno()
278 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
300 uno_args[ n ], pParams[ n ].pTypeRef, 0 ); in call_uno()
364 typelib_MethodParameter const & param = pParams[ nPos ]; in call_uno()
547 method_td->nParams, method_td->pParams, in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx60 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
111 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
211 if (pParams[nIndex].bIn) in cpp_call()
213 if (pParams[nIndex].bOut) // inout in cpp_call()
374 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx162 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
213 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
287 if (pParams[nIndex].bIn) in cpp_call()
289 if (pParams[nIndex].bOut) // inout in cpp_call()
438 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx157 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
208 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
282 if (pParams[nIndex].bIn) in cpp_call()
284 if (pParams[nIndex].bOut) // inout in cpp_call()
433 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx143 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
190 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
258 if (pParams[nIndex].bIn) in cpp_call()
260 if (pParams[nIndex].bOut) // inout in cpp_call()
410 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in cppu_unoInterfaceProxy_dispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx146 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
197 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
268 if (pParams[nIndex].bIn) in cpp_call()
270 if (pParams[nIndex].bOut) // inout in cpp_call()
420 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/stoc/source/corereflection/
H A Dcriface.cxx523 getMethodTypeDescr()->pParams; in getParameterTypes()
548 getMethodTypeDescr()->pParams; in getParameterInfos()
639 typelib_MethodParameter * pParams = getMethodTypeDescr()->pParams; in invoke() local
652 TYPELIB_DANGER_GET( ppParamTypes + nPos, pParams[nPos].pTypeRef ); in invoke()
656 if (pParams[nPos].bIn) in invoke()
714 if (pParams[nPos].bIn) in invoke()
739 if (pParams[nParams].bIn) in invoke()
762 if (pParams[nParams].bOut) // write back in invoke()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx62 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
118 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
222 if (pParams[nIndex].bIn) in cpp_call()
224 if (pParams[nIndex].bOut) // inout in cpp_call()
396 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx283 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
333 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
420 if (pParams[nIndex].bIn) in cpp_call()
422 if (pParams[nIndex].bOut) // inout in cpp_call()
578 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx155 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
206 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
277 if (pParams[nIndex].bIn) in cpp_call()
279 if (pParams[nIndex].bOut) // inout in cpp_call()
429 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx278 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
328 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
415 if (pParams[nIndex].bIn) in cpp_call()
417 if (pParams[nIndex].bOut) // inout in cpp_call()
573 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx164 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
230 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
312 if (pParams[nIndex].bIn) in cpp_call()
314 if (pParams[nIndex].bOut) // inout in cpp_call()
478 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()

Completed in 194 milliseconds

12345