Home
last modified time | relevance | path

Searched refs:CmdBaseStream (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/automation/source/server/
H A Dcmdbasestream.cxx39 CmdBaseStream::CmdBaseStream() in CmdBaseStream() function in CmdBaseStream
44 CmdBaseStream::~CmdBaseStream() in ~CmdBaseStream()
203 void CmdBaseStream::Read (comm_USHORT &nNr) in Read()
214 void CmdBaseStream::Read (comm_ULONG &nNr) in Read()
245 void CmdBaseStream::Read (comm_BOOL &bBool) in Read()
255 comm_USHORT CmdBaseStream::GetNextType() in GetNextType()
264 void CmdBaseStream::Write( comm_USHORT nNr ) in Write()
270 void CmdBaseStream::Write( comm_ULONG nNr ) in Write()
319 void CmdBaseStream::Write( comm_BOOL bBool ) in Write()
330 void CmdBaseStream::Read ( rtl::OString* &pId ) in Read()
[all …]
H A Dretstrm.hxx31 class RetStream: public CmdBaseStream
38 using CmdBaseStream::GenError;
42 using CmdBaseStream::GenReturn;
43 void GenReturn( comm_USHORT nRet, comm_ULONG nNr ){CmdBaseStream::GenReturn( nRet, nNr );} in GenReturn()
44 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_ULONG nNr ){CmdBaseStream::GenReturn( nR… in GenReturn()
45 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_BOOL bBool ){CmdBaseStream::GenReturn( n… in GenReturn()
50 …USHORT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_ULONG nNr ){CmdBaseStream::GenReturn( nR… in GenReturn()
69 using CmdBaseStream::Write;
70 void Write( comm_USHORT nNr ){CmdBaseStream::Write( nNr );} in Write()
71 void Write( comm_ULONG nNr ){CmdBaseStream::Write( nNr );} in Write()
[all …]
H A Dretstrm.cxx49 CmdBaseStream::GenError ( &aUId, &aString ); in GenError()
54 CmdBaseStream::GenReturn ( nRet, &aUId, &aString ); in GenReturn()
59 CmdBaseStream::GenReturn ( nRet, &aUId, nNr, &aString, bBool ); in GenReturn()
65 CmdBaseStream::GenReturn ( nRet, &aUId, nMethod, &aString ); in GenReturn()
70 CmdBaseStream::GenReturn ( nRet, &aUId, nMethod, &aString, bBool ); in GenReturn()
85 CmdBaseStream::GenReturn ( nRet, nMethod, &aString ); in GenReturn()
93 CmdBaseStream::Write( pString->GetBuffer(), pString->Len() ); in Write()
H A Dscmdstrm.hxx36 class SCmdStream: public CmdBaseStream
44 using CmdBaseStream::Read;
45 void Read ( comm_USHORT &nNr ){CmdBaseStream::Read ( nNr );} in Read()
46 void Read ( comm_ULONG &nNr ){CmdBaseStream::Read ( nNr );} in Read()
48 void Read ( comm_BOOL &bBool ){CmdBaseStream::Read ( bBool );} in Read()
H A Dscmdstrm.cxx56 CmdBaseStream::Read( pStr, nLenInChars ); in Read()
66 CmdBaseStream::Read( pStr, nLenInChars ); in Read()
/aoo42x/main/automation/source/inc/
H A Dcmdbasestream.hxx38 class CmdBaseStream class
42 CmdBaseStream();
43 virtual ~CmdBaseStream();

Completed in 29 milliseconds