Home
last modified time | relevance | path

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

/aoo42x/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.cxx130 StatementFlow::StatementFlow( StatementList *pAfterThis, sal_uInt16 nArtP ) in StatementFlow() argument
138 QueStatement( pAfterThis ); in StatementFlow()
689 StatementCommand::StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Para… in StatementCommand() argument
702 QueStatement( pAfterThis ); in StatementCommand()

Completed in 34 milliseconds