Searched refs:pCmdIn (Results 1 – 1 of 1) sorted by relevance
138 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument149 pCmdIn->Read( nArt ); in StatementFlow()150 pCmdIn->Read( nParams ); in StatementFlow()152 if( nParams & PARAM_USHORT_1 ) pCmdIn->Read( nSNr1 ); in StatementFlow()153 if( nParams & PARAM_ULONG_1 ) pCmdIn->Read( nLNr1 ); in StatementFlow()154 if( nParams & PARAM_STR_1 ) pCmdIn->Read( aString1 ); in StatementFlow()155 if( nParams & PARAM_BOOL_1 ) pCmdIn->Read( bBool1 ); // should never occur!! in StatementFlow()337 StatementSlot::StatementSlot( SCmdStream *pCmdIn ) in StatementSlot() argument341 pCmdIn->Read( nFunctionId ); in StatementSlot()347 pCmdIn->Read( nAnzahl ); in StatementSlot()[all …]