Home
last modified time | relevance | path

Searched refs:comm_USHORT (Results 1 – 17 of 17) sorted by relevance

/aoo4110/main/automation/source/server/
H A Dcmdbasestream.cxx57 Write(comm_USHORT(SIReturn)); in GenReturn()
113 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_ULONG nNr ) in GenReturn()
131 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_BOOL bBool ) in GenReturn()
140 void CmdBaseStream::GenReturn (comm_USHORT nRet, comm_USHORT nMethod, comm_USHORT nNr ) in GenReturn()
205 comm_USHORT nId; in Read()
216 comm_USHORT nId; in Read()
227 comm_USHORT nId; in Read()
239 comm_USHORT n; in Read()
247 comm_USHORT nId; in Read()
257 comm_USHORT nId; in GetNextType()
[all …]
H A Dretstrm.hxx43 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 Drecorder.cxx192 …StatementList::pRet->GenReturn( RET_MacroRecorder, rtl::OString(), (comm_USHORT)(M_SetPage|M_RET_N… in IMPL_LINK()
212 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Check… in IMPL_LINK()
230 comm_USHORT nMethod; in IMPL_LINK()
276 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
311 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Selec… in IMPL_LINK()
344 comm_USHORT nMethod; in IMPL_LINK()
390 comm_USHORT nMethod; in IMPL_LINK()
418 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click… in IMPL_LINK()
466 comm_USHORT nMethod; in IMPL_LINK()
501 …StatementList::pRet->GenReturn( RET_MacroRecorder, pWin->GetUniqueOrHelpId(), (comm_USHORT)M_Click… in IMPL_LINK()
[all …]
H A Dsvcommstream.cxx32 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 Dretstrm.cxx63 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 Dstatemnt.hxx349 comm_USHORT nNr1,nNr2,nNr3,nNr4;
385 comm_USHORT nNr1,nNr2,nNr3,nNr4;
409 comm_USHORT nSNr1;
H A Dscmdstrm.cxx87 comm_USHORT nNr; in Read()
158 comm_USHORT nNr; in Read()
H A Dscmdstrm.hxx45 void Read ( comm_USHORT &nNr ){CmdBaseStream::Read ( nNr );} in Read()
H A Dstatemnt.cxx2535 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 …]
/aoo4110/main/automation/source/inc/
H A Dcmdbasestream.hxx55 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 …
62 … void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_String *pString );
64 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_BOOL bBool );
65 void GenReturn( comm_USHORT nRet, rtl::OString *pUId, comm_USHORT nMethod, comm_ULONG nNr );
67 void Read ( comm_USHORT &nNr );
71 comm_USHORT GetNextType();
[all …]
H A Dicommstream.hxx44 virtual ICommStream& operator>>( comm_USHORT& rUShort )=0;
48 virtual ICommStream& operator<<( comm_USHORT nUShort )=0;
H A Dsvcommstream.hxx39 ICommStream& operator>>( comm_USHORT& rUShort );
43 ICommStream& operator<<( comm_USHORT nUShort );
/aoo4110/main/automation/source/simplecm/
H A Dcommuniio.hxx46 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen ) = 0;
58 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) = 0;
H A Dtcpio.hxx47 virtual comm_USHORT TransferBytes( const void* pBuffer, comm_UINT32 nLen );
50 virtual comm_USHORT ReceiveBytes( void* pBuffer, comm_UINT32 nLen );
H A Dtcpio.cxx30 comm_USHORT TCPIO::TransferBytes( const void* pBuffer, comm_UINT32 nLen ) in TransferBytes()
46 comm_USHORT TCPIO::ReceiveBytes( void* pBuffer, comm_UINT32 nLen ) in ReceiveBytes()
/aoo4110/main/automation/inc/automation/
H A Dcommdefines.hxx121 typedef comm_USHORT HandshakeType;
122 typedef comm_USHORT CommunicationOption;
H A Dcommtypes.hxx61 typedef sal_uInt16 comm_USHORT; typedef

Completed in 73 milliseconds