|
LibreOffice Module binaryurp (master) 1
|
Public Member Functions | |
| Item () | |
| Item (rtl::ByteSequence theTid, OUString theOid, com::sun::star::uno::TypeDescription theType, com::sun::star::uno::TypeDescription theMember, std::vector< BinaryAny > &&inArguments, com::sun::star::uno::UnoInterfaceReference theCurrentContext) | |
| Item (rtl::ByteSequence theTid, com::sun::star::uno::TypeDescription theMember, bool theSetter, bool theException, BinaryAny theReturnValue, std::vector< BinaryAny > &&outArguments, bool theSetCurrentContextMode) | |
Public Attributes | |
| rtl::ByteSequence | tid |
| OUString | oid |
| com::sun::star::uno::TypeDescription | type |
| com::sun::star::uno::TypeDescription | member |
| com::sun::star::uno::UnoInterfaceReference | currentContext |
| BinaryAny | returnValue |
| std::vector< BinaryAny > | arguments |
| bool | request |
| bool | setter |
| bool | exception |
| bool | setCurrentContextMode |
Definition at line 102 of file writer.hxx.
| binaryurp::Writer::Item::Item | ( | ) |
Definition at line 46 of file writer.cxx.
| binaryurp::Writer::Item::Item | ( | rtl::ByteSequence | theTid, |
| OUString | theOid, | ||
| com::sun::star::uno::TypeDescription | theType, | ||
| com::sun::star::uno::TypeDescription | theMember, | ||
| std::vector< BinaryAny > && | inArguments, | ||
| com::sun::star::uno::UnoInterfaceReference | theCurrentContext | ||
| ) |
| binaryurp::Writer::Item::Item | ( | rtl::ByteSequence | theTid, |
| com::sun::star::uno::TypeDescription | theMember, | ||
| bool | theSetter, | ||
| bool | theException, | ||
| BinaryAny | theReturnValue, | ||
| std::vector< BinaryAny > && | outArguments, | ||
| bool | theSetCurrentContextMode | ||
| ) |
| std::vector< BinaryAny > binaryurp::Writer::Item::arguments |
Definition at line 127 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| com::sun::star::uno::UnoInterfaceReference binaryurp::Writer::Item::currentContext |
Definition at line 125 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| bool binaryurp::Writer::Item::exception |
Definition at line 130 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| com::sun::star::uno::TypeDescription binaryurp::Writer::Item::member |
Definition at line 124 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| OUString binaryurp::Writer::Item::oid |
Definition at line 122 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| bool binaryurp::Writer::Item::request |
Definition at line 128 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| BinaryAny binaryurp::Writer::Item::returnValue |
Definition at line 126 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| bool binaryurp::Writer::Item::setCurrentContextMode |
Definition at line 131 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| bool binaryurp::Writer::Item::setter |
Definition at line 129 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| rtl::ByteSequence binaryurp::Writer::Item::tid |
Definition at line 121 of file writer.hxx.
Referenced by binaryurp::Writer::execute().
| com::sun::star::uno::TypeDescription binaryurp::Writer::Item::type |
Definition at line 123 of file writer.hxx.
Referenced by binaryurp::Writer::execute().