/aoo4110/main/extensions/source/resource/ |
H A D | resource.cxx | 84 …Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence< sal… 224 const Sequence< Any >& Params, in invoke() 237 sal_Int32 nElements = Params.getLength(); in invoke() 245 Sequence< OUString > aStrings( Params.getLength() ); in invoke() 246 Sequence< sal_Bool > aBools( Params.getLength() ); in invoke() 247 const Any* pIn = Params.getConstArray(); in invoke() 305 if( Params.getLength() != 1 ) in invoke() 311 if( !(Params.getConstArray()[0] >>= nId) ) in invoke() 315 xC->convertToSimpleType( Params.getConstArray()[0], TypeClass_LONG ) >>= nId; in invoke() 359 return xI->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
/aoo4110/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 735 const Sequence< Any >& Params, in invokeWithDispIdUnoTlb() 742 sal_Int32 parameterCount= Params.getLength(); in invokeWithDispIdUnoTlb() 801 anyToVariant( & var,Params[i]); in invokeWithDispIdUnoTlb() 968 anyToVariant( &varParam, Params.getConstArray()[i]); in invokeWithDispIdUnoTlb() 1656 const Sequence< Any >& Params, in invokeWithDispIdComTlb() 1668 sal_Int32 nUnoArgs = Params.getLength(); in invokeWithDispIdComTlb() 1681 getFuncDescForInvoke(sFuncName, Params, & aFuncDesc); in invokeWithDispIdComTlb() 1692 const Any & curArg = Params[iParam]; in invokeWithDispIdComTlb() 1758 const Any & curArg = Params[iParams]; in invokeWithDispIdComTlb() 1826 anyArg= Params.getConstArray()[i]; in invokeWithDispIdComTlb() [all …]
|
H A D | oleobjw.hxx | 144 const Sequence< Any >& Params, 149 const Sequence< Any >& Params,
|
/aoo4110/main/extensions/workben/ |
H A D | pythonautotest.cxx | 73 const Sequence< UsrAny >& Params, 126 const Sequence< UsrAny >& Params, in invoke() 138 addTestValue( Params.getConstArray()[0].getINT32() ); in invoke() 141 int i = Params.getConstArray()[0].getINT32(); in invoke()
|
/aoo4110/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2864 CrashReportParams Params; in WinMain() local 2866 Params.ReadFromRegistry(); in WinMain() 2867 Params.ReadFromEnvironment(); in WinMain() 2869 if ( ReadBootstrapParams( Params ) && in WinMain() 2910 WriteReportFile( &Params ); in WinMain() 2934 … DialogBoxParam( hInstance, MAKEINTRESOURCE(IDD_DIALOG_FRAME), NULL, DialogProc, (LPARAM)&Params ); in WinMain() 2944 WriteCommentFile( Params.sComment.c_str() ); in WinMain() 2945 WriteReportFile( &Params ); in WinMain() 2946 if ( SendCrashReport( NULL, Params ) ) in WinMain()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbawsfunction.cxx | 73 ScVbaWSFunction::invoke(const rtl::OUString& FunctionName, const uno::Sequence< uno::Any >& Params,… in invoke() argument 76 uno::Sequence< uno::Any > aParamTemp( Params ); in invoke()
|
H A D | vbawsfunction.hxx | 42 … rtl::OUString& FunctionName, const css::uno::Sequence< css::uno::Any >& Params, css::uno::Sequenc…
|
H A D | vbaapplication.cxx | 156 …e( const ::rtl::OUString& FunctionName, const uno::Sequence< uno::Any >& Params, uno::Sequence< sa… in invoke() argument 164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
H A D | vbaapplication.hxx | 65 … rtl::OUString& FunctionName, const css::uno::Sequence< css::uno::Any >& Params, css::uno::Sequenc…
|
/aoo4110/main/eventattacher/source/ |
H A D | eventattacher.cxx | 72 …virtual Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence<… 127 …InvocationToAllListenerMapper::invoke(const OUString& FunctionName, const Sequence< Any >& Params, in invoke() argument 169 aAllEvent.Arguments = Params; in invoke()
|
/aoo4110/main/autodoc/inc/ary/cpp/ |
H A D | c_macro.hxx | 58 const StringVector & Params() const { return aParams; } in Params() function in ary::cpp::Macro
|
/aoo4110/main/autodoc/source/display/html/ |
H A D | pm_aldef.cxx | 209 WriteOut_TokenList( aDocu.Term(), rDef.Params(), ", " ); in Write_Macro()
|
/aoo4110/main/automation/source/server/ |
H A D | statemnt.hxx | 368 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…
|
H A D | statemnt.cxx | 689 …atementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr1 ) in StatementCommand() argument 691 , nParams(Params) in StatementCommand()
|
/aoo4110/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 4059 …virtual Any SAL_CALL invoke(const ::rtl::OUString& FunctionName, const Sequence< Any >& Params, Se… 4114 …tionToAllListenerMapper::invoke(const ::rtl::OUString& FunctionName, const Sequence< Any >& Params, in invoke() argument 4159 aAllEvent.Arguments = Params; in invoke()
|
/aoo4110/main/stoc/source/invocation/ |
H A D | invocation.cxx | 158 …virtual Any SAL_CALL invoke(const OUString& FunctionName, const Sequence< Any >& Params, Sequence<…
|