Home
last modified time | relevance | path

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

12345

/AOO41X/main/crashrep/source/win32/
H A Dsoreport.cpp654 BOOL WriteReportFile( CrashReportParams *pParams ) in WriteReportFile() argument
676 …WideCharToMultiByte( CP_UTF8, 0, pParams->sTitle.c_str(), -1, szTitle, sizeof(szTitle), NULL, NULL… in WriteReportFile()
678 …WideCharToMultiByte( CP_UTF8, 0, pParams->sEmail.c_str(), -1, szEmail, sizeof(szEmail), NULL, NULL… in WriteReportFile()
686 pParams->fAllowContact ? "true" : "false", in WriteReportFile()
687 pParams->fAllowContact ? xml_encode(szEmail).c_str() : "" in WriteReportFile()
892 CrashReportParams *pParams = (CrashReportParams *)lParam; in PreviewDialogProc() local
906 aString.append( pParams->sTitle ); in PreviewDialogProc()
908 aString.append( pParams->sComment ); in PreviewDialogProc()
998 static void PreviewReport( HWND hwndParent, CrashReportParams *pParams ) in PreviewReport() argument
1002 WriteReportFile( pParams ); in PreviewReport()
[all …]
/AOO41X/main/sd/source/filter/html/
H A Dhtmlex.cxx460 const PropertyValue* pParams = rParams.getConstArray(); in InitExportParameters() local
464 if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "PublishMode" ) ) ) in InitExportParameters()
467 pParams->Value >>= temp; in InitExportParameters()
470 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "IndexURL" ) ) ) in InitExportParameters()
472 pParams->Value >>= aStr; in InitExportParameters()
475 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Format" ) ) ) in InitExportParameters()
478 pParams->Value >>= temp; in InitExportParameters()
481 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Compression" ) ) ) in InitExportParameters()
483 pParams->Value >>= aStr; in InitExportParameters()
493 else if( pParams->Name.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "Width" ) ) ) in InitExportParameters()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par2.cxx144 void ProcessDirection(const sal_uInt8* pParams);
146 void ProcessSprmTTableBorders(bool bVer67, const sal_uInt8* pParams);
1409 void WW8TabBandDesc::ProcessSprmTTableBorders(bool bVer67, const sal_uInt8* pParams) in ProcessSprmTTableBorders() argument
1416 aDefBrcs[i].aBits1[0] = pParams[ 2*i ]; in ProcessSprmTTableBorders()
1417 aDefBrcs[i].aBits1[1] = pParams[ 1+2*i ]; in ProcessSprmTTableBorders()
1421 memcpy( aDefBrcs, pParams, 24 ); in ProcessSprmTTableBorders()
1520 void WW8TabBandDesc::ProcessDirection(const sal_uInt8* pParams) in ProcessDirection() argument
1522 sal_uInt8 nStartCell = *pParams++; in ProcessDirection()
1523 sal_uInt8 nEndCell = *pParams++; in ProcessDirection()
1524 sal_uInt16 nCode = SVBT16ToShort(pParams); in ProcessDirection()
[all …]
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/main/desktop/win32/source/setup/
H A Dsetup.cpp915 TCHAR *pParams = new TCHAR[ nParLen ]; in Install() local
917 StringCchCopy( pParams, nParLen, PARAM_SETUP_USED ); in Install()
920 StringCchCat( pParams, nParLen, PARAM_REG_NO_MSO_TYPES ); in Install()
922 StringCchCat( pParams, nParLen, PARAM_REG_ALL_MSO_TYPES ); in Install()
925 StringCchCat( pParams, nParLen, m_pAdvertise ); in Install()
927 StringCchCat( pParams, nParLen, PARAM_ADMIN ); in Install()
929 StringCchCat( pParams, nParLen, PARAM_MINOR_UPGRADE ); in Install()
931 StringCchCat( pParams, nParLen, PARAM_PACKAGE ); in Install()
933 StringCchCat( pParams, nParLen, TEXT( "\"" ) ); in Install()
934 StringCchCat( pParams, nParLen, pDataBasePath ); in Install()
[all …]
/AOO41X/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()
/AOO41X/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()
796 else if( pMethod->pParams[i].bOut == sal_True) in invokeWithDispIdUnoTlb()
799 if(pMethod->pParams[i].bIn) in invokeWithDispIdUnoTlb()
805 switch( pMethod->pParams[i].pTypeRef->eTypeClass) 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()
[all …]
/AOO41X/main/cppu/source/typelib/
H A Dtypelib.cxx713 pTmp->pParams = 0; in typelib_typedescription_newEmpty()
1263 typelib_Parameter_Init * pParams, in typelib_typedescription_newInterfaceMethod() argument
1305 (*ppRet)->pParams = new typelib_MethodParameter[ nParams ]; in typelib_typedescription_newInterfaceMethod()
1310 (*ppRet)->pParams[ i ].pName = 0; in typelib_typedescription_newInterfaceMethod()
1311 rtl_uString_acquire( (*ppRet)->pParams[ i ].pName = pParams[i].pParamName ); in typelib_typedescription_newInterfaceMethod()
1312 (*ppRet)->pParams[ i ].pTypeRef = 0; in typelib_typedescription_newInterfaceMethod()
1315 &(*ppRet)->pParams[ i ].pTypeRef, pParams[i].eTypeClass, pParams[i].pTypeName ); in typelib_typedescription_newInterfaceMethod()
1316 (*ppRet)->pParams[ i ].bIn = pParams[i].bIn; in typelib_typedescription_newInterfaceMethod()
1317 (*ppRet)->pParams[ i ].bOut = pParams[i].bOut; in typelib_typedescription_newInterfaceMethod()
1526 rtl_uString_release( pIMTD->pParams[ i ].pName ); in typelib_typedescription_destructExtendedMembers()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/bridges/source/cpp_uno/gcc3_macosx_powerpc/
H A Dcpp2uno.cxx48 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
98 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
166 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp2uno_call()
249 if (pParams[nIndex].bIn) // is in/inout => was constructed in cpp2uno_call()
270 if (pParams[nIndex].bOut) // inout/out in cpp2uno_call()
426 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->pParams, in cpp_mediate()
/AOO41X/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()
/AOO41X/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx153 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
204 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
278 if (pParams[nIndex].bIn) in cpp_call()
280 if (pParams[nIndex].bOut) // inout in cpp_call()
429 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx168 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
222 const typelib_MethodParameter & rParam = pParams[nPos]; in cpp_call()
295 if (pParams[nIndex].bIn) in cpp_call()
297 if (pParams[nIndex].bOut) // inout in cpp_call()
477 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->pParams, in unoInterfaceProxyDispatch()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()

12345