LibreOffice Module binaryurp (master) 1
Namespaces | Classes | Typedefs | Enumerations | Functions
binaryurp Namespace Reference

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 Documentation

◆ BridgeFactoryBase

typedef cppu::WeakComponentImplHelper< com::sun::star::lang::XServiceInfo, com::sun::star::bridge::XBridgeFactory2 > binaryurp::BridgeFactoryBase

Definition at line 51 of file bridgefactory.hxx.

Enumeration Type Documentation

◆ SpecialFunctionIds

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.

Function Documentation

◆ size_t_round()

static size_t binaryurp::size_t_round ( size_t  val)
static

Definition at line 118 of file incomingrequest.cxx.

Referenced by binaryurp::IncomingRequest::execute_throw().