|
LibreOffice Module binaryurp (master) 1
|
Namespaces | |
| namespace | cache |
| namespace | current_context |
Classes | |
| class | BinaryAny |
| class | Bridge |
| class | BridgeFactory |
| class | Cache |
| struct | IncomingReply |
| class | IncomingRequest |
| class | Marshal |
| struct | OutgoingRequest |
| class | OutgoingRequests |
| class | Proxy |
| class | Reader |
| struct | ReaderState |
| class | Unmarshal |
| class | Writer |
| struct | WriterState |
Typedefs | |
| typedef cppu::WeakComponentImplHelper< com::sun::star::lang::XServiceInfo, com::sun::star::bridge::XBridgeFactory2 > | BridgeFactoryBase |
Enumerations | |
| enum | SpecialFunctionIds { SPECIAL_FUNCTION_ID_QUERY_INTERFACE = 0 , SPECIAL_FUNCTION_ID_RESERVED = 1 , SPECIAL_FUNCTION_ID_RELEASE = 2 , SPECIAL_FUNCTION_ID_REQUEST_CHANGE = 4 , SPECIAL_FUNCTION_ID_COMMIT_CHANGE = 5 } |
Functions | |
| static size_t | size_t_round (size_t val) |
| typedef cppu::WeakComponentImplHelper< com::sun::star::lang::XServiceInfo, com::sun::star::bridge::XBridgeFactory2 > binaryurp::BridgeFactoryBase |
Definition at line 51 of file bridgefactory.hxx.
| Enumerator | |
|---|---|
| SPECIAL_FUNCTION_ID_QUERY_INTERFACE | |
| SPECIAL_FUNCTION_ID_RESERVED | |
| SPECIAL_FUNCTION_ID_RELEASE | |
| SPECIAL_FUNCTION_ID_REQUEST_CHANGE | |
| SPECIAL_FUNCTION_ID_COMMIT_CHANGE | |
Definition at line 26 of file specialfunctionids.hxx.
|
static |
Definition at line 118 of file incomingrequest.cxx.
Referenced by binaryurp::IncomingRequest::execute_throw().