LibreOffice Module sw (master) 1
|
#include <shellio.hxx>
Public Member Functions | |
void | ResetAllFormatsOnly () |
bool | IsFormatsOnly () const |
bool | IsFrameFormats () const |
void | SetFrameFormats (const bool bNew) |
bool | IsPageDescs () const |
void | SetPageDescs (const bool bNew) |
bool | IsTextFormats () const |
void | SetTextFormats (const bool bNew) |
bool | IsNumRules () const |
void | SetNumRules (const bool bNew) |
bool | IsMerge () const |
void | SetMerge (const bool bNew) |
const SwAsciiOptions & | GetASCIIOpts () const |
void | SetASCIIOpts (const SwAsciiOptions &rOpts) |
void | ResetASCIIOpts () |
css::uno::Reference< css::io::XInputStream > & | GetInputStream () |
void | SetInputStream (const css::uno::Reference< css::io::XInputStream > &xInputStream) |
SwgReaderOption () | |
Private Attributes | |
SwAsciiOptions | m_aASCIIOpts |
bool | m_bFrameFormats |
bool | m_bPageDescs |
bool | m_bTextFormats |
bool | m_bNumRules |
bool | m_bMerge |
css::uno::Reference< css::io::XInputStream > | m_xInputStream |
Definition at line 103 of file shellio.hxx.
|
inline |
Definition at line 141 of file shellio.hxx.
References m_aASCIIOpts, SwAsciiOptions::Reset(), and ResetAllFormatsOnly().
|
inline |
Definition at line 131 of file shellio.hxx.
References m_aASCIIOpts.
Referenced by AsciiReader::Read().
|
inline |
Definition at line 135 of file shellio.hxx.
References m_xInputStream.
Referenced by SwDocShell::LoadStylesFromFile().
|
inline |
Definition at line 114 of file shellio.hxx.
References m_bFrameFormats, m_bMerge, m_bNumRules, m_bPageDescs, and m_bTextFormats.
Referenced by SwReader::Read(), and XMLReader::Read().
|
inline |
Definition at line 116 of file shellio.hxx.
References m_bFrameFormats.
Referenced by SwDocShell::LoadStylesFromFile(), and XMLReader::Read().
|
inline |
Definition at line 128 of file shellio.hxx.
References m_bMerge.
Referenced by SwDocShell::LoadStylesFromFile(), and XMLReader::Read().
|
inline |
Definition at line 125 of file shellio.hxx.
References m_bNumRules.
Referenced by SwDocShell::LoadStylesFromFile(), and XMLReader::Read().
|
inline |
Definition at line 119 of file shellio.hxx.
References m_bPageDescs.
Referenced by SwDocShell::LoadStylesFromFile(), SwReader::Read(), and XMLReader::Read().
|
inline |
Definition at line 122 of file shellio.hxx.
References m_bTextFormats.
Referenced by SwDocShell::LoadStylesFromFile(), and XMLReader::Read().
|
inline |
Definition at line 113 of file shellio.hxx.
References m_bFrameFormats, m_bMerge, m_bNumRules, m_bPageDescs, and m_bTextFormats.
Referenced by XMLReader::Read(), and SwgReaderOption().
|
inline |
Definition at line 133 of file shellio.hxx.
References m_aASCIIOpts, and SwAsciiOptions::Reset().
Referenced by AsciiReader::Read().
|
inline |
Definition at line 132 of file shellio.hxx.
References m_aASCIIOpts.
Referenced by SwTransferable::PasteFileContent(), and SwDocShell::StartConvertFrom().
|
inline |
Definition at line 117 of file shellio.hxx.
References m_bFrameFormats.
Referenced by SwDocShell::Execute(), IMPL_LINK_NOARG(), SwDocShell::LoadStylesFromFile(), and SwXStyleFamilies::loadStylesFromURL().
|
inline |
Definition at line 136 of file shellio.hxx.
References m_xInputStream.
Referenced by SwXStyleFamilies::loadStylesFromURL().
|
inline |
Definition at line 129 of file shellio.hxx.
References m_bMerge.
Referenced by SwDocShell::Execute(), IMPL_LINK_NOARG(), SwDocShell::LoadStylesFromFile(), and SwXStyleFamilies::loadStylesFromURL().
|
inline |
Definition at line 126 of file shellio.hxx.
References m_bNumRules.
Referenced by SwDocShell::Execute(), sw::sidebar::IMPL_LINK_NOARG(), IMPL_LINK_NOARG(), SwDocShell::LoadStylesFromFile(), and SwXStyleFamilies::loadStylesFromURL().
|
inline |
Definition at line 120 of file shellio.hxx.
References m_bPageDescs.
Referenced by SwDocShell::Execute(), IMPL_LINK_NOARG(), SwDocShell::LoadStylesFromFile(), and SwXStyleFamilies::loadStylesFromURL().
|
inline |
Definition at line 123 of file shellio.hxx.
References m_bTextFormats.
Referenced by SwDocShell::Execute(), sw::sidebar::IMPL_LINK_NOARG(), IMPL_LINK_NOARG(), SwDocShell::LoadStylesFromFile(), and SwXStyleFamilies::loadStylesFromURL().
|
private |
Definition at line 105 of file shellio.hxx.
Referenced by GetASCIIOpts(), ResetASCIIOpts(), SetASCIIOpts(), and SwgReaderOption().
|
private |
Definition at line 106 of file shellio.hxx.
Referenced by IsFormatsOnly(), IsFrameFormats(), ResetAllFormatsOnly(), and SetFrameFormats().
|
private |
Definition at line 110 of file shellio.hxx.
Referenced by IsFormatsOnly(), IsMerge(), ResetAllFormatsOnly(), and SetMerge().
|
private |
Definition at line 109 of file shellio.hxx.
Referenced by IsFormatsOnly(), IsNumRules(), ResetAllFormatsOnly(), and SetNumRules().
|
private |
Definition at line 107 of file shellio.hxx.
Referenced by IsFormatsOnly(), IsPageDescs(), ResetAllFormatsOnly(), and SetPageDescs().
|
private |
Definition at line 108 of file shellio.hxx.
Referenced by IsFormatsOnly(), IsTextFormats(), ResetAllFormatsOnly(), and SetTextFormats().
|
private |
Definition at line 111 of file shellio.hxx.
Referenced by GetInputStream(), and SetInputStream().