Lines Matching refs:ImplRemoteControl
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()
756 GetpApp()->InsertIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ), 1 ); in QueCommands()
836 GetpApp()->PostUserEvent( LINK( this, ImplRemoteControl, CommandHdl ) ); in QueCommands()
846 SvStream* ImplRemoteControl::GetReturnStream() in GetReturnStream()
853 ImplRemoteControl::ImplRemoteControl() in ImplRemoteControl() function in ImplRemoteControl
882 pServiceMgr->SetDataReceivedHdl( LINK( this, ImplRemoteControl, QueCommandsEvent ) ); in ImplRemoteControl()
897 ImplRemoteControl::~ImplRemoteControl() in ~ImplRemoteControl()
943 GetpApp()->RemoveIdleHdl( LINK( this, ImplRemoteControl, IdleHdl ) ); in ~ImplRemoteControl()
952 pImpl = new ImplRemoteControl; in RemoteControl()