Home
last modified time | relevance | path

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

12345678910>>...25

/trunk/main/package/source/xstor/
H A Dxstorage.cxx319 AddLog( aException.Message ); in ~OStorage_Impl()
397 AddLog( aException.Message ); in ~OStorage_Impl()
446 AddLog( aException.Message ); in RemoveReadOnlyWrap()
1293 AddLog( aException.Message ); in Commit()
2464 m_pImpl->AddLog( aException.Message ); in copyToStorage()
2561 m_pImpl->AddLog( aException.Message ); in openStreamElement()
4423 m_pImpl->AddLog( aException.Message ); in getByName()
4463 m_pImpl->AddLog( aException.Message ); in getElementNames()
4509 m_pImpl->AddLog( aException.Message ); in hasByName()
4566 m_pImpl->AddLog( aException.Message ); in hasElements()
[all …]
/trunk/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()
397 aMsg += ByteString( String( e.Message ), RTL_TEXTENCODING_UTF8 ); in setValue()
[all …]
/trunk/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()
648 Message = OUString::createFromAscii( "partial char" ); in getErrorMessage()
651 Message = OUString::createFromAscii( "tag mismatch" ); in getErrorMessage()
704 str += Message; in getErrorMessage()
905 e.Message , e.Context , e.WrappedException , in callbackExternalEntityRef()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/standalonedocinfo/
H A DTest01.java55 m_aTestHelper.Message ( "==============================" ); in test()
56 m_aTestHelper.Message ( sFilterName[i] ); 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()
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()
112 m_aTestHelper.Message ( "Document info stored." ); in test()
125 m_aTestHelper.Message ( "Get new title: " + sTitle_ ); in test()
[all …]
/trunk/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 );\
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()
610 BUILD_ERROR( 1 , USTRING_TO_PCHAR( e.Message ) ); in testSimple()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dview.src53 Message [ en-US ] = "Do you want to continue checking at the beginning of the document?" ;
59 Message [ en-US ] = "Do you want to check the main text?" ;
71 Message [ en-US ] = "Do you want check the special regions?" ;
83 Message [ en-US ] = "Check special regions is deactivated. Check anyway?" ;
99 Message [ en-US ] = "Could not merge documents." ;
103 Message [ en-US ] = "AutoText could not be created." ;
107 Message [ en-US ] = "The source cannot be loaded." ;
111 Message [ en-US ] = "No fax printer has been set under Tools/Options/%1/Print." ;
123 Message [ en-US ] = "Search key not found." ;
127 Message [ en-US ] = "found." ;
[all …]
/trunk/main/scripting/source/runtimemgr/
H A DScriptNameResolverImpl.cxx148 throw RuntimeException( temp.concat( e.Message ), 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()
460 throw lang::IllegalArgumentException( temp.concat( iae.Message ),
468 throw RuntimeException( temp.concat( re.Message ),
475 throw RuntimeException( temp.concat( e.Message ),
[all …]
H A DScriptRuntimeManager.cxx112 throw RuntimeException( temp.concat( e.Message ), Reference< XInterface >() ); in getScriptRuntime()
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()
308 throw script::CannotConvertException( temp.concat( cce.Message ), in resolve()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddoc.src53 Message [ en-US ] = "The category is not empty.\nDelete anyway?" ;
99 Message [ en-US ] = "The print job could not be started." ;
107 Message [ en-US ] = "The template could not be opened." ;
113 Message [ en-US ] = "Document already open for editing." ;
139 Message [ en-US ] = "The update could not be saved." ;
149 Message [ en-US ] = "Error renaming template." ;
155 Message [ en-US ] = "Error renaming template category." ;
161 Message [ en-US ] = "Please specify a name." ;
185 Message [ en-US ] = "Document info cannot be read." ;
342 Text [ en-US ] = "Message" ;
[all …]
/trunk/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 committed." ); 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()
/trunk/main/jurt/java/jurt/src/test/java/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 …]
/trunk/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 …]
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx553 aRuntime.Message = C2U(cInvalidObject); in insertTextContent()
611 aArgException.Message = in insertTextContent()
664 aRuntime.Message = C2U(cInvalidObject); in insertTextContentBefore()
1436 aEx.Message = sMessage; in finishOrAppendParagraph()
1442 aEx.Message = sMessage; in finishOrAppendParagraph()
1548 aEx.Message = sMessage; in appendTextPortion()
1554 aEx.Message = sMessage; in appendTextPortion()
1786 sMessage = rIllegal.Message; in convertToTextFrame()
1791 sMessage = rRuntime.Message; in convertToTextFrame()
1826 aEx.Message = sMessage; in convertToTextFrame()
[all …]
/trunk/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);\
/trunk/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);\
/trunk/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
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/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 …]
/trunk/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 …]
/trunk/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()
/trunk/main/sfx2/source/appl/
H A Dapp.src66 Message [ en-US ] = "Cancel all changes?" ;
71 Message [ en-US ] = "Document already open." ;
78Message[ en-US ] = "%PRODUCTNAME could not find a web browser on your system. Please check your de…
218Message [ en-US ] = "The application cannot be terminated at the moment.\nPlease wait until all pr…
411 Message [ en-US ] = "This hyperlink is going to open \"%s\". Do you want to proceed?" ;
419Message [ en-US ] = "For security reasons, the hyperlink cannot be executed.\nThe stated address w…
437Message [ en-US ] = "Saving will remove all existing signatures.\nDo you want to continue saving t…
445Message [ en-US ] = "The document has to be saved before it can be signed.\nDo you want to save th…
451Message [ en-US ] = "This document must be saved in OpenDocument file format before it can be digi…

Completed in 172 milliseconds

12345678910>>...25