Searched refs:unoInterface (Results 1 – 3 of 3) sorted by relevance
/trunk/main/forms/source/solar/component/ |
H A D | navbarcontrol.cxx | 67 #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 ); \
|
/trunk/main/forms/source/richtext/ |
H A D | richtextcontrol.cxx | 70 #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 ); \
|
/trunk/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 238 bool convertSelfToCom( T& unoInterface, VARIANT * pVar) in convertSelfToCom() argument 241 Reference< XInterface > xInt( unoInterface, UNO_QUERY); in convertSelfToCom()
|
Completed in 95 milliseconds