LibreOffice Module dbaccess (master) 1
|
#include <storagetextstream.hxx>
Public Member Functions | |
StorageTextOutputStream (const css::uno::Reference< css::uno::XComponentContext > &i_rContext, const css::uno::Reference< css::embed::XStorage > &i_rParentStorage, const OUString &i_rStreamName) | |
virtual | ~StorageTextOutputStream () override |
void | writeLine (const OUString &i_rLine) |
void | writeLine () |
Public Member Functions inherited from dbaccess::StorageOutputStream | |
StorageOutputStream (const css::uno::Reference< css::embed::XStorage > &i_rParentStorage, const OUString &i_rStreamName) | |
virtual | ~StorageOutputStream () |
Private Attributes | |
css::uno::Reference< css::io::XTextOutputStream2 > | mxTextOutput |
Additional Inherited Members | |
Protected Member Functions inherited from dbaccess::StorageOutputStream | |
const css::uno::Reference< css::io::XOutputStream > & | getOutputStream () const |
Definition at line 32 of file storagetextstream.hxx.
dbaccess::StorageTextOutputStream::StorageTextOutputStream | ( | const css::uno::Reference< css::uno::XComponentContext > & | i_rContext, |
const css::uno::Reference< css::embed::XStorage > & | i_rParentStorage, | ||
const OUString & | i_rStreamName | ||
) |
Definition at line 35 of file storagetextstream.cxx.
References dbaccess::StorageOutputStream::getOutputStream(), and mxTextOutput.
|
overridevirtual |
Definition at line 46 of file storagetextstream.cxx.
void dbaccess::StorageTextOutputStream::writeLine | ( | ) |
Definition at line 56 of file storagetextstream.cxx.
References mxTextOutput, and dbaccess::sLineFeed.
void dbaccess::StorageTextOutputStream::writeLine | ( | const OUString & | i_rLine | ) |
Definition at line 50 of file storagetextstream.cxx.
References mxTextOutput, and dbaccess::sLineFeed.
|
private |
Definition at line 46 of file storagetextstream.hxx.
Referenced by StorageTextOutputStream(), and writeLine().