Lines Matching refs:oslFileHandle
87 oslFileHandle handle;
111 void writeData(oslFileHandle handle, char const * begin, sal_Int32 length) { in writeData()
124 void writeData(oslFileHandle handle, rtl::OString const & text) { in writeData()
128 void writeAttributeValue(oslFileHandle handle, rtl::OUString const & value) { in writeAttributeValue()
173 void writeValueContent(oslFileHandle handle, sal_Bool value) { in writeValueContent()
181 void writeValueContent(oslFileHandle handle, sal_Int16 value) { in writeValueContent()
185 void writeValueContent(oslFileHandle handle, sal_Int32 value) { in writeValueContent()
189 void writeValueContent(oslFileHandle handle, sal_Int64 value) { in writeValueContent()
193 void writeValueContent(oslFileHandle handle, double value) { in writeValueContent()
197 void writeValueContent(oslFileHandle handle, rtl::OUString const & value) { in writeValueContent()
236 oslFileHandle handle, css::uno::Sequence< sal_Int8 > const & value) in writeValueContent()
248 oslFileHandle handle, css::uno::Any const & value) in writeSingleValue()
258 oslFileHandle handle, css::uno::Any const & value) in writeListValue()
273 oslFileHandle handle, css::uno::Any const & value) in writeItemListValue()
286 void writeValue(oslFileHandle handle, Type type, css::uno::Any const & value) { in writeValue()
336 Components & components, oslFileHandle handle, in writeNode()
450 Components & components, oslFileHandle handle, in writeModifications()