Searched refs:outArgs (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/binaryurp/source/ |
H A D | proxy.cxx | 186 std::vector< BinaryAny > outArgs; in do_dispatch_throw() local 191 setter, inArgs, &ret, &outArgs)) in do_dispatch_throw() 219 std::vector< BinaryAny >::iterator i(outArgs.begin()); in do_dispatch_throw() 233 OSL_ASSERT(i == outArgs.end()); in do_dispatch_throw()
|
H A D | reader.cxx | 416 std::vector< BinaryAny > outArgs; in readReplyMessage() local 496 outArgs.push_back( in readReplyMessage() 513 new IncomingReply(exc, ret, outArgs)); in readReplyMessage() 521 OSL_ASSERT(outArgs.empty()); in readReplyMessage() 525 OSL_ASSERT(outArgs.empty()); in readReplyMessage()
|
H A D | incomingrequest.cxx | 72 std::vector< BinaryAny > outArgs; in execute() local 84 isExc = !execute_throw(&ret, &outArgs); in execute() 111 tid_, member_, setter_, isExc, ret, outArgs, false); in execute()
|
H A D | bridge.cxx | 825 std::vector< BinaryAny> outArgs; in getInstance() local 832 false, inArgs, &ret, &outArgs); in getInstance()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | scriptdlg.cxx | 810 Sequence< Any > outArgs( 0 ); in IMPL_LINK() local 811 aRet = xScript->invoke( args, outIndex, outArgs ); in IMPL_LINK() 845 Sequence< Any > outArgs( 0 ); in IMPL_LINK() local 850 … xInv->invoke( ::rtl::OUString::createFromAscii( "Editable" ), args, outIndex, outArgs ); in IMPL_LINK() 1024 Sequence< Any > outArgs( 0 ); in createEntry() local 1029 …aResult = xInv->invoke( ::rtl::OUString::createFromAscii( "Creatable" ), args, outIndex, outArgs ); in createEntry() 1147 Sequence< Any > outArgs( 0 ); in renameEntry() local 1152 …aResult = xInv->invoke( ::rtl::OUString::createFromAscii( "Renamable" ), args, outIndex, outArgs ); in renameEntry() 1198 Sequence< Any > outArgs( 0 ); in deleteEntry() local 1203 …aResult = xInv->invoke( ::rtl::OUString::createFromAscii( "Deletable" ), args, outIndex, outArgs ); in deleteEntry()
|
/aoo41x/main/extensions/test/ole/OleClient/ |
H A D | funcs.cxx | 123 bool checkOutArgs(const Sequence<Any> & outArgs, in checkOutArgs() argument 126 if (values.getLength() != outArgs.getLength()) in checkOutArgs() 150 outArgs[indexOutSeq] >>=out; in checkOutArgs() 161 if (value != outArgs[indexOutSeq]) in checkOutArgs()
|
H A D | clientTest.cxx | 65 bool checkOutArgs(const Sequence<Any> & outArgs,
|
/aoo41x/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 225 Sequence< Any > outArgs( 0 ); in dispatchWithNotification() local 239 invokeResult = xFunc->invoke( inArgs, outIndex, outArgs ); in dispatchWithNotification()
|
/aoo41x/main/basic/source/classes/ |
H A D | eventatt.cxx | 130 Sequence< Any > outArgs( 0 ); in SFURL_firing_impl() local 144 Any result = xScript->invoke( inArgs, outIndex, outArgs ); in SFURL_firing_impl()
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.h | 147 System::Object* outArgs[],
|
/aoo41x/main/sfx2/source/appl/ |
H A D | appserv.cxx | 1027 Sequence< Any > outArgs; in OfaExec_Impl() local 1040 … SfxObjectShell::CallXScript( xScriptContext, pDlg->GetScriptURL(), args, ret, outIndex, outArgs, in OfaExec_Impl()
|
Completed in 68 milliseconds