Searched refs:ImplRemoteControl (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/automation/source/server/ ! |
| H A D | server.cxx | 264 ImplRemoteControl *pRemoteControl; 266 ExtraIdle( ImplRemoteControl *pRC ); 270 ExtraIdle::ExtraIdle( ImplRemoteControl *pRC ) in ExtraIdle() 324 GetpApp()->PostUserEvent( LINK( pRemoteControl, ImplRemoteControl, CommandHdl ) ); in Timeout() 598 IMPL_LINK( ImplRemoteControl, IdleHdl, Application*, EMPTYARG ) in IMPL_LINK() argument 605 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in IMPL_LINK() 612 IMPL_LINK( ImplRemoteControl, CommandHdl, Application*, EMPTYARG ) in IMPL_LINK() argument 736 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument 744 sal_Bool ImplRemoteControl::QueCommands( sal_uLong nServiceId, SvStream *pIn ) in QueCommands() 752 m_aIdleTimer.SetTimeoutHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); in QueCommands() [all …]
|
| H A D | statemnt.hxx | 65 class ImplRemoteControl; 346 friend class ImplRemoteControl; 417 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC ); 424 static ImplRemoteControl *pRemoteControl; // Static f�r 2. Constructor
|
| H A D | statemnt.cxx | 109 ImplRemoteControl *StatementFlow::pRemoteControl = NULL; 138 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow()
|
| /trunk/main/automation/source/inc/ ! |
| H A D | testtool.hxx | 41 class ImplRemoteControl class 53 ImplRemoteControl(); 54 ~ImplRemoteControl();
|
| /trunk/main/automation/inc/automation/ ! |
| H A D | automation.hxx | 28 class ImplRemoteControl; 32 ImplRemoteControl* pImpl;
|