Searched refs:StatementFlow (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/automation/source/server/ |
H A D | server.cxx | 125 StatementFlow::pCommLink = pCL; in ConnectionOpened() 132 StatementFlow::pCommLink = NULL; in ConnectionClosed() 690 if ( !StatementFlow::bUseIPC ) in IMPL_LINK() 810 …new StatementFlow( nServiceId, pCmdStream, this ); // Wird im Konstruktor an Liste an… in QueCommands()
|
H A D | statemnt.hxx | 404 class StatementFlow : public StatementList // Kommunikation mit Sequence class 416 StatementFlow (sal_uLong nServiceId, SCmdStream *pIn, ImplRemoteControl *pRC ); 417 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );
|
H A D | statemnt.cxx | 107 CommunicationLink *StatementFlow::pCommLink = NULL; 108 sal_Bool StatementFlow::bUseIPC = sal_True; 109 sal_Bool StatementFlow::bSending = sal_False; 110 ImplRemoteControl *StatementFlow::pRemoteControl = NULL; 130 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() function in StatementFlow 141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() function in StatementFlow 172 void StatementFlow::SendViaSocket() in SendViaSocket() 199 sal_Bool StatementFlow::Execute() in Execute() 1523 if ( !StatementFlow::bSending ) in DisplayHID() 1526 … new StatementFlow( this, F_EndCommandBlock ); // Kommando zum Senden erzeugen und in que eintragen in DisplayHID()
|
H A D | recorder.cxx | 1046 … new StatementFlow( NULL, F_EndCommandBlock ); // Kommando zum Senden erzeugen und in que eintragen in IMPL_LINK()
|
/aoo4110/main/automation/source/inc/ |
H A D | testtool.hxx | 33 class StatementFlow; 43 friend class StatementFlow;
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | testtool.hxx | 33 class StatementFlow; 43 friend class StatementFlow;
|
Completed in 80 milliseconds