29 #ifndef INCLUDED_registry_writer_hxx
30 #define INCLUDED_registry_writer_hxx
85 sal_uInt16 fieldCount, sal_uInt16 methodCount,
86 sal_uInt16 referenceCount):
89 version, documentation.pData, fileName.pData, typeClass,
90 published, typeName.pData, superTypeCount, fieldCount,
91 methodCount, referenceCount))
94 throw std::bad_alloc();
117 throw std::bad_alloc();
146 m_handle, index, documentation.pData, fileName.pData, flags,
149 throw std::bad_alloc();
175 rtl::OUString const & returnTypeName, sal_uInt16 parameterCount,
176 sal_uInt16 exceptionCount)
179 m_handle, index, documentation.pData, flags, name.pData,
180 returnTypeName.pData, parameterCount, exceptionCount))
182 throw std::bad_alloc();
204 sal_uInt16 methodIndex, sal_uInt16 parameterIndex,
209 m_handle, methodIndex, parameterIndex, flags, name.pData,
212 throw std::bad_alloc();
230 sal_uInt16 methodIndex, sal_uInt16 exceptionIndex,
234 m_handle, methodIndex, exceptionIndex, typeName.pData))
236 throw std::bad_alloc();
262 m_handle, index, documentation.pData, sort, flags,
265 throw std::bad_alloc();
284 throw std::bad_alloc();