Searched refs:pCmdIn (Results 1 – 1 of 1) sorted by relevance
141 StatementFlow::StatementFlow( sal_uLong nServiceId, SCmdStream *pCmdIn, ImplRemoteControl *pRC ) in StatementFlow() argument152 pCmdIn->Read( nArt ); in StatementFlow()153 pCmdIn->Read( nParams ); in StatementFlow()155 if( nParams & PARAM_USHORT_1 ) pCmdIn->Read( nSNr1 ); in StatementFlow()156 if( nParams & PARAM_ULONG_1 ) pCmdIn->Read( nLNr1 ); in StatementFlow()157 if( nParams & PARAM_STR_1 ) pCmdIn->Read( aString1 ); in StatementFlow()158 if( nParams & PARAM_BOOL_1 ) pCmdIn->Read( bBool1 ); // sollte nie auftreten!! in StatementFlow()340 StatementSlot::StatementSlot( SCmdStream *pCmdIn ) in StatementSlot() argument344 pCmdIn->Read( nFunctionId ); in StatementSlot()350 pCmdIn->Read( nAnzahl ); in StatementSlot()[all …]