Searched refs:ImplRemoteControl (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/automation/source/server/ |
H A D | server.cxx | 266 ImplRemoteControl *pRemoteControl; 268 ExtraIdle( ImplRemoteControl *pRC ); 272 ExtraIdle::ExtraIdle( ImplRemoteControl *pRC ) in ExtraIdle() 600 IMPL_LINK( ImplRemoteControl, IdleHdl, Application*, EMPTYARG ) in IMPL_LINK() argument 614 IMPL_LINK( ImplRemoteControl, CommandHdl, Application*, EMPTYARG ) in IMPL_LINK() argument 738 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument 848 SvStream* ImplRemoteControl::GetReturnStream() in GetReturnStream() 855 ImplRemoteControl::ImplRemoteControl() in ImplRemoteControl() function in ImplRemoteControl 899 ImplRemoteControl::~ImplRemoteControl() in ~ImplRemoteControl() 945 GetpApp()->RemoveIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); in ~ImplRemoteControl() [all …]
|
H A D | statemnt.hxx | 64 class ImplRemoteControl; 345 friend class ImplRemoteControl; 416 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC ); 423 static ImplRemoteControl *pRemoteControl; // Static f�r 2. Constructor
|
H A D | statemnt.cxx | 110 ImplRemoteControl *StatementFlow::pRemoteControl = NULL; 141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow()
|
/aoo41x/main/automation/source/inc/ |
H A D | testtool.hxx | 41 class ImplRemoteControl class 53 ImplRemoteControl(); 54 ~ImplRemoteControl();
|
/aoo41x/main/automation/inc/automation/ |
H A D | automation.hxx | 26 class ImplRemoteControl; 30 ImplRemoteControl* pImpl;
|
Completed in 49 milliseconds