Searched refs:StatementFlow (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/automation/source/server/ |
| H A D | server.cxx | 123 StatementFlow::pCommLink = pCL; in ConnectionOpened() 130 StatementFlow::pCommLink = NULL; in ConnectionClosed() 688 if ( !StatementFlow::bUseIPC ) in IMPL_LINK() 808 … new StatementFlow( nServiceId, pCmdStream, this ); // Wird im Konstruktor an Liste angeh�ngt in QueCommands()
|
| H A D | statemnt.hxx | 405 class StatementFlow : public StatementList // Kommunikation mit Sequence class 417 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC ); 418 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );
|
| H A D | statemnt.cxx | 106 CommunicationLink *StatementFlow::pCommLink = NULL; 107 sal_Bool StatementFlow::bUseIPC = sal_True; 108 sal_Bool StatementFlow::bSending = sal_False; 109 ImplRemoteControl *StatementFlow::pRemoteControl = NULL; 127 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() function in StatementFlow 138 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() function in StatementFlow 169 void StatementFlow::SendViaSocket() in SendViaSocket() 196 sal_Bool StatementFlow::Execute() in Execute() 1519 if ( !StatementFlow::bSending ) in DisplayHID() 1522 …new StatementFlow( this, F_EndCommandBlock ); // Kommando zum Senden erzeugen und in que eintrag… in DisplayHID()
|
| H A D | recorder.cxx | 1022 …new StatementFlow( NULL, F_EndCommandBlock ); // Kommando zum Senden erzeugen und in que eintrag… in IMPL_LINK()
|
| /trunk/main/automation/source/inc/ |
| H A D | testtool.hxx | 33 class StatementFlow; 43 friend class StatementFlow;
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | testtool.hxx | 33 class StatementFlow; 43 friend class StatementFlow;
|