Home
last modified time | relevance | path

Searched refs:inArgs (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/binaryurp/source/
H A Dreader.cxx287 std::vector< BinaryAny > inArgs; in readMessage() local
294 inArgs.push_back( in readMessage()
310 inArgs.push_back( in readMessage()
327 bridge_->handleRequestChangeRequest(tid, inArgs); in readMessage()
330 bridge_->handleCommitChangeRequest(tid, inArgs); in readMessage()
347 inArgs.size() == 1 in readMessage()
348 && inArgs[0].getType().equals( in readMessage()
359 inArgs[0].getValue(inArgs[0].getType()))). in readMessage()
398 setter, inArgs, ccMode, cc)); in readMessage()
H A Dproxy.cxx151 std::vector< BinaryAny > inArgs; in do_dispatch_throw() local
156 inArgs.push_back( in do_dispatch_throw()
173 inArgs.push_back( in do_dispatch_throw()
191 setter, inArgs, &ret, &outArgs)) in do_dispatch_throw()
H A Dbridge.cxx819 std::vector< BinaryAny > inArgs; in getInstance() local
820 inArgs.push_back( in getInstance()
832 false, inArgs, &ret, &outArgs); in getInstance()
/aoo41x/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx157 Sequence< Any > inArgs( 0 ); in dispatchWithNotification() local
172 inArgs.realloc( ++argCount ); in dispatchWithNotification()
173 inArgs[ argCount - 1 ] = lArgs[ index ].Value; in dispatchWithNotification()
239 invokeResult = xFunc->invoke( inArgs, outIndex, outArgs ); in dispatchWithNotification()
252 if ( inArgs.getLength() == 0 ) in dispatchWithNotification()
257 inArgs.realloc( inArgs.getLength() - 1 ); in dispatchWithNotification()
/aoo41x/main/basic/source/classes/
H A Deventatt.cxx129 Sequence< Any > inArgs( 0 ); in SFURL_firing_impl() local
134 inArgs = aScriptEvent.Arguments; in SFURL_firing_impl()
144 Any result = xScript->invoke( inArgs, outIndex, outArgs ); in SFURL_firing_impl()

Completed in 61 milliseconds