20 #ifndef INCLUDED_registry_writer_hxx
21 #define INCLUDED_registry_writer_hxx
76 sal_uInt16 fieldCount, sal_uInt16 methodCount,
77 sal_uInt16 referenceCount):
80 version, documentation.pData, fileName.pData, typeClass,
81 published, typeName.pData, superTypeCount, fieldCount,
82 methodCount, referenceCount))
85 throw std::bad_alloc();
108 throw std::bad_alloc();
137 m_handle, index, documentation.pData, fileName.pData, flags,
140 throw std::bad_alloc();
166 rtl::OUString const & returnTypeName, sal_uInt16 parameterCount,
167 sal_uInt16 exceptionCount)
170 m_handle, index, documentation.pData, flags, name.pData,
171 returnTypeName.pData, parameterCount, exceptionCount))
173 throw std::bad_alloc();
195 sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
200 m_handle, methodIndex, parameterIndex, flags, name.pData,
203 throw std::bad_alloc();
221 sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
225 m_handle, methodIndex, exceptionIndex, typeName.pData))
227 throw std::bad_alloc();
253 m_handle, index, documentation.pData, sort, flags,
256 throw std::bad_alloc();
275 throw std::bad_alloc();