LibreOffice Module sw (master)
1
|
#include <shellio.hxx>
Public Member Functions | |
const OUString & | GetFontName () const |
void | SetFontName (const OUString &rFont) |
rtl_TextEncoding | GetCharSet () const |
void | SetCharSet (rtl_TextEncoding nVal) |
LanguageType | GetLanguage () const |
void | SetLanguage (LanguageType nVal) |
LineEnd | GetParaFlags () const |
void | SetParaFlags (LineEnd eVal) |
bool | GetIncludeBOM () const |
void | SetIncludeBOM (bool bVal) |
void | Reset () |
void | ReadUserData (const OUString &) |
void | WriteUserData (OUString &) |
SwAsciiOptions () | |
Private Attributes | |
OUString | m_sFont |
rtl_TextEncoding | m_eCharSet |
LanguageType | m_nLanguage |
LineEnd | m_eCRLF_Flag |
bool | m_bIncludeBOM |
Definition at line 58 of file shellio.hxx.
|
inline |
Definition at line 95 of file shellio.hxx.
References Reset.
|
inline |
Definition at line 71 of file shellio.hxx.
Referenced by OutASC_SwTextNode(), SwAsciiFilterDlg::SwAsciiFilterDlg(), and SwASCWriter::WriteStream().
|
inline |
Definition at line 68 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::SwAsciiFilterDlg().
|
inline |
Definition at line 80 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::SwAsciiFilterDlg(), and SwASCWriter::WriteStream().
|
inline |
Definition at line 74 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::SwAsciiFilterDlg().
|
inline |
Definition at line 77 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::SwAsciiFilterDlg().
void SwAsciiOptions::ReadUserData | ( | const OUString & | rStr | ) |
Definition at line 547 of file fltini.cxx.
References LanguageTag::convertToLanguageTypeWithFallback(), LINEEND_CR, LINEEND_CRLF, LINEEND_LF, m_bIncludeBOM, m_eCharSet, m_eCRLF_Flag, m_nLanguage, m_sFont, and nToken.
Referenced by SwDocShell::ConvertTo(), SwDocShell::StartConvertFrom(), and SwAsciiFilterDlg::SwAsciiFilterDlg().
Definition at line 83 of file shellio.hxx.
References GetSystemLineEnd(), and LANGUAGE_SYSTEM.
Referenced by SwgReaderOption::ResetASCIIOpts(), and SwgReaderOption::SwgReaderOption().
|
inline |
Definition at line 72 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::FillOptions(), SwEditShell::GetSelectedText(), SwUnoCursorHelper::GetTextFromPam(), SwTransferable::PasteFileContent(), SwASCWriter::SwASCWriter(), and SwTransferable::WriteObject().
|
inline |
Definition at line 69 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::FillOptions(), and SwAsciiFilterDlg::SwAsciiFilterDlg().
|
inline |
Definition at line 81 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::FillOptions().
|
inline |
Definition at line 75 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::FillOptions(), IMPL_LINK_NOARG(), and SwAsciiFilterDlg::SwAsciiFilterDlg().
Definition at line 78 of file shellio.hxx.
Referenced by SwAsciiFilterDlg::FillOptions(), IMPL_LINK_NOARG(), SwAsciiFilterDlg::SwAsciiFilterDlg(), and SwASCWriter::SwASCWriter().
void SwAsciiOptions::WriteUserData | ( | OUString & | rStr | ) |
Definition at line 570 of file fltini.cxx.
References LanguageTag::convertToBcp47(), LINEEND_CR, LINEEND_CRLF, LINEEND_LF, m_bIncludeBOM, m_eCharSet, m_eCRLF_Flag, m_nLanguage, and m_sFont.
Referenced by SwXFilterOptions::execute(), SwAsciiFilterDlg::FillOptions(), and IMPL_LINK_NOARG().
|
private |
Definition at line 64 of file shellio.hxx.
Referenced by ReadUserData(), and WriteUserData().
|
private |
Definition at line 61 of file shellio.hxx.
Referenced by ReadUserData(), and WriteUserData().
|
private |
Definition at line 63 of file shellio.hxx.
Referenced by ReadUserData(), and WriteUserData().
|
private |
Definition at line 62 of file shellio.hxx.
Referenced by ReadUserData(), and WriteUserData().
|
private |
Definition at line 60 of file shellio.hxx.
Referenced by ReadUserData(), and WriteUserData().