Lines Matching refs:BinaryAny

297 BinaryAny Bridge::mapCppToBinaryAny(css::uno::Any const & cppAny) {  in mapCppToBinaryAny()
299 BinaryAny out; in mapCppToBinaryAny()
300 out.~BinaryAny(); in mapCppToBinaryAny()
546 bool setter, std::vector< BinaryAny > const & inArguments, in makeCall()
547 BinaryAny * returnValue, std::vector< BinaryAny > * outArguments) in makeCall()
584 std::vector< BinaryAny > a; in sendRequestChangeRequest()
586 BinaryAny( in sendRequestChangeRequest()
593 bool exception, BinaryAny const & returnValue) in handleRequestChangeReply()
642 bool exception, BinaryAny const & returnValue) in handleCommitChangeReply()
660 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleRequestChangeRequest()
683 BinaryAny( in handleRequestChangeRequest()
687 std::vector< BinaryAny >()); in handleRequestChangeRequest()
696 BinaryAny( in handleRequestChangeRequest()
700 std::vector< BinaryAny >(), false); in handleRequestChangeRequest()
713 rtl::ByteSequence const & tid, std::vector< BinaryAny > const & inArguments) in handleCommitChangeRequest()
717 BinaryAny ret; in handleCommitChangeRequest()
743 tid, protPropCommit_, exc, ret, std::vector< BinaryAny >()); in handleCommitChangeRequest()
755 tid, protPropCommit_, false, false, ret, std::vector< BinaryAny >(), in handleCommitChangeRequest()
819 std::vector< BinaryAny > inArgs; in getInstance()
821 BinaryAny( in getInstance()
824 BinaryAny ret; in getInstance()
825 std::vector< BinaryAny> outArgs; in getInstance()
894 std::vector< BinaryAny > a; in sendCommitChangeRequest()
900 OutgoingRequest::Kind kind, std::vector< BinaryAny > const & inArguments) in sendProtPropRequest()
926 std::vector< BinaryAny >()); in makeReleaseCall()
933 std::vector< BinaryAny > const & inArguments) in sendRequest()
938 void Bridge::throwException(bool exception, BinaryAny const & value) { in throwException()
944 css::uno::Any Bridge::mapBinaryToCppAny(BinaryAny const & binaryAny) { in mapBinaryToCppAny()
945 BinaryAny in(binaryAny); in mapBinaryToCppAny()