Lines Matching refs:ImplRemoteControl
266 ImplRemoteControl *pRemoteControl;
268 ExtraIdle( ImplRemoteControl *pRC );
272 ExtraIdle::ExtraIdle( ImplRemoteControl *pRC ) in ExtraIdle()
326 GetpApp()->PostUserEvent( LINK( pRemoteControl, ImplRemoteControl, CommandHdl ) ); in Timeout()
600 IMPL_LINK( ImplRemoteControl, IdleHdl, Application*, EMPTYARG ) in IMPL_LINK() argument
607 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in IMPL_LINK()
614 IMPL_LINK( ImplRemoteControl, CommandHdl, Application*, EMPTYARG ) in IMPL_LINK() argument
738 IMPL_LINK( ImplRemoteControl, QueCommandsEvent, CommunicationLink*, pCL ) in IMPL_LINK() argument
746 sal_Bool ImplRemoteControl::QueCommands( sal_uLong nServiceId, SvStream *pIn ) in QueCommands()
754 m_aIdleTimer.SetTimeoutHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); in QueCommands()
758 GetpApp()->InsertIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ), 1 ); in QueCommands()
838 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in QueCommands()
848 SvStream* ImplRemoteControl::GetReturnStream() in GetReturnStream()
855 ImplRemoteControl::ImplRemoteControl() in ImplRemoteControl() function in ImplRemoteControl
884 pServiceMgr->SetDataReceivedHdl( LINK( this, ImplRemoteControl, QueCommandsEvent ) ); in ImplRemoteControl()
899 ImplRemoteControl::~ImplRemoteControl() in ~ImplRemoteControl()
945 GetpApp()->RemoveIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); in ~ImplRemoteControl()
954 pImpl = new ImplRemoteControl; in RemoteControl()