Home
last modified time | relevance | path

Searched refs:cause (Results 1 – 25 of 88) sorted by relevance

1234

/aoo4110/main/sw/qa/complex/writer/
H A DLoadSaveTest.java187 Exception cause = (Exception) in report2() local
189 log.println(cause.toString()); in report2()
190 report2(cause); in report2()
193 Exception cause = (Exception) in report2() local
195 log.println(cause.toString()); in report2()
196 report2(cause); in report2()
/aoo4110/main/reportbuilder/java/com/sun/star/report/
H A DDataSourceException.java69 public DataSourceException(String message, Throwable cause) in DataSourceException() argument
71 super(message, cause); in DataSourceException()
86 public DataSourceException(Throwable cause) in DataSourceException() argument
88 super(cause); in DataSourceException()
H A DReportExecutionException.java49 public ReportExecutionException(Throwable cause) in ReportExecutionException() argument
51 super(cause); in ReportExecutionException()
78 public ReportExecutionException(String message, Throwable cause) in ReportExecutionException() argument
80 super(message, cause); in ReportExecutionException()
/aoo4110/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationException.java41 public CommunicationException(String message, Throwable cause) { in CommunicationException() argument
42 super(message, cause); in CommunicationException()
49 public CommunicationException(Throwable cause) { in CommunicationException() argument
50 super(cause); in CommunicationException()
/aoo4110/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_app.cxx667 OUString cause; in unopkg_main() local
670 cause = ::comphelper::anyToString(exc.Cause); in unopkg_main()
676 cause = e.Message; in unopkg_main()
681 if (cause.getLength()) in unopkg_main()
683 OUSTR(" Cause: ") + cause + OUSTR("\n")); in unopkg_main()
/aoo4110/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java558 Exception cause = (Exception) in report2() local
560 System.out.println(cause.toString()); in report2()
561 report2(cause); in report2()
564 Exception cause = (Exception) in report2() local
566 System.out.println(cause.toString()); in report2()
567 report2(cause); in report2()
/aoo4110/main/stoc/source/tdmanager/
H A Dtdmgr_common.hxx44 IncompatibleTypeException( ::rtl::OUString const & cause ) in IncompatibleTypeException()
45 : m_cause( cause ) {} in IncompatibleTypeException()
/aoo4110/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx373 uno::Any cause; in handle() local
376 cause = dpExc.Cause; in handle()
380 cause = cfExc.Reason; in handle()
382 cause = wtExc.TargetException; in handle()
384 update_( cause ); in handle()
/aoo4110/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java890 Exception cause = (Exception) in report2() local
892 System.out.println(cause.toString()); in report2()
893 report2(cause); in report2()
896 Exception cause = (Exception) in report2() local
898 System.out.println(cause.toString()); in report2()
899 report2(cause); in report2()
/aoo4110/main/offapi/com/sun/star/deployment/
H A DXPackageRegistry.idl66 if previsously an empty string was proveded to cause the determination
67 of the media type) or <code>removed</code> parameters will cause an
H A DDeploymentException.idl38 /** reflects the cause of the error. Commonly an exception.
/aoo4110/main/cui/source/options/
H A Doptsave.src229 Text [ en-US ] = "Not using ODF 1.2 Extended may cause infomation to be lost.";
270 Text [ en-US ] = "Using \"%1\" as default file format may cause information loss.\n";
/aoo4110/main/libxml2/
H A D0e1a49c8907645d2e155f0d89d4d9895ac5112b5.patch7 return NULL which cause a infinite loop in xmlStringLenDecodeEntities
H A D7ffcd44d7e6c46704f8af0321d9314cd26e0e18a.patch9 vctxt->xsiAssemble to 0 again which cause the alloced schema
H A D50f06b3efb638efb0abd95dc62dca05ae67882c2.patch6 Make sure that truncated UTF-8 sequences don't cause an out-of-bounds
/aoo4110/main/testtools/qa/cli/
H A Dreadme.txt25 When the test fails one should directly run that executable. Then one may see the cause
/aoo4110/main/stlport/systemstl/
H A Dlist29 // MSVC's list would cause a lot of expression-result-unused warnings
H A Dslist33 // MSVC's list would cause a lot of expression-result-unused warnings
/aoo4110/main/offapi/com/sun/star/setup/
H A DOSType.idl27 // it depricated anyway and any patches will cause API
/aoo4110/main/udkapi/com/sun/star/java/
H A DJavaVMCreationFailureException.idl50 indicate a different cause.
/aoo4110/main/libxmlsec/
H A Dreadme.txt26 setting it will cause that the validation key is not found. If the flag is set,
/aoo4110/main/offapi/com/sun/star/view/
H A DXPrintable.idl62 <p>Setting a new printer will cause reformatting.
/aoo4110/main/
H A DLICENSE_ALv219 "control" means (i) the power, direct or indirect, to cause the
98 (b) You must cause any modified files to carry prominent notices
/aoo4110/main/cui/source/tabpages/
H A Dmacroass.hrc63 #define ROW0 6 // more than RSC_SP_FLGR_INNERBORDER_TOP cause of bad design
/aoo4110/main/cui/source/customize/
H A Dmacropg.hrc69 #define ROW0 6 // more than RSC_SP_FLGR_INNERBORDER_TOP cause of bad design

Completed in 100 milliseconds

1234