| /AOO41X/main/automation/source/server/ |
| H A D | cmdbasestream.cxx | 50 Write(comm_USHORT(SIReturnError)); in GenError() 55 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_ULONG nUId ) in GenReturn() 57 Write(comm_USHORT(SIReturn)); in GenReturn() 60 Write(comm_USHORT(PARAM_NONE)); // Typ der folgenden Parameter in GenReturn() 63 void CmdBaseStream::GenReturn (comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr ) in GenReturn() 65 Write(comm_USHORT(SIReturn)); in GenReturn() 71 Write(comm_USHORT(PARAM_ULONG_1)); // Typ der folgenden Parameter in GenReturn() 75 void CmdBaseStream::GenReturn (comm_USHORT nRet, rtl::OString *pUId, comm_String *pString ) in GenReturn() 77 Write(comm_USHORT(SIReturn)); in GenReturn() 83 Write(comm_USHORT(PARAM_STR_1)); // Typ der folgenden Parameter in GenReturn() [all …]
|
| H A D | retstrm.hxx | 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() 48 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod ){CmdBaseStream::GenRetur… in GenReturn() 49 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_BOOL bBool ){CmdBas… in GenReturn() 50 …void GenReturn( comm_USHORT nRet, rtl::OString aUId, comm_USHORT nMethod, comm_ULONG nNr ){CmdBase… in GenReturn() 61 void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString ); 62 …void GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString, sal_Bool … 70 void Write( comm_USHORT nNr ){CmdBaseStream::Write( nNr );} in Write()
|
| H A D | recorder.cxx | 192 …StatementList::pRet->GenReturn( RET_MacroRecorder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_N… in IMPL_LINK() 212 …atementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check ); in IMPL_LINK() 230 comm_USHORT nMethod; in IMPL_LINK() 276 …tList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Select, comm_… in IMPL_LINK() 311 …tList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Select, (comm… in IMPL_LINK() 344 comm_USHORT nMethod; in IMPL_LINK() 390 comm_USHORT nMethod; in IMPL_LINK() 418 …atementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click ); in IMPL_LINK() 466 comm_USHORT nMethod; in IMPL_LINK() 501 …atementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click ); in IMPL_LINK() [all …]
|
| H A D | svcommstream.cxx | 32 ICommStream& SvCommStream::operator>>( comm_USHORT& rUShort ) { *pStream >> rUShort; return *this; } in operator >>() 36 ICommStream& SvCommStream::operator<<( comm_USHORT nUShort ) { *pStream << nUShort; return *this; } in operator <<()
|
| H A D | retstrm.cxx | 63 void RetStream::GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString ) in GenReturn() 68 void RetStream::GenReturn( sal_uInt16 nRet, rtl::OString aUId, comm_USHORT nMethod, String aString,… in GenReturn()
|
| H A D | statemnt.hxx | 349 comm_USHORT nNr1,nNr2,nNr3,nNr4; 385 comm_USHORT nNr1,nNr2,nNr3,nNr4; 409 comm_USHORT nSNr1;
|
| H A D | scmdstrm.cxx | 87 comm_USHORT nNr; in Read() 158 comm_USHORT nNr; in Read()
|
| H A D | statemnt.cxx | 2535 pRet->GenReturn ( RET_Value, nMethodId, comm_USHORT(CONST_WSFinished) ); in Execute() 2540 pRet->GenReturn ( RET_Value, nMethodId, comm_USHORT(CONST_WSTimeout) ); in Execute() 3366 pRet->GenReturn ( RET_Value, nMethodId, (comm_USHORT)GetDocWinCount() ); in Execute() 3389 … pRet->GenReturn ( RET_Value, nMethodId, (comm_USHORT)Application::GetSettings().GetLanguage() ); in Execute() 5776 comm_USHORT nType; in Execute() 5890 comm_USHORT nUnfrozenColCount = 0; in Execute() 5917 comm_USHORT nUnfrozenColCount = 0; in Execute() 6225 comm_USHORT val = 0; in Execute() 6231 … pRet->GenReturn ( RET_Value, aUId, comm_USHORT(0) ); in Execute() 6283 … pRet->GenReturn ( RET_Value, aUId, comm_USHORT( pTC->GetSelectedRowCount() )); in Execute() [all …]
|
| H A D | scmdstrm.hxx | 45 void Read ( comm_USHORT &nNr ){CmdBaseStream::Read ( nNr );} in Read()
|
| /AOO41X/main/automation/source/inc/ |
| H A D | cmdbasestream.hxx | 49 void GenReturn( comm_USHORT nRet, comm_ULONG nNr ); 50 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr ); 51 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_String *pString ); 52 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_BOOL bBool ); 53 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_ULONG nNr, comm_String *pString, comm_B… 55 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_ULONG nNr ); 56 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_String *pString ); 57 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool ); 58 void GenReturn( comm_USHORT nRet, comm_USHORT nMethod, comm_USHORT nNr ); 61 …void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod ); // also used outside … [all …]
|
| H A D | icommstream.hxx | 44 virtual ICommStream& operator>>( comm_USHORT& rUShort )=0; 48 virtual ICommStream& operator<<( comm_USHORT nUShort )=0;
|
| H A D | svcommstream.hxx | 39 ICommStream& operator>>( comm_USHORT& rUShort ); 43 ICommStream& operator<<( comm_USHORT nUShort );
|
| /AOO41X/main/automation/source/simplecm/ |
| H A D | communiio.hxx | 46 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen ) = 0; 58 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) = 0;
|
| H A D | tcpio.hxx | 47 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen ); 50 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen );
|
| H A D | tcpio.cxx | 30 comm_USHORT TCPIO::TransferBytes( const void* pBuffer, comm_UINT32 nLen ) in TransferBytes() 46 comm_USHORT TCPIO::ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) in ReceiveBytes()
|
| /AOO41X/main/automation/inc/automation/ |
| H A D | commdefines.hxx | 121 typedef comm_USHORT HandshakeType; 122 typedef comm_USHORT CommunicationOption;
|
| H A D | commtypes.hxx | 61 typedef sal_uInt16 comm_USHORT; typedef
|