Home
last modified time | relevance | path

Searched refs:pAfterThis (Results 1 – 3 of 3) sorted by relevance

/trunk/main/automation/source/server/
H A Dsta_list.cxx189 void StatementList::QueStatement(StatementList *pAfterThis) in QueStatement() argument
196 if ( pAfterThis ) in QueStatement()
198 if ( pAfterThis->bStatementInQue ) in QueStatement()
200 pNext = pAfterThis->pNext; in QueStatement()
201 pAfterThis->pNext = this; in QueStatement()
H A Dstatemnt.hxx163 void QueStatement(StatementList *pAfterThis);
369 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…
418 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );
H A Dstatemnt.cxx127 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() argument
135 QueStatement( pAfterThis ); in StatementFlow()
686 StatementCommand::StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Para… in StatementCommand() argument
699 QueStatement( pAfterThis ); in StatementCommand()