Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/core/recovery/
H A Dsubcomponentrecovery.cxx546 … StorageXMLOutputStream aDesignOutput( m_rContext, i_rObjectStorage, lcl_getSettingsStreamName() ); in impl_saveQueryDesign_throw() local
547 SettingsExportContext aSettingsExportContext( m_rContext, aDesignOutput ); in impl_saveQueryDesign_throw()
551aDesignOutput.startElement( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "office:settings" ) ) ); in impl_saveQueryDesign_throw()
552 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
557 aDesignOutput.ignorableWhitespace( sWhitespace ); in impl_saveQueryDesign_throw()
558 aDesignOutput.endElement(); in impl_saveQueryDesign_throw()
559 aDesignOutput.close(); in impl_saveQueryDesign_throw()

Completed in 22 milliseconds