Lines Matching refs:StatementList
153 class StatementList : public SafePointer class
156 StatementList(const StatementList&);
157 StatementList & operator=(const StatementList&);
160 StatementList();
162 void QueStatement(StatementList *pAfterThis);
169 static StatementList *pCurrentProfileStatement;
258 virtual ~StatementList();
280 StatementList *pNext;
281 static StatementList /**pCurrent,*/ *pFirst;
318 class StatementSlot : public StatementList //Slots aufrufen
343 class StatementCommand : public StatementList // Befehl ausf�hren (wintree, resetaplication ...)
368 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…
379 class StatementControl : public StatementList
404 class StatementFlow : public StatementList // Kommunikation mit Sequence
417 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );