Home
last modified time | relevance | path

Searched refs:nParams (Results 51 – 75 of 97) sorted by relevance

1234

/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx180 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
185 sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
223 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
225 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
227 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
231 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
496 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
H A Dcpp2uno.cxx56 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
104 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams ); in cpp2uno_call()
105 void ** pCppArgs = pUnoArgs + nParams; in cpp2uno_call()
108 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
111 (typelib_TypeDescription **)(pUnoArgs + (3 * nParams)); in cpp2uno_call()
115 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call()
520 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->nParams, in cpp_mediate()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx209 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
213 sal_uInt64 * pStack = (sal_uInt64 *)alloca( (nParams+3) * sizeof(sal_Int64) ); in cpp_call()
252 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
254 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
256 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
260 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
513 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/automation/source/server/
H A DXMLParser.cxx446 if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
469 if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
472 if( (nParams & PARAM_BOOL_1) && bBool1 ) in HandleSAXParser()
524 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
536 …if( (nParams & PARAM_USHORT_1) && ValueOK( rtl::OString(), RcString( nMethodId ), nNr1, xAttribute… in HandleSAXParser()
541 else if( (nParams & PARAM_STR_1) && xAttributeList.is() ) in HandleSAXParser()
578 if( (nParams & PARAM_USHORT_1) && !(nParams & PARAM_STR_1) ) in HandleSAXParser()
594 else if( (nParams & PARAM_STR_1) ) in HandleSAXParser()
623 if( (nParams & PARAM_USHORT_1) ) in HandleSAXParser()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx310 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
314 sal_uInt64 * pStack = (sal_uInt64 *)alloca( (nParams+3) * sizeof(sal_Int64) ); in cpp_call()
369 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
371 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
373 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
378 fprintf(stderr, "n params is %d\n", nParams); in cpp_call()
381 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
666 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx264 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
269 sal_uInt64 *pStack = (sal_uInt64 *)__builtin_alloca( (nParams + 3) * sizeof(sal_uInt64) ); in cpp_call()
307 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
309 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
311 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
315 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
591 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx258 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
263 sal_uInt64 *pStack = (sal_uInt64 *)__builtin_alloca( (nParams + 3) * sizeof(sal_uInt64) ); in cpp_call()
301 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
303 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
305 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
309 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
585 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Duno2cpp.cxx259 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
264 sal_uInt64 *pStack = (sal_uInt64 *)__builtin_alloca( (nParams + 3) * sizeof(sal_uInt64) ); in cpp_call()
302 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
304 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
306 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
310 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
586 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Dcpp2uno.cxx52 sal_Int32 nParams, typelib_MethodParameter * pParams, argument
98 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams );
99 void ** pCppArgs = pUnoArgs + nParams;
101 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams));
103 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pUnoArgs + (3 * nParams));
107 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos )
479 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->nParams,
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Dcpp2uno.cxx52 sal_Int32 nParams, typelib_MethodParameter * pParams, argument
98 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams );
99 void ** pCppArgs = pUnoArgs + nParams;
101 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams));
103 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pUnoArgs + (3 * nParams));
107 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos )
479 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->nParams,
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Dcpp2uno.cxx49 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp2uno_call() argument
93 void ** pUnoArgs = (void **)alloca( 4 * sizeof(void *) * nParams ); in cpp2uno_call()
94 void ** pCppArgs = pUnoArgs + nParams; in cpp2uno_call()
96 sal_Int32 * pTempIndizes = (sal_Int32 *)(pUnoArgs + (2 * nParams)); in cpp2uno_call()
98 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pUnoArgs + (3 * nParams)); in cpp2uno_call()
102 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp2uno_call()
443 ((typelib_InterfaceMethodTypeDescription *)aMemberDescr.get())->nParams, in cpp_mediate()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx142 typelib_MethodParameter * params, sal_Int32 nParams, in call_java() argument
172 jvalue * java_args = (jvalue *) malloc( sizeof (jvalue) * nParams ); in call_java()
174 jvalue * java_args = (jvalue *) alloca( sizeof (jvalue) * nParams ); in call_java()
178 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
317 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
331 for ( nPos = 0; nPos < nParams; ++nPos ) in call_java()
357 for ( ; nPos < nParams; ++nPos ) in call_java()
395 for ( sal_Int32 i = 0; i < nParams; ++i ) in call_java()
808 method_td->pParams, method_td->nParams, in UNO_proxy_dispatch()
H A Djni_bridge.h97 typelib_MethodParameter * params, sal_Int32 nParams,
111 sal_Int32 nParams, typelib_MethodParameter const * pParams,
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx323 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
328 sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
368 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
370 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
372 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
376 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
644 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx323 sal_Int32 nParams, typelib_MethodParameter * pParams, in cpp_call() argument
328 sizeof(sal_Int32) + ((nParams+2) * sizeof(sal_Int64)) ); in cpp_call()
368 void ** pCppArgs = (void **)alloca( 3 * sizeof(void *) * nParams ); in cpp_call()
370 sal_Int32 * pTempIndizes = (sal_Int32 *)(pCppArgs + nParams); in cpp_call()
372 …b_TypeDescription ** ppTempParamTypeDescr = (typelib_TypeDescription **)(pCppArgs + (2 * nParams)); in cpp_call()
376 for ( sal_Int32 nPos = 0; nPos < nParams; ++nPos ) in cpp_call()
644 ((typelib_InterfaceMethodTypeDescription *)pMemberDescr)->nParams, in unoInterfaceProxyDispatch()
/aoo42x/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx43 void MacabPreparedStatement::checkAndResizeParameters(sal_Int32 nParams) throw(SQLException) in checkAndResizeParameters() argument
48 if (nParams < 1) in checkAndResizeParameters()
51 if (nParams >= (sal_Int32) (m_aParameterRow->get()).size()) in checkAndResizeParameters()
52 (m_aParameterRow->get()).resize(nParams); in checkAndResizeParameters()
/aoo42x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx470 sal_Int32 nParams = in invoke() local
471 ((typelib_InterfaceMethodTypeDescription *)pMemberType)->nParams; in invoke()
478 &pInParamsSeq, m_pFactory->m_pAnySeqTD, 0, nParams, 0 ); in invoke()
482 for ( nPos = nParams; nPos--; ) in invoke()
536 OSL_ENSURE( nIndex < nParams, "### illegal index!" ); in invoke()
556 OSL_ENSURE( nIndex2 < nParams, "### illegal index!" ); in invoke()
/aoo42x/main/vcl/unx/kde4/
H A DKDEXLib.cxx103 int nParams = aCommandLine.getCommandArgCount(); in Init() local
107 for ( nIdx = 0; nIdx < nParams; ++nIdx ) in Init()
110 if ( !m_pFreeCmdLineArgs && aParam.equalsAscii( "-display" ) && nIdx + 1 < nParams ) in Init()
/aoo42x/main/cppu/source/typelib/
H A Dtypelib.cxx712 pTmp->nParams = 0; in typelib_typedescription_newEmpty()
1262 sal_Int32 nParams, in typelib_typedescription_newInterfaceMethod() argument
1302 (*ppRet)->nParams = nParams; in typelib_typedescription_newInterfaceMethod()
1303 if( nParams ) in typelib_typedescription_newInterfaceMethod()
1305 (*ppRet)->pParams = new typelib_MethodParameter[ nParams ]; in typelib_typedescription_newInterfaceMethod()
1307 for( sal_Int32 i = 0; i < nParams; i++ ) in typelib_typedescription_newInterfaceMethod()
1524 for( sal_Int32 i = 0; i < pIMTD->nParams; i++ ) in typelib_typedescription_destructExtendedMembers()
1993 newMethod->nParams = baseMethod->nParams; in createDerivedInterfaceMemberDescription()
1995 newMethod->nParams]; in createDerivedInterfaceMemberDescription()
1996 for (sal_Int32 i = 0; i < newMethod->nParams; ++i) { in createDerivedInterfaceMemberDescription()
/aoo42x/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx610 int nParams = osl_getCommandArgCount(); in Init() local
613 char** pCmdLineAry = new char*[ nParams+1 ]; in Init()
617 for (i=0; i<nParams; i++) in Init()
632 nParams++; in Init()
645 gtk_init_check( &nParams, &pCmdLineAry ); in Init()
651 for (i = 0; i < nParams; i++ ) in Init()
/aoo42x/main/vcl/unx/kde/
H A Dkdedata.cxx141 int nParams = aCommandLine.getCommandArgCount(); in Init() local
145 for ( nIdx = 0; nIdx < nParams; ++nIdx ) in Init()
148 if ( !m_pFreeCmdLineArgs && aParam.equalsAscii( "-display" ) && nIdx + 1 < nParams ) in Init()
/aoo42x/main/cppu/source/LogBridge/
H A DLogBridge.cxx213 sal_Int32 nParams, in LogProbe() argument
226 if ( nParams ) in LogProbe()
229 for(sal_Int32 i = 0;i < nParams;++i) in LogProbe()
/aoo42x/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx276 int nParams = osl_getCommandArgCount(); in get_desktop_environment() local
279 for( int i = 0; i < nParams; i++ ) in get_desktop_environment()
287 … if( i < nParams-1 && (aParam.equalsAscii( "-display" ) || aParam.equalsAscii( "--display" )) ) in get_desktop_environment()
/aoo42x/main/cppuhelper/source/
H A Dtdmgr.cxx354 sal_Int32 nParams = rParams.getLength(); in createCTD() local
357 sizeof(typelib_Parameter_Init) * nParams ); in createCTD()
360 for ( nPos = nParams; nPos--; ) in createCTD()
398 nParams, pParamInit, in createCTD()
401 for ( nPos = nParams; nPos--; ) in createCTD()
/aoo42x/main/oox/source/dump/
H A Dxlsbdumper.cxx817 size_t nParams = 0; in dumpTableToken() local
818 if( getFlag( nFlags, BIFF12_TOK_TABLE_ALL ) && ++nParams ) in dumpTableToken()
820 if( getFlag( nFlags, BIFF12_TOK_TABLE_HEADERS ) && ++nParams ) in dumpTableToken()
822 if( getFlag( nFlags, BIFF12_TOK_TABLE_DATA ) && ++nParams ) in dumpTableToken()
824 if( getFlag( nFlags, BIFF12_TOK_TABLE_TOTALS ) && ++nParams ) in dumpTableToken()
826 if( getFlag( nFlags, BIFF12_TOK_TABLE_THISROW ) && ++nParams ) in dumpTableToken()
828 …( nFlags, BIFF12_TOK_TABLE_COLUMN ) || getFlag( nFlags, BIFF12_TOK_TABLE_COLRANGE )) && ++nParams ) in dumpTableToken()
832 if( nParams > 1 ) in dumpTableToken()
834 else if( nParams == 1 ) in dumpTableToken()

Completed in 1378 milliseconds

1234