Home
last modified time | relevance | path

Searched refs:unoInterface (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx67 #define FORWARD_TO_PEER_1( unoInterface, method, param1 ) \ argument
68 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
74 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
76 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
83 #define FORWARD_TO_PEER_3( unoInterface, method, param1, param2, param3 ) \ argument
84 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
90 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
92 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
/aoo41x/main/forms/source/richtext/
H A Drichtextcontrol.cxx70 #define FORWARD_TO_PEER_1( unoInterface, method, param1 ) \ argument
71 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
77 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
79 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
86 #define FORWARD_TO_PEER_3( unoInterface, method, param1, param2, param3 ) \ argument
87 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
93 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
95 Reference< unoInterface > xTypedPeer( getPeer(), UNO_QUERY ); \
/aoo41x/main/extensions/source/ole/
H A Dunoconversionutilities.hxx238 bool convertSelfToCom( T& unoInterface, VARIANT * pVar) in convertSelfToCom() argument
241 Reference< XInterface > xInt( unoInterface, UNO_QUERY); in convertSelfToCom()

Completed in 27 milliseconds