Home
last modified time | relevance | path

Searched refs:BinaryAny (Results 1 – 16 of 16) sorted by relevance

/trunk/main/binaryurp/source/
H A Dbinaryany.cxx41 BinaryAny::BinaryAny() throw () { in BinaryAny() function in binaryurp::BinaryAny
45 BinaryAny::BinaryAny(css::uno::TypeDescription const & type, void * value) in BinaryAny() function in binaryurp::BinaryAny
52 BinaryAny::BinaryAny(uno_Any const & raw) throw () { in BinaryAny() function in binaryurp::BinaryAny
60 BinaryAny::BinaryAny(BinaryAny const & other) throw () { in BinaryAny() function in binaryurp::BinaryAny
64 BinaryAny::~BinaryAny() throw () { in ~BinaryAny()
68 BinaryAny & BinaryAny::operator =(BinaryAny const & other) throw () { in operator =()
75 uno_Any * BinaryAny::get() throw () { in get()
79 css::uno::TypeDescription BinaryAny::getType() const throw () { in getType()
83 void * BinaryAny::getValue(css::uno::TypeDescription const & type) const in getValue()
H A Dunmarshal.cxx296 return BinaryAny(); in readValue()
307 return BinaryAny(type, &v); in readValue()
312 return BinaryAny(type, &v); in readValue()
319 return BinaryAny(type, &v); in readValue()
326 return BinaryAny(type, &v); in readValue()
333 return BinaryAny(type, &v); in readValue()
344 return BinaryAny(type, &p); in readValue()
395 return BinaryAny(raw); in readValue()
495 return BinaryAny(type, 0); in readSequence()
507 return BinaryAny(type, &p); in readSequence()
[all …]
H A Dbridge.cxx299 BinaryAny out; in mapCppToBinaryAny()
300 out.~BinaryAny(); in mapCppToBinaryAny()
547 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) in makeCall()
584 std::vector< BinaryAny > a; in sendRequestChangeRequest()
586 BinaryAny( in sendRequestChangeRequest()
683 BinaryAny( in handleRequestChangeRequest()
696 BinaryAny( in handleRequestChangeRequest()
717 BinaryAny ret; in handleCommitChangeRequest()
821 BinaryAny( in getInstance()
824 BinaryAny ret; in getInstance()
[all …]
H A Dwriter.hxx72 std::vector< BinaryAny > const & inArguments);
79 bool exception, BinaryAny const & returnValue,
80 std::vector< BinaryAny > const & outArguments);
86 std::vector< BinaryAny > const & inArguments);
91 bool exception, BinaryAny const & returnValue,
92 std::vector< BinaryAny > const & outArguments,
116 bool exception, BinaryAny const & returnValue,
117 std::vector< BinaryAny > const & outArguments);
129 std::vector< BinaryAny > const & inArguments,
153 std::vector< BinaryAny > arguments;
[all …]
H A Dbridge.hxx54 class BinaryAny;
102 BinaryAny mapCppToBinaryAny(com::sun::star::uno::Any const & cppAny);
141 std::vector< BinaryAny > const & inArguments, BinaryAny * returnValue,
142 std::vector< BinaryAny > * outArguments);
149 bool exception, BinaryAny const & returnValue);
157 std::vector< BinaryAny > const & inArguments);
162 std::vector< BinaryAny > const & inArguments);
206 std::vector< BinaryAny > const & inArguments);
216 std::vector< BinaryAny > const & inArguments);
218 void throwException(bool exception, BinaryAny const & value);
[all …]
H A Dbinaryany.hxx37 class BinaryAny { class
39 BinaryAny() throw ();
41 BinaryAny(com::sun::star::uno::TypeDescription const & type, void * value)
44 explicit BinaryAny(uno_Any const & raw) throw ();
48 BinaryAny(BinaryAny const & other) throw ();
50 ~BinaryAny() throw ();
52 BinaryAny & operator =(BinaryAny const & other) throw ();
H A Dwriter.cxx62 std::vector< BinaryAny > const & inArguments, in Item()
71 bool theException, BinaryAny const & theReturnValue, in Item()
72 std::vector< BinaryAny > const & outArguments, in Item()
90 std::vector< BinaryAny > const & inArguments) in sendDirectRequest()
100 bool exception, BinaryAny const & returnValue, in sendDirectReply()
101 std::vector< BinaryAny > const & outArguments) in sendDirectReply()
111 std::vector< BinaryAny > const & inArguments) in queueRequest()
122 bool exception, BinaryAny const & returnValue, in queueReply()
310 BinaryAny( in sendRequest()
361 bool exception, BinaryAny const & returnValue, in sendReply()
[all …]
H A Dincomingrequest.cxx58 std::vector< BinaryAny > const & inArguments, bool currentContextMode, in IncomingRequest()
71 BinaryAny ret; in execute()
72 std::vector< BinaryAny > outArgs; in execute()
131 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const in execute_throw()
177 *returnValue = BinaryAny( in execute_throw()
217 std::vector< BinaryAny >::const_iterator i( in execute_throw()
235 outArguments->push_back(BinaryAny()); in execute_throw()
253 *returnValue = BinaryAny( in execute_throw()
260 *returnValue = BinaryAny(retType, &retBuf[0]); in execute_throw()
271 std::vector< BinaryAny >::iterator i(outArguments->begin()); in execute_throw()
[all …]
H A Dincomingrequest.hxx40 class BinaryAny;
55 std::vector< BinaryAny > const & inArguments, bool currentContextMode,
64 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) const;
75 std::vector< BinaryAny > inArguments_;
H A Dproxy.cxx151 std::vector< BinaryAny > inArgs; in do_dispatch_throw()
157 BinaryAny( in do_dispatch_throw()
174 BinaryAny( in do_dispatch_throw()
185 BinaryAny ret; in do_dispatch_throw()
186 std::vector< BinaryAny > outArgs; in do_dispatch_throw()
219 std::vector< BinaryAny >::iterator i(outArgs.begin()); in do_dispatch_throw()
H A Dincomingreply.hxx39 bool theException, BinaryAny const & theReturnValue, in IncomingReply()
40 std::vector< BinaryAny > const & theOutArguments): in IncomingReply()
47 BinaryAny returnValue;
49 std::vector< BinaryAny > outArguments;
H A Dunmarshal.hxx38 class BinaryAny;
72 BinaryAny readValue(com::sun::star::uno::TypeDescription const & type);
87 BinaryAny readSequence(com::sun::star::uno::TypeDescription const & type);
91 std::vector< BinaryAny > * values);
H A Dmarshal.hxx39 class BinaryAny;
63 BinaryAny const & value);
H A Dreader.cxx287 std::vector< BinaryAny > inArgs; in readMessage()
415 BinaryAny ret; in readReplyMessage()
416 std::vector< BinaryAny > outArgs; in readReplyMessage()
H A Dreader.hxx43 class BinaryAny;
H A Dmarshal.cxx128 css::uno::TypeDescription const & type, BinaryAny const & value) in writeValue()

Completed in 60 milliseconds