Home
last modified time | relevance | path

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

/aoo4110/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.hxx162 void QueStatement(StatementList *pAfterThis);
368 …StatementCommand( StatementList *pAfterThis, sal_uInt16 MethodId, sal_uInt16 Params, sal_uInt16 Nr…
417 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 47 milliseconds