Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 138) sorted by relevance

123456

/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java374 String reason = e.getMessage(); in Open()
375 if (reason == null || reason.isEmpty()) in Open()
376 reason = "Opening"; in Open()
378 sourceFile.length(), scenario, "", "", "Fail", reason); in Open()
644 String reason = e.getMessage(); in savetopdfformat()
645 if (reason == null || reason.isEmpty()) in savetopdfformat()
646 reason = "Exporting to pdf format"; in savetopdfformat()
648 sourceFile.length(), scenario, "", "", "Fail", reason); in savetopdfformat()
/trunk/main/offapi/com/sun/star/embed/
H A DXStorage.idl134 this storage is in invalid state for any reason
168 this storage is in invalid state for any reason
218 this storage is in invalid state for any reason
263 this storage is in invalid state for any reason
295 this storage is in invalid state for any reason
344 this storage is in invalid state for any reason
383 this storage is in invalid state for any reason
416 this storage is in invalid state for any reason
458 this storage is in invalid state for any reason
489 this storage is in invalid state for any reason
[all …]
H A DXHierarchicalStorageAccess.idl116 this storage is in invalid state for any reason
167 this storage is in invalid state for any reason
202 this storage is in invalid state for eny reason
H A DXStorageRawAccess.idl97 this storage is in invalid state for any reason
147 this storage is in invalid state for any reason
198 this storage is in invalid state for any reason
H A DXStorage2.idl71 this storage is in invalid state for any reason
128 this storage is in invalid state for any reason
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx271 …::rtl::OUString reason = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ScriptProtocolHandler::dis… in dispatchWithNotification()
273 invokeResult <<= reason.concat( aException.getValueTypeName() ).concat( e.Message ); in dispatchWithNotification()
280 ::rtl::OUString reason = ::rtl::OUString::createFromAscii( in dispatchWithNotification()
283 invokeResult <<= reason; in dispatchWithNotification()
/trunk/main/idlc/source/
H A Doptions.cxx188 bool Options::badOption(char const * reason, std::string const & rArg) throw(IllegalArgument) in badOption() argument
191 if (reason != 0) in badOption()
193 …message.append(reason); message.append(" option '"); message.append(rArg.c_str()); message.append(… in badOption()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DStatus.java108 public static Status failed(final String reason) { in failed() argument
109 return new Status(reason, FAILED); in failed()
/trunk/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl60 process, or if the VM cannot be instantiated for whatever reason, a
73 cannot be instantiated for whatever reason, a <void/> <atom>any</atom>
85 reason, a <void/> <atom>any</atom> is returned.</p>
/trunk/main/registry/tools/
H A Doptions.cxx136 bool Options::badOption (char const * reason, char const * option) const in badOption() argument
138 (void) fprintf(stderr, "%s: %s option '%s'\n", m_program.c_str(), reason, option); in badOption()
H A Doptions.hxx48 bool badOption (char const * reason, char const * option) const;
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl98 which indicates the reason for the failure of the method call.
111 which indicates the reason for the failure of the method call.
125 which indicates the reason for the failure of the method call.
/trunk/main/udkapi/com/sun/star/beans/
H A DXPropertyWithState.idl84 if the implementation has an internal reason for the exception.
101 if the implementation has an internal reason for the exception.
H A DXFastPropertySet.idl84 if the implementation has an internal reason for the exception.
108 if the implementation has an internal reason for the exception.
H A DXMultiHierarchicalPropertySet.idl105 if the implementation has an internal reason for the exception.
138 if the implementation has an internal reason for the exception.
H A DXHierarchicalPropertySet.idl121 if the implementation has an internal reason for the exception.
154 if the implementation has an internal reason for the exception.
/trunk/main/offapi/com/sun/star/drawing/
H A DAccessibleShape.idl106 shape is not visible but still existent for some reason.
109 reason for this is that either the owner of the accessible
/trunk/main/idlc/inc/idlc/
H A Doptions.hxx57 bool badOption(char const * reason, std::string const & rArg)
/trunk/main/testtools/qa/cli/
H A Dreadme.txt20 However, if for some reason an assembly remains in the GAC than it is used no matter
/trunk/main/svx/inc/svx/
H A Dexthelpid.hrc28 // the reason is that different controls have the same help texts assigned
/trunk/main/offapi/com/sun/star/document/
H A DUndoFailedException.idl37 /** describes the reason why the operation failed. Usually, this member will carry an exception.
/trunk/main/solenv/bin/modules/installer/
H A Dpackagepool.pm1070 my $reason = $installer::globals::createpackages{$packagename};
1072 foreach my $line (@reason)
/trunk/main/udkapi/com/sun/star/bridge/
H A DInvalidProtocolChangeException.idl45 long reason;
/trunk/main/udkapi/com/sun/star/util/
H A DXVeto.idl41 /** describes the reason for the veto
/trunk/main/offapi/com/sun/star/scanner/
H A DScannerException.idl47 /** Error: contains the specific reason for failure

Completed in 84 milliseconds

123456