Home
last modified time | relevance | path

Searched refs:RegistryException (Results 1 – 9 of 9) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistryexception.cxx40 RegistryException::RegistryException(long ErrorCode) : in RegistryException() function in RegistryException
48 RegistryException::~RegistryException() throw() in ~RegistryException()
56 const char* RegistryException::what() const throw() in what()
74 long RegistryException::GetErrorCode() const in GetErrorCode()
85 RegistryException(ErrorCode) in RegistryIOException()
94 RegistryException(ErrorCode) in RegistryNoWriteAccessException()
103 RegistryException(ErrorCode) in RegistryAccessDeniedException()
112 RegistryException(ErrorCode) in RegistryValueNotFoundException()
121 RegistryException(ErrorCode) in RegistryKeyNotFoundException()
130 RegistryException(ErrorCode) in RegistryInvalidOperationException()
H A Dregistryexception.hxx35 class RegistryException : public std::exception class
39 RegistryException(long ErrorCode);
41 virtual ~RegistryException() throw();
67 class RegistryIOException : public RegistryException
77 class RegistryNoWriteAccessException : public RegistryException
88 class RegistryAccessDeniedException : public RegistryException
99 class RegistryValueNotFoundException : public RegistryException
109 class RegistryKeyNotFoundException : public RegistryException
119 class RegistryInvalidOperationException : public RegistryException
H A Dregistryw9x.cxx106 throw RegistryException(rc); in GetSubValueCount()
131 throw RegistryException(rc); in GetSubKeyCount()
169 throw RegistryException(rc); in GetSubKeyNames()
206 throw RegistryException(rc); in GetSubValueNames()
237 throw RegistryException(rc); in GetValue()
296 throw RegistryException(rc); in GetValue()
347 throw RegistryException(rc); in Open()
407 throw RegistryException(rc); in CreateSubKey()
466 throw RegistryException(rc); in DeleteSubKeyTree()
497 throw RegistryException(rc); in DeleteValue()
[all …]
H A Dregistrywnt.cxx111 throw RegistryException(rc); in GetSubValueCount()
136 throw RegistryException(rc); in GetSubKeyCount()
174 throw RegistryException(rc); in GetSubKeyNames()
215 throw RegistryException(rc); in GetSubValueNames()
250 throw RegistryException(rc); in GetValue()
309 throw RegistryException(rc); in GetValue()
360 throw RegistryException(rc); in Open()
420 throw RegistryException(rc); in CreateSubKey()
457 throw RegistryException(rc); in DeleteSubKey()
547 throw RegistryException(rc); in ImplDeleteSubKeyTree()
[all …]
H A Dregister.cxx80 catch(RegistryException&) in query_preselect_registration_for_ms_application()
118 catch(RegistryException&) in Register4MsDoc()
152 catch(RegistryException&) in Unregister4MsDoc()
198 catch(RegistryException&) in Unregister4MsDocAll()
218 catch(RegistryException&) in RepairRegister4MsDocSettings()
235 catch(RegistryException&) in IsRegisteredFor()
329 catch(RegistryException&) in FixReturnRegistrationState()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/registry/
H A DConverterInfoMgr.java62 public static void addPlugIn(ConverterInfo ci) throws RegistryException { in addPlugIn()
69 RegistryException re = new RegistryException( in addPlugIn()
74 RegistryException re = new RegistryException( in addPlugIn()
79 RegistryException re = new RegistryException( in addPlugIn()
84 RegistryException re = new RegistryException( in addPlugIn()
96 RegistryException re = new RegistryException( in addPlugIn()
123 public static void addPlugIn(Enumeration jarEnum) throws RegistryException { in addPlugIn()
373 } catch (RegistryException e) { in main()
H A DConverterInfo.java98 throws RegistryException { in ConverterInfo()
101 RegistryException re = new RegistryException( in ConverterInfo()
148 RegistryException re = new RegistryException( in ConverterInfo()
175 throws RegistryException { in ConverterInfo()
178 RegistryException re = new RegistryException( in ConverterInfo()
223 RegistryException re = new RegistryException( in ConverterInfo()
H A DConverterInfoReader.java84 RegistryException { in ConverterInfoReader()
137 private void parseDocument() throws RegistryException { in parseDocument()
163 private void parseConverterNode(Element e) throws RegistryException { in parseConverterNode()
H A DRegistryException.java30 public class RegistryException extends Exception { class
39 public RegistryException(String message) { in RegistryException() method in RegistryException

Completed in 200 milliseconds