/aoo42x/main/tools/inc/tools/ |
H A D | inetmsg.hxx | 175 : 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 …]
|
/aoo42x/main/tools/source/inet/ |
H A D | inetmsg.cxx | 90 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 …]
|
/aoo42x/main/basic/source/runtime/ |
H A D | runtime.cxx | 436 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 …]
|
/aoo42x/main/sc/inc/ |
H A D | validat.hxx | 106 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;
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salobj.cxx | 103 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()
|
/aoo42x/main/basic/source/classes/ |
H A D | sb.cxx | 1736 ( 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 …]
|
/aoo42x/main/sc/source/core/data/ |
H A D | validat.cxx | 164 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()
|
/aoo42x/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_testobj.vb | 425 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 D | cli_cs_testobj.cs | 395 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()
|
/aoo42x/main/basic/source/inc/ |
H A D | runtime.hxx | 217 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 );
|
/aoo42x/main/basic/inc/basic/ |
H A D | sbstar.hxx | 86 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 );
|
/aoo42x/main/sc/source/ui/view/ |
H A D | hintwin.cxx | 42 ScHintWindow::ScHintWindow( Window* pParent, const String& rTit, const String& rMsg ) : in ScHintWindow() argument 45 aMessage( rMsg ) in ScHintWindow()
|
/aoo42x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 376 …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()
|
/aoo42x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 890 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | hintwin.hxx | 43 ScHintWindow( Window* pParent, const String& rTit, const String& rMsg );
|
/aoo42x/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 252 uno_Any * pExc, const OUString & rMsg ) in constructRuntimeException() argument 254 RuntimeException exc( rMsg, Reference< XInterface >() ); in constructRuntimeException()
|
/aoo42x/main/vcl/inc/win/ |
H A D | saldata.hxx | 218 sal_Bool ImplInterceptChildWindowKeyDown( MSG& rMsg );
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | localedatawrapper.hxx | 351 static void outputCheckMessage( const String& rMsg );
|
/aoo42x/main/unotools/source/i18n/ |
H A D | localedatawrapper.cxx | 1958 void LocaleDataWrapper::outputCheckMessage( const String& rMsg ) in outputCheckMessage() argument 1960 outputCheckMessage( ByteString( rMsg, RTL_TEXTENCODING_UTF8).GetBuffer()); in outputCheckMessage()
|