Home
last modified time | relevance | path

Searched refs:rMsg (Results 1 – 19 of 19) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dinetmsg.hxx175 : m_nDocSize (rMsg.m_nDocSize), in INetMessage()
176 m_aDocName (rMsg.m_aDocName), in INetMessage()
177 m_xDocLB (rMsg.m_xDocLB) in INetMessage()
179 ListCopy (rMsg); in INetMessage()
184 m_nDocSize = rMsg.m_nDocSize; in operator =()
185 m_aDocName = rMsg.m_aDocName; in operator =()
186 m_xDocLB = rMsg.m_xDocLB; in operator =()
187 ListCopy (rMsg); in operator =()
233 return rMsg.operator<< (rStrm); in operator <<()
239 return rMsg.operator>> (rStrm); in operator >>()
[all …]
/trunk/main/tools/source/inet/
H A Dinetmsg.cxx90 if (!(this == &rMsg)) in ListCopy()
295 : INetMessage (rMsg) in INetRFC822Message()
298 m_nIndex[i] = rMsg.m_nIndex[i]; in INetRFC822Message()
306 if (this != &rMsg) in operator =()
308 INetMessage::operator= (rMsg); in operator =()
1005 : INetRFC822Message (rMsg) in INetMIMEMessage()
1008 CopyImp (rMsg); in INetMIMEMessage()
1015 const INetMIMEMessage& rMsg) in operator =() argument
1017 if (this != &rMsg) in operator =()
1026 CopyImp (rMsg); in operator =()
[all …]
/trunk/main/basic/source/runtime/
H A Druntime.cxx436 void SbiInstance::Error( SbError n, const String& rMsg ) in Error() argument
440 aErrorMsg = rMsg; in Error()
445 void SbiInstance::ErrorVB( sal_Int32 nVBNumber, const String& rMsg ) in ErrorVB() argument
453 aErrorMsg = rMsg; in ErrorVB()
461 void SbiInstance::setErrorVB( sal_Int32 nVBNumber, const String& rMsg ) in setErrorVB() argument
467 aErrorMsg = rMsg; in setErrorVB()
921 sal_Int32 SbiRuntime::translateErrorToVba( SbError nError, String& rMsg ) in translateErrorToVba() argument
928 if ( !rMsg.Len() ) in translateErrorToVba()
936 StarBASIC::MakeErrorText( nError, rMsg ); in translateErrorToVba()
937 rMsg = StarBASIC::GetErrorText(); in translateErrorToVba()
[all …]
/trunk/main/sc/inc/
H A Dvalidat.hxx106 void SetInput( const String& rTitle, const String& rMsg );
107 void SetError( const String& rTitle, const String& rMsg,
110 sal_Bool GetInput( String& rTitle, String& rMsg ) const in GetInput()
111 { rTitle = aInputTitle; rMsg = aInputMessage; return bShowInput; } in GetInput()
112 sal_Bool GetErrMsg( String& rTitle, String& rMsg, ScValidErrorStyle& rStyle ) const;
/trunk/main/vcl/win/source/window/
H A Dsalobj.cxx103 sal_Bool ImplInterceptChildWindowKeyDown( MSG& rMsg ) in ImplInterceptChildWindowKeyDown() argument
106 if ( rMsg.message == WM_KEYDOWN ) in ImplInterceptChildWindowKeyDown()
109 sal_Int32 nLen = GetClassNameW( rMsg.hwnd, pClassName, 10 ); in ImplInterceptChildWindowKeyDown()
113 HWND hWin = rMsg.hwnd; in ImplInterceptChildWindowKeyDown()
130 …bResult = ( 1 == ImplSendMessage( pSalObj->maSysData.hWnd, rMsg.message, rMsg.wParam, rMsg.lParam … in ImplInterceptChildWindowKeyDown()
/trunk/main/basic/source/classes/
H A Dsb.cxx1736 ( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uInt16 c2 ) in CError() argument
1755 MakeErrorText( code, rMsg ); in CError()
1758 if( rMsg.Len() ) in CError()
1759 code = (sal_uIntPtr)*new StringErrorInfo( code, String(rMsg) ); in CError()
1778 sal_Bool StarBASIC::RTError( SbError code, const String& rMsg, sal_uInt16 l, sal_uInt16 c1, sal_uIn… in RTError() argument
1785 MakeErrorText( c, rMsg ); in RTError()
1788 if( rMsg.Len() ) in RTError()
1799 aTmp += GetSbData()->aErrMsg.Len() ? GetSbData()->aErrMsg : rMsg; in RTError()
1803 code = (sal_uIntPtr)*new StringErrorInfo( code, String(rMsg) ); in RTError()
1818 void StarBASIC::Error( SbError n, const String& rMsg ) in Error() argument
[all …]
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx164 void ScValidationData::SetInput( const String& rTitle, const String& rMsg ) in SetInput() argument
168 aInputMessage = rMsg; in SetInput()
171 void ScValidationData::SetError( const String& rTitle, const String& rMsg, in SetError() argument
177 aErrorMessage = rMsg; in SetError()
180 sal_Bool ScValidationData::GetErrMsg( String& rTitle, String& rMsg, in GetErrMsg() argument
184 rMsg = aErrorMessage; in GetErrMsg()
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb425 nArgumentPos As Short, rMsg As String, xContext As Object) As TestDataElements _
427 Throw New IllegalArgumentException(rMsg, xContext, nArgumentPos)
430 Public Overridable Sub raiseRuntimeExceptionOneway(rMsg As String , xContext As Object) _
432 Throw New RuntimeException(rMsg, xContext)
H A Dcli_cs_testobj.cs395 short nArgumentPos, String rMsg, Object xContext ) in raiseException() argument
397 throw new IllegalArgumentException(rMsg, xContext, nArgumentPos); in raiseException()
399 public void raiseRuntimeExceptionOneway( String rMsg, Object xContext ) in raiseRuntimeExceptionOneway() argument
401 throw new RuntimeException(rMsg, xContext); in raiseRuntimeExceptionOneway()
/trunk/main/basic/source/inc/
H A Druntime.hxx217 void Error( SbError, const String& rMsg ); // trappable Error mit Message
218 void ErrorVB( sal_Int32 nVBNumber, const String& rMsg );
219 void setErrorVB( sal_Int32 nVBNumber, const String& rMsg );
449 static sal_Int32 translateErrorToVba( SbError nError, String& rMsg );
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx86 sal_Bool RTError( SbError, const String& rMsg, xub_StrLen, xub_StrLen, xub_StrLen );
128 static void Error( SbError, const String& rMsg );
130 static void FatalError( SbError, const String& rMsg );
/trunk/main/sc/source/ui/view/
H A Dhintwin.cxx42 ScHintWindow::ScHintWindow( Window* pParent, const String& rTit, const String& rMsg ) : in ScHintWindow() argument
45 aMessage( rMsg ) in ScHintWindow()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx376 …virtual TestData SAL_CALL raiseException( sal_Int16 nArgumentPos, const OUString & rMsg, const Ref…
629 TestData Test_Impl::raiseException( sal_Int16 nArgumentPos, const OUString & rMsg, const Reference<… in raiseException() argument
634 aExc.Message = _aData.String = rMsg; in raiseException()
639 void Test_Impl::raiseRuntimeExceptionOneway( const OUString & rMsg, const Reference< XInterface > &… in raiseRuntimeExceptionOneway() argument
643 aExc.Message = _aData.String = rMsg; in raiseRuntimeExceptionOneway()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java890 public TestDataElements raiseException(short nArgumentPos, String rMsg, Object xContext) in raiseException() argument
894 throw new com.sun.star.lang.IllegalArgumentException(rMsg, xContext, nArgumentPos); in raiseException()
897 …public void raiseRuntimeExceptionOneway(String rMsg, Object xContext) throws com.sun.star.uno.Runt… in raiseRuntimeExceptionOneway() argument
898 throw new com.sun.star.uno.RuntimeException(rMsg, xContext); in raiseRuntimeExceptionOneway()
/trunk/main/sc/source/ui/inc/
H A Dhintwin.hxx43 ScHintWindow( Window* pParent, const String& rTit, const String& rMsg );
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx252 uno_Any * pExc, const OUString & rMsg ) in constructRuntimeException() argument
254 RuntimeException exc( rMsg, Reference< XInterface >() ); in constructRuntimeException()
/trunk/main/vcl/inc/win/
H A Dsaldata.hxx218 sal_Bool ImplInterceptChildWindowKeyDown( MSG& rMsg );
/trunk/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx351 static void outputCheckMessage( const String& rMsg );
/trunk/main/unotools/source/i18n/
H A Dlocaledatawrapper.cxx1958 void LocaleDataWrapper::outputCheckMessage( const String& rMsg ) in outputCheckMessage() argument
1960 outputCheckMessage( ByteString( rMsg, RTL_TEXTENCODING_UTF8).GetBuffer()); in outputCheckMessage()

Completed in 102 milliseconds