Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 583) sorted by relevance

12345678910>>...24

/AOO41X/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx69 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper()
94 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CalendarWrapper()
120 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadDefaultCalendar()
145 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in loadCalendar()
165 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getLoadedCalendar()
186 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getAllCalendars()
207 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getUniqueID()
228 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in setDateTime()
248 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getDateTime()
278 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in getCombinedOffsetInMillis()
[all …]
/AOO41X/main/package/source/xstor/
H A Dxstorage.cxx319 AddLog( aException.Message ); in ~OStorage_Impl()
335 AddLog( aException.Message ); in ~OStorage_Impl()
397 AddLog( aException.Message ); in ~OStorage_Impl()
446 AddLog( aException.Message ); in RemoveReadOnlyWrap()
685 AddLog( aNoSuchElementException.Message ); in ReadContents()
763 AddLog( aNoEncryptionException.Message ); in CopyToStorage()
933 AddLog( aNoEncryptionException.Message ); in CopyStorageElement()
988 AddLog( aWrongPasswordException.Message ); in CopyStorageElement()
1293 AddLog( aException.Message ); in Commit()
1984 m_pImpl->AddLog( aRuntimeException.Message ); in ~OStorage()
[all …]
/AOO41X/main/sax/source/expatwrap/
H A Dsax_expat.cxx119 e.Message, \
628 OUString Message; in getErrorMessage() local
630 Message = OUString::createFromAscii( "No" ); in getErrorMessage()
633 Message = OUString::createFromAscii( "no memory" ); in getErrorMessage()
636 Message = OUString::createFromAscii( "syntax" ); in getErrorMessage()
639 Message = OUString::createFromAscii( "no elements" ); in getErrorMessage()
642 Message = OUString::createFromAscii( "invalid token" ); in getErrorMessage()
645 Message = OUString::createFromAscii( "unclosed token" ); in getErrorMessage()
648 Message = OUString::createFromAscii( "partial char" ); in getErrorMessage()
651 Message = OUString::createFromAscii( "tag mismatch" ); in getErrorMessage()
[all …]
/AOO41X/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java55 m_aTestHelper.Message ( "==============================" ); in test()
56 m_aTestHelper.Message ( sFilterName[i] ); in test()
57 m_aTestHelper.Message ( "==============================" ); in test()
66 m_aTestHelper.Message ( "New document initialized." ); in test()
78 m_aTestHelper.Message ( "Set title: " + in test()
81 m_aTestHelper.Message ( "Document stored." ); in test()
89 m_aTestHelper.Message ( "StandaloneDocumentInfo loaded." ); in test()
95 m_aTestHelper.Message ( "Get title: " + sTitle ); in test()
102 m_aTestHelper.Message ( "Title matched." ); in test()
108 m_aTestHelper.Message ( "Set new title: " + sTitle ); in test()
[all …]
/AOO41X/main/sw/source/ui/uiview/
H A Dview.src52 Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
58 Message [ en-US ] = "Do you want to check the main text?" ;
64Message [ en-US ] = "Show field commands option is checked.\nDo you want to print the document wit…
70 Message [ en-US ] = "Do you want check the special regions?" ;
76Message [ en-US ] = "This word appears in the list of words you want to avoid! Start thesaurus?" ;
82 Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
88Message [ en-US ] = "%PRODUCTNAME Writer has searched to the end of the document. Do you want to c…
94Message [ en-US ] = "%PRODUCTNAME Writer has searched to the beginning of the document. Do you wan…
98 Message [ en-US ] = "Could not merge documents." ;
102 Message [ en-US ] = "AutoText could not be created." ;
[all …]
/AOO41X/main/extensions/test/sax/
H A Dtestsax.cxx56 #define BUILD_ERROR(expr, Message)\ argument
69 str += Message; \
75 #define WARNING_ASSERT(expr, Message) \ argument
87 str += Message; \
93 #define ERROR_ASSERT(expr, Message) \ argument
95 BUILD_ERROR(expr, Message );\
100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
102 BUILD_ERROR(expr,Message);\
603 BUILD_ERROR( 1 , USTRING_TO_PCHAR( e.Message ) ); in testSimple()
606 BUILD_ERROR( 1 , USTRING_TO_PCHAR( e.Message ) ); in testSimple()
[all …]
/AOO41X/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx148 throw RuntimeException( temp.concat( e.Message ), in resolve()
215 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve()
247 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in resolve()
301 throw RuntimeException( temp.concat( e.Message ), in resolve()
308 throw RuntimeException( temp.concat( e.Message ), in resolve()
315 throw lang::IllegalArgumentException( temp.concat( e.Message ), in resolve()
322 throw RuntimeException( temp.concat( e.Message ), in resolve()
330 ::rtl::OUStringToOString( e.Message, in resolve()
334 throw RuntimeException( temp.concat( e.Message ), in resolve()
428 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() );
[all …]
H A DScriptRuntimeManager.cxx112 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime()
141 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptNameResolver()
226 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
233 throw script::CannotConvertException( temp.concat( cce.Message ), in invoke()
241 throw reflection::InvocationTargetException( temp.concat( ite.Message ), in invoke()
247 throw RuntimeException( temp.concat( e.Message ), in invoke()
253 throw RuntimeException( temp.concat( e.Message ), in invoke()
259 throw RuntimeException( temp.concat( re.Message ), in invoke()
265 throw RuntimeException( temp.concat( e.Message ), in invoke()
301 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in resolve()
[all …]
/AOO41X/main/sot/qa/complex/olesimplestorage/
H A DTest01.java56 m_aTestHelper.Message ( "A new temporary stream created." ); in test()
64 m_aTestHelper.Message ( "OLESimpleStorage based on XStream created." ); in test()
80 m_aTestHelper.Message ( "Substream " + i + " initialized." ); in test()
88 m_aTestHelper.Message ( "Substream " + i + " inserted." ); in test()
94 m_aTestHelper.Message ( "Storage commited." ); in test()
102 m_aTestHelper.Message ( "Storage closed." ); in test()
108 m_aTestHelper.Message ( "Storage reopened, based on XInputStream." ); in test()
111 m_aTestHelper.Message ( "Checking data contained in all the substreams..." ); in test()
128 m_aTestHelper.Message ( "Stream " + i + " byte " + j + ": CORRECT." ); in test()
138 m_aTestHelper.Message ( "All substreams contain correct data. SUCCESS." ); in test()
/AOO41X/main/sfx2/source/doc/
H A Ddoc.src34Message [ en-US ] = "Saving in external formats may have caused\n information loss. Do you still w…
40 Message [ en-US ] = "Name already in use.\nDo you want to overwrite document template?" ;
54 Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
100 Message [ en-US ] = "The print job could not be started." ;
108 Message [ en-US ] = "The template could not be opened." ;
114 Message [ en-US ] = "Document already open for editing." ;
140 Message [ en-US ] = "The update could not be saved." ;
150 Message [ en-US ] = "Error renaming template." ;
156 Message [ en-US ] = "Error renaming template category." ;
162 Message [ en-US ] = "Please specify a name." ;
[all …]
/AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java25 import com.sun.star.lib.uno.environments.remote.Message;
87 Message iMessage = iReceiver.readMessage(); in testCallWithInParameter()
104 Message iMessage = iReceiver.readMessage(); in testCallWithOutParameter()
125 Message iMessage = iReceiver.readMessage(); in testCallWithInOutParameter()
154 Message iMessage = iSender.readMessage(); in testCallWithResult()
173 Message iMessage = iSender.readMessage(); in testCallWhichRaisesException()
188 Message iMessage = iReceiver.readMessage(); in testCallWithIn_Out_InOut_Paramters_and_result()
223 Message iMessage = iSender.readMessage(); in testCallWhichReturnsAny()
280 public Message readMessage() throws IOException { in readMessage()
285 if (o instanceof Message) { in readMessage()
[all …]
/AOO41X/main/sax/test/sax/
H A Dfactory.hxx32 #define BUILD_ERROR(expr, Message)\ argument
45 str.append( Message ); \
52 #define WARNING_ASSERT(expr, Message) \ argument
64 str.append( Message); \
71 #define ERROR_ASSERT(expr, Message) \ argument
73 BUILD_ERROR(expr, Message );\
78 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
80 BUILD_ERROR(expr,Message);\
H A Dtestsax.cxx184 OString o = OUStringToOString( e.Message , RTL_TEXTENCODING_ASCII_US); in test()
533 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testSimple()
538 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testSimple()
543 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testSimple()
598 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testNamespaces()
647 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testEncoding()
691 OString o1 = OUStringToOString(pEx->Message, RTL_TEXTENCODING_UTF8 ); in testFile()
702 OString o1 = OUStringToOString(e.Message, RTL_TEXTENCODING_UTF8 ); in testFile()
707 printf( "normal exception ! %s\n", e.Message ); in testFile()
758 OString o = OUStringToOString( ex.Message , RTL_TEXTENCODING_ASCII_US ); in testPerformance()
[all …]
/AOO41X/main/extensions/test/stm/
H A Dtestfactreg.hxx56 #define BUILD_ERROR(expr, Message)\ argument
69 str += Message; \
75 #define WARNING_ASSERT(expr, Message) \ argument
87 str += Message; \
93 #define ERROR_ASSERT(expr, Message) \ argument
95 BUILD_ERROR(expr, Message );\
100 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
102 BUILD_ERROR(expr,Message);\
/AOO41X/main/io/test/stm/
H A Dtestfactreg.hxx63 #define BUILD_ERROR(expr, Message)\ argument
76 str.append( Message ); \
83 #define WARNING_ASSERT(expr, Message) \ argument
95 str.append( Message); \
102 #define ERROR_ASSERT(expr, Message) \ argument
104 BUILD_ERROR(expr, Message );\
109 #define ERROR_EXCEPTION_ASSERT(expr, Message, Exception) \ argument
111 BUILD_ERROR(expr,Message);\
/AOO41X/main/sw/source/core/unocore/
H A Dunotext.cxx372 throw uno::RuntimeException(iae.Message, 0); in insertString()
541 aIllegal.Message = C2U("first parameter invalid;"); in insertTextContent()
547 aIllegal.Message += C2U("second parameter invalid"); in insertTextContent()
553 aRuntime.Message = C2U(cInvalidObject); in insertTextContent()
561 aIllegal.Message = C2U("first parameter invalid"); in insertTextContent()
598 aRunException.Message = C2U("text interface and cursor not related"); in insertTextContent()
611 aArgException.Message = in insertTextContent()
664 aRuntime.Message = C2U(cInvalidObject); in insertTextContentBefore()
788 aRuntime.Message = C2U(cInvalidObject); in removeTextContentBefore()
844 aRuntime.Message = C2U(cInvalidObject); in removeTextContentAfter()
[all …]
/AOO41X/main/unotools/qa/complex/tempfile/
H A DTestHelper.java89 Message ( "Compare file name and URL: " + in CompareFileNameAndURL()
105 Message ( "Write to tempfile successfully." ); in WriteBytesWithStream()
119 Message ( "Read from tempfile successfully." ); in ReadBytesWithStream()
135 Message ( "Read directly from tempfile successfully." ); in ReadDirectlyFromTempFile()
174 Message ( "Tempfile closed successfully." ); in CloseTempFile()
185 Message ( "Tempfile killed successfully." ); in KillTempFile()
201 Message ( "Tempfile " + ( bRet ? "still " : "no longer " ) + "exists." ); in IfTempFileExists()
216 public void Message( String sMessage ) { in Message() method in TestHelper
/AOO41X/main/comphelper/qa/complex/comphelper/
H A DSequenceOutputStreamUnitTest.java60 public void Message ( String sMessage ) { in Message() method in TestHelper
114 m_aTestHelper.Message ( "SequenceOutputStream created." ); in test()
122 m_aTestHelper.Message ( "SeuenceOutputStream filled." ); in test()
132 m_aTestHelper.Message ( "SequenceInputStream created." ); in test()
137 m_aTestHelper.Message ( "Read from SequenceInputStream." ); in test()
142 m_aTestHelper.Message ( "Both streams closed." ); in test()
156 m_aTestHelper.Message ( "All data correct." ); in test()
/AOO41X/main/framework/source/fwe/xml/
H A Dmenuconfiguration.cxx120 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in CreateMenuBarConfigurationFromXML()
127 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in CreateMenuBarConfigurationFromXML()
129 … throw WrappedTargetException( aWrappedSAXException.Message, Reference< XInterface >(), Any() ); in CreateMenuBarConfigurationFromXML()
133 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in CreateMenuBarConfigurationFromXML()
170 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in StoreMenuBarConfigurationToXML()
174 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in StoreMenuBarConfigurationToXML()
178 throw WrappedTargetException( e.Message, Reference< XInterface >(), Any() ); in StoreMenuBarConfigurationToXML()
H A Dsaxnamespacefilter.cxx114 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in startElement()
126 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in startElement()
145 e.Message = ::rtl::OUString( getErrorLineString() + e.Message ); in endElement()
/AOO41X/main/scripting/source/storage/
H A DScriptStorageManager.cxx97 …ption( OUSTR( "ScriptStorageManager::ScriptStorageManager: " ).concat( e.Message ), Reference< XIn… in ScriptStorageManager()
126 OUSTR( "ScriptStorageManager::setupAppStorage: " ).concat( e.Message ), in setupAppStorage()
180 e.Message ), Reference< XInterface >() ); in setupAnyStorage()
377 e.Message ), Reference< XInterface >() ); in refreshScriptStorage()
383 e.Message ), Reference< XInterface >() ); in refreshScriptStorage()
401 e.Message ), Reference< XInterface >(), e.LackingPermission ); in checkPermission()
407 e.Message ), Reference< XInterface >(), e.ArgumentPosition ); in checkPermission()
413 e.Message ), Reference< XInterface >() ); in checkPermission()
494 message = message.concat( e.Message ); in disposing()
H A DScriptSecurityManager.cxx124 ::rtl::OUStringToOString( rte.Message, in addScriptStorage()
127 … OUSTR( "ScriptSecurityManager::addScriptStorage: caught RuntimeException" ).concat( rte.Message ), in addScriptStorage()
285 … OUSTR( "ScriptSecurityManager::executeDialog: caught RuntimeException: ").concat( rte.Message ), in executeDialog()
291 OUSTR( "ScriptSecurityManager::executeDialog: caught Exception: ").concat( e.Message ), in executeDialog()
407 …riptSecurityManager:readConfiguration: Attempt to read unknown property: " ).concat( upe.Message ), in readConfiguration()
413 …TR( "ScriptSecurityManager:readConfiguration: wrapped target exception? :" ).concat( wte.Message ), in readConfiguration()
419 ::rtl::OUStringToOString(e.Message , in readConfiguration()
422 OUSTR( "ScriptSecurityManager:readConfiguration: exception? :" ).concat( e.Message ), in readConfiguration()
509 … "ScriptSecurityManager::addToSecurePaths: error updating SecureURL setting" ).concat( e.Message ), in addToSecurePaths()
/AOO41X/main/unotools/source/config/
H A Dconfigmgr.cxx163 sMsg += OString(rEx.Message.getStr(), in GetConfigurationProvider()
164 rEx.Message.getLength(), in GetConfigurationProvider()
297 OUStringToOString(rEx.Message,RTL_TEXTENCODING_ASCII_US).getStr()); in AcquireTree()
305 sMsg += OString(rEx.Message.getStr(), in AcquireTree()
306 rEx.Message.getLength(), in AcquireTree()
672 sMsg += OString(rEx.Message.getStr(), in GetHierarchyAccess()
673 rEx.Message.getLength(), in GetHierarchyAccess()
705 sMsg += OString(rEx.Message.getStr(), in GetLocalProperty()
706 rEx.Message.getLength(), in GetLocalProperty()
737 sMsg += OString(rEx.Message.getStr(), in PutLocalProperty()
[all …]
/AOO41X/main/sw/source/core/tox/
H A Dtoxhlp.cxx65 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in IndexEntrySupplierWrapper()
91 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetIndexKey()
112 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetFollowingText()
135 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in GetAlgorithmList()
158 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in LoadAlgorithm()
184 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in CompareIndexEntry()
/AOO41X/main/sw/source/ui/app/
H A Dapp.src250 Message [ en-US ] = "Error sending mail." ;
256 Message [ en-US ] = "Invalid password" ;
383Message [ en-US ] = "To proceed with this action, you must first turn off the \"undo\" function. D…
442Message [ en-US ] = "You have a large amount of data saved in the clipboard.\nShould the clipboard…
449Message [ en-US ] = "Conversion into HTML format \nmay cause information loss. \nDo you want to sa…
455Message [ en-US ] = "The source code can only be displayed if the document is saved in HTML format…
510Message [ en-US ] = "This action deletes the list of actions that can be undone. Previous changes …
517 Message [ en-US ] = "Do you want to use names and addresses from a database?";
525Message [ en-US ] = "Your document contains address database fields. Do you want to print a form l…
563Message [ en-US ] = "No data source has been set up yet. You need a data source, such as a databas…
[all …]

12345678910>>...24