Searched refs:pAfterThis (Results 1 – 3 of 3) sorted by relevance
189 void StatementList::QueStatement(StatementList *pAfterThis) in QueStatement() argument196 if ( pAfterThis ) in QueStatement()198 if ( pAfterThis->bStatementInQue ) in QueStatement()200 pNext = pAfterThis->pNext; in QueStatement()201 pAfterThis->pNext = this; in QueStatement()
162 void QueStatement(StatementList *pAfterThis);368 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…417 StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP );
130 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() argument138 QueStatement( pAfterThis ); in StatementFlow()689 StatementCommand::StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Para… in StatementCommand() argument702 QueStatement( pAfterThis ); in StatementCommand()
Completed in 47 milliseconds