LibreOffice Module sc (master) 1
|
#include <impex.hxx>
Public Member Functions | |
ScImportExport (ScDocument &) | |
ScImportExport (ScDocument &, const OUString &) | |
ScImportExport (ScDocument &, const ScAddress &) | |
ScImportExport (ScDocument &, const ScRange &) | |
ctor with a string (and bSingle=true) is also used for DdeSetData More... | |
~ScImportExport () COVERITY_NOEXCEPT_FALSE | |
void | SetExtOptions (const ScAsciiOptions &rOpt) |
void | SetFilterOptions (const OUString &rFilterOptions) |
bool | IsRef () const |
const ScRange & | GetRange () const |
void | SetSeparator (sal_Unicode c) |
void | SetDelimiter (sal_Unicode c) |
void | SetFormulas (bool b) |
void | SetIncludeFiltered (bool b) |
void | SetStreamPath (const OUString &rPath) |
bool | ImportString (const OUString &, SotClipboardFormatId) |
bool | ExportString (OUString &, SotClipboardFormatId) |
bool | ExportByteString (OString &, rtl_TextEncoding, SotClipboardFormatId) |
bool | ImportStream (SvStream &, const OUString &rBaseURL, SotClipboardFormatId) |
bool | ExportStream (SvStream &, const OUString &rBaseURL, SotClipboardFormatId) |
bool | ExportData (std::u16string_view rMimeType, css::uno::Any &rValue) |
bool | IsOverflowRow () const |
bool | IsOverflowCol () const |
bool | IsOverflowCell () const |
bool | IsOverflow () const |
const OUString & | GetNonConvertibleChars () const |
void | SetApi (bool bApi) |
void | SetImportBroadcast (bool b) |
void | SetOverwriting (const bool bOverwriting) |
void | SetExportTextOptions (const ScExportTextOptions &options) |
bool | GetIncludeBOM () const |
Static Public Member Functions | |
static void | EmbeddedNullTreatment (OUString &rStr) |
static bool | IsFormatSupported (SotClipboardFormatId nFormat) |
static const sal_Unicode * | ScanNextFieldFromString (const sal_Unicode *p, OUString &rField, sal_Unicode cStr, const sal_Unicode *pSeps, bool bMergeSeps, bool &rbIsQuoted, bool &rbOverflowCell, bool bRemoveSpace) |
static void | WriteUnicodeOrByteString (SvStream &rStrm, std::u16string_view rString, bool bZero=false) |
static void | WriteUnicodeOrByteEndl (SvStream &rStrm) |
static sal_Int32 | CountVisualWidth (const OUString &rStr, sal_Int32 &nIdx, sal_Int32 nMaxWidth) |
ScImportExport::CountVisualWidth Count the width of string visually ( in multiple of western characters), considering CJK ideographs and CJK symbols (U+3000-U+303F) as twice the width of western characters. More... | |
static sal_Int32 | CountVisualWidth (const OUString &rStr) |
ScImportExport::CountVisualWidth. More... | |
static void | SetNoEndianSwap (SvStream &rStrm) |
only if stream is only used in own (!) memory More... | |
Private Member Functions | |
bool | StartPaste () |
void | EndPaste (bool bAutoRowHeight=true) |
bool | Doc2Text (SvStream &) |
bool | Text2Doc (SvStream &) |
bool | Doc2Sylk (SvStream &) |
bool | Sylk2Doc (SvStream &) |
bool | Doc2HTML (SvStream &, const OUString &) |
bool | Doc2RTF (SvStream &) |
bool | Doc2Dif (SvStream &) |
bool | Dif2Doc (SvStream &) |
bool | ExtText2Doc (SvStream &) |
bool | RTF2Doc (SvStream &, const OUString &rBaseURL) |
bool | HTML2Doc (SvStream &, const OUString &rBaseURL) |
Private Attributes | |
ScDocShell * | pDocSh |
ScDocument & | rDoc |
std::unique_ptr< ScDocument, o3tl::default_delete< ScDocument > > | pUndoDoc |
ScRange | aRange |
OUString | aStreamPath |
OUString | aNonConvertibleChars |
OUString | maFilterOptions |
sal_uInt32 | nSizeLimit |
SCROW | nMaxImportRow |
sal_Unicode | cSep |
sal_Unicode | cStr |
bool | bFormulas |
bool | bIncludeFiltered |
bool | bAll |
bool | bSingle |
bool | bUndo |
bool | bOverflowRow |
bool | bOverflowCol |
bool | bOverflowCell |
bool | mbApi |
bool | mbImportBroadcast |
bool | mbOverwriting |
bool | mbIncludeBOM |
ScExportTextOptions | mExportTextOptions |
std::unique_ptr< ScAsciiOptions > | pExtOptions |
ScImportExport::ScImportExport | ( | ScDocument & | r | ) |
Definition at line 112 of file impex.cxx.
References pExtOptions, and pUndoDoc.
ScImportExport::ScImportExport | ( | ScDocument & | , |
const OUString & | |||
) |
ScImportExport::ScImportExport | ( | ScDocument & | , |
const ScAddress & | |||
) |
ScImportExport::ScImportExport | ( | ScDocument & | r, |
const ScRange & | rRange | ||
) |
ctor with a string (and bSingle=true) is also used for DdeSetData
Definition at line 142 of file impex.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, pExtOptions, pUndoDoc, ScAddress::SetTab(), and ScAddress::Tab().
ScImportExport::~ScImportExport | ( | ) |
Definition at line 201 of file impex.cxx.
References pExtOptions, and pUndoDoc.
|
static |
ScImportExport::CountVisualWidth.
Definition at line 584 of file impex.cxx.
References CountVisualWidth(), and SAL_MAX_INT32.
|
static |
ScImportExport::CountVisualWidth Count the width of string visually ( in multiple of western characters), considering CJK ideographs and CJK symbols (U+3000-U+303F) as twice the width of western characters.
rStr | the string. |
nIdx | the starting index, index is incremented for each counted character. |
nMaxWidth | the maximum width to count. |
Definition at line 559 of file impex.cxx.
Referenced by CountVisualWidth(), ScCsvGrid::ImplSetTextLineFix(), and ScCsvGrid::ImplSetTextLineSep().
|
private |
Definition at line 2584 of file impex.cxx.
References ScRange::aEnd, ALL, aRange, ScRange::aStart, ScAddress::Col(), ScDocument::DeleteAreaTab(), EndPaste(), ScFormatFilter::Get(), rDoc, ScAddress::Row(), rStrm, SCDOCMODE_UNDO, ScFormatFilterPlugin::ScImportDif(), StartPaste(), and ScAddress::Tab().
Referenced by ImportStream().
|
private |
Definition at line 2577 of file impex.cxx.
References aRange, ScFormatFilter::Get(), rDoc, rStrm, and ScFormatFilterPlugin::ScExportDif().
Referenced by ExportStream().
|
private |
Definition at line 2562 of file impex.cxx.
References aNonConvertibleChars, aRange, aStreamPath, bAll, ERRCODE_NONE, ScFormatFilter::Get(), SvStream::GetError(), maFilterOptions, rDoc, rStrm, and ScFormatFilterPlugin::ScExportHTML().
Referenced by ExportStream().
|
private |
Definition at line 2570 of file impex.cxx.
References aRange, ERRCODE_NONE, ScFormatFilter::Get(), SvStream::GetError(), rDoc, rStrm, and ScFormatFilterPlugin::ScExportRTF().
Referenced by ExportStream().
|
private |
Definition at line 2423 of file impex.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bFormulas, CELLTYPE_EDIT, CELLTYPE_FORMULA, CELLTYPE_STRING, CELLTYPE_VALUE, ScAddress::Col(), ERRCODE_NONE, eType, Formula, SvStream::GetError(), ScRefCellValue::getFormula(), ScFormulaCell::GetFormula(), ScFormulaCell::GetMatColsRows(), ScFormulaCell::GetMatrixFlag(), ScFormulaCell::GetMatrixOrigin(), ScDocument::GetString(), ScRefCellValue::getType(), ScDocument::GetValue(), formula::FormulaGrammar::GRAM_PODF_A1, ScDocument::HasValueData(), lcl_WriteSimpleString(), lcl_WriteString(), NONE, rDoc, Reference, ScAddress::Row(), rStrm, ScAddress::Tab(), u, and WriteUnicodeOrByteEndl().
Referenced by ExportStream().
|
private |
Definition at line 1972 of file impex.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bFormulas, bIncludeFiltered, CELLTYPE_FORMULA, CELLTYPE_NONE, CELLTYPE_VALUE, ScAddress::Col(), convertLineEnd(), cSep, cStr, ERRCODE_NONE, ScDocument::GetClipParam(), SvStream::GetError(), ScDocument::GetFormatTable(), ScRefCellValue::getFormula(), ScFormulaCell::GetFormula(), ScDocument::GetNumberFormat(), ScCellFormat::GetString(), GetSystemLineEnd(), ScRefCellValue::getType(), i, ScDocument::InitColumnBlockPosition(), ScClipParam::isMultiRange(), lcl_WriteSimpleString(), lcl_WriteString(), LINEEND_LF, ScExportTextOptions::mbAddQuotes, ScExportTextOptions::mcSeparatorConvertTo, ScExportTextOptions::meNewlineConversion, mExportTextOptions, nSizeLimit, rDoc, ScAddress::Row(), ScDocument::RowFiltered(), rStrm, ScDocument::ShrinkToDataArea(), ScAddress::Tab(), SvStream::Tell(), ScExportTextOptions::ToSpace, ScExportTextOptions::ToSystem, and WriteUnicodeOrByteEndl().
Referenced by ExportStream().
|
static |
Definition at line 1855 of file impex.cxx.
Referenced by ScImportAsciiDlg::GetLine().
|
private |
Definition at line 261 of file impex.cxx.
References SfxUndoManager::AddUndoAction(), ScDocShell::AdjustRowHeight(), ScRange::aEnd, ALL, aRange, ScRange::aStart, ScDocument::CopyToDocument(), ScTabViewShell::GetActiveViewShell(), ScDocShell::GetUndoManager(), Grid, ScDocument::IsUndoEnabled(), NOCAPTIONS, pDocSh, ScDocShell::PostPaint(), pUndoDoc, rDoc, ScAddress::Row(), SCDOCMODE_UNDO, ScDocShell::SetDocumentModified(), ScMarkData::SetMarkArea(), ScAddress::Tab(), and ScTabViewShell::UpdateInputHandler().
Referenced by Dif2Doc(), HTML2Doc(), RTF2Doc(), Sylk2Doc(), and Text2Doc().
bool ScImportExport::ExportByteString | ( | OString & | rText, |
rtl_TextEncoding | eEnc, | ||
SotClipboardFormatId | nFmt | ||
) |
no swapping in memory
Definition at line 369 of file impex.cxx.
References ExportStream(), SvMemoryStream::GetData(), nSizeLimit, SAL_MAX_UINT16, SetNoEndianSwap(), SvStream::SetStreamCharSet(), SvMemoryStream::TellEnd(), and SvStream::WriteChar().
Referenced by ExportString(), and ScServerObject::GetData().
bool ScImportExport::ExportData | ( | std::u16string_view | rMimeType, |
css::uno::Any & | rValue | ||
) |
Definition at line 289 of file impex.cxx.
References ExportStream(), SvMemoryStream::GetData(), SotExchange::GetFormatIdFromMimeType(), SvStream::SetStreamCharSet(), SvMemoryStream::TellEnd(), and SvStream::WriteUChar().
Referenced by ScServerObject::GetData().
bool ScImportExport::ExportStream | ( | SvStream & | rStrm, |
const OUString & | rBaseURL, | ||
SotClipboardFormatId | nFmt | ||
) |
Definition at line 435 of file impex.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bAll, bSingle, formula::FormulaGrammar::CONV_OOO, Doc2Dif(), Doc2HTML(), Doc2RTF(), Doc2Sylk(), Doc2Text(), ERRCODE_NONE, ScRange::Format(), ScAddress::Format(), Application::GetAppName(), ScGlobal::GetClipDocName(), ScDocument::GetDocumentShell(), SvStream::GetError(), SvStream::GetStreamCharSet(), SfxObjectShell::GetTitle(), ScDocument::IsClipboard(), rDoc, rStrm, SFX_TITLE_FULLNAME, ScAddress::Tab(), TAB2_3D, TAB_3D, u, VALID, SvStream::WriteChar(), SvStream::WriteUInt16(), and WriteUnicodeOrByteString().
Referenced by ScDocShell::ConvertTo(), ScCellShell::ExecuteDB(), ExportByteString(), ExportData(), ExportString(), and ScTransferObj::WriteObject().
bool ScImportExport::ExportString | ( | OUString & | rText, |
SotClipboardFormatId | nFmt | ||
) |
no swapping in memory
Definition at line 340 of file impex.cxx.
References ExportByteString(), ExportStream(), SvMemoryStream::GetData(), SAL_WARN, SetNoEndianSwap(), SvStream::SetStreamCharSet(), and SvStream::WriteUInt16().
Referenced by ScTransferObj::GetData(), and ScTabViewShell::GetSelectionText().
|
private |
points to the next free or even rDoc.MaxCol()+2
Definition at line 1577 of file impex.cxx.
References SvStream::eof(), ScDocShell::GetActiveDialogParent(), i, ScDocument::IsBlockEmpty(), lcl_GetFixed(), lcl_PutString(), ScDocument::MaxCol(), ScDocument::MaxRow(), p, ReadCsvLine(), RET_YES, rStrm, ScReplaceWarnBox::run(), SC_COL_SKIP, SC_COL_STANDARD, SC_COL_TEXT, ScanNextFieldFromString(), SvStream::Seek(), and SvStream::Tell().
Referenced by ImportStream().
|
inline |
Definition at line 163 of file impex.hxx.
Referenced by ScDocShell::ConvertFrom().
|
inline |
Definition at line 156 of file impex.hxx.
Referenced by ScDocShell::ConvertTo().
|
inline |
Definition at line 104 of file impex.hxx.
Referenced by ScViewFunc::PasteRTF().
|
private |
Definition at line 2634 of file impex.cxx.
References ALL, aRange, ScFormatFilterPlugin::CreateHTMLImport(), ScDocument::DeleteAreaTab(), EndPaste(), ScFormatFilter::Get(), comphelper::getProcessComponentContext(), ScDocShell::MakeDrawLayer(), pDocSh, pExtOptions, rDoc, rStrm, and StartPaste().
Referenced by ImportStream().
bool ScImportExport::ImportStream | ( | SvStream & | rStrm, |
const OUString & | rBaseURL, | ||
SotClipboardFormatId | nFmt | ||
) |
Definition at line 395 of file impex.cxx.
References Dif2Doc(), ExtText2Doc(), HTML2Doc(), MSE40HTMLClipFormatObj::IsValid(), rStrm, RTF2Doc(), and Sylk2Doc().
Referenced by ScDocShell::ConvertFrom(), ScCellShell::ExecuteDB(), ImportString(), ScViewFunc::PasteRTF(), and TestImportSLK().
bool ScImportExport::ImportString | ( | const OUString & | rText, |
SotClipboardFormatId | nFmt | ||
) |
no swapping in memory
Definition at line 316 of file impex.cxx.
References ImportStream(), SetNoEndianSwap(), and SvStream::SetStreamCharSet().
Referenced by ScViewFunc::PasteRTF().
|
static |
Definition at line 225 of file impex.cxx.
Referenced by ScTransferObj::GetData(), and ScViewFunc::PasteDataFormat().
|
inline |
Definition at line 153 of file impex.hxx.
Referenced by ScDocShell::ConvertFrom().
|
inline |
Definition at line 152 of file impex.hxx.
Referenced by ScDocShell::ConvertFrom().
|
inline |
Definition at line 151 of file impex.hxx.
Referenced by ScDocShell::ConvertFrom().
|
inline |
Definition at line 102 of file impex.hxx.
Referenced by ScServerObject::GetData().
|
private |
Definition at line 2615 of file impex.cxx.
References ALL, aRange, ScFormatFilterPlugin::CreateRTFImport(), ScDocument::DeleteAreaTab(), EndPaste(), ScFormatFilter::Get(), rDoc, rStrm, and StartPaste().
Referenced by ImportStream().
|
static |
Definition at line 1871 of file impex.cxx.
References cStr, lcl_appendLineData(), lcl_isFieldEnd(), lcl_ScanString(), p, and ScGlobal::UnicodeStrChr().
Referenced by ExtText2Doc(), and ScCsvGrid::ImplSetTextLineSep().
|
inline |
Definition at line 158 of file impex.hxx.
Referenced by ScCellShell::ExecuteDB().
|
inline |
Definition at line 134 of file impex.hxx.
Referenced by ScCellShell::ExecuteDB().
|
inline |
Definition at line 161 of file impex.hxx.
Referenced by ScCellShell::ExecuteDB(), ScTransferObj::GetData(), and ScServerObject::GetData().
void ScImportExport::SetExtOptions | ( | const ScAsciiOptions & | rOpt | ) |
Definition at line 207 of file impex.cxx.
References cSep, cStr, ScAsciiOptions::GetFieldSeps(), ScAsciiOptions::GetTextSep(), ScAsciiOptions::GetWeightedFieldSep(), and pExtOptions.
Referenced by ScDocShell::ConvertFrom(), and ScCellShell::ExecuteDB().
void ScImportExport::SetFilterOptions | ( | const OUString & | rFilterOptions | ) |
Definition at line 220 of file impex.cxx.
References maFilterOptions.
Referenced by ScDocShell::ConvertTo().
|
inline |
Definition at line 135 of file impex.hxx.
Referenced by ScDocShell::ConvertTo(), ScTransferObj::GetData(), ScServerObject::GetData(), and ScTabViewShell::GetSelectionText().
|
inline |
Definition at line 159 of file impex.hxx.
Referenced by ScCellShell::ExecuteDB().
|
inline |
Definition at line 136 of file impex.hxx.
Referenced by ScTransferObj::GetData().
|
static |
only if stream is only used in own (!) memory
Definition at line 590 of file impex.cxx.
References rStrm, and SvStream::SetEndian().
Referenced by ScCellShell::ExecuteDB(), ExportByteString(), ExportString(), and ImportString().
|
inline |
Definition at line 160 of file impex.hxx.
Referenced by ScCellShell::ExecuteDB().
|
inline |
Definition at line 133 of file impex.hxx.
Referenced by ScServerObject::GetData().
|
inline |
Definition at line 138 of file impex.hxx.
Referenced by ScDocShell::ConvertTo().
|
private |
Definition at line 237 of file impex.cxx.
References ScRange::aEnd, ALL, aRange, ScRange::aStart, bAll, bUndo, ScDocument::CopyToDocument(), Application::CreateMessageDialog(), ScDocShell::GetActiveDialogParent(), ScEditableTester::GetMessageId(), ScEditableTester::IsEditable(), ScDocument::IsUndoEnabled(), NOCAPTIONS, pDocSh, pUndoDoc, rDoc, SCDOCMODE_UNDO, ScResId(), and ScAddress::Tab().
Referenced by Dif2Doc(), HTML2Doc(), RTF2Doc(), Sylk2Doc(), and Text2Doc().
|
private |
allow unicode
Definition at line 2092 of file impex.cxx.
References ScRange::aEnd, ScDocument::ApplyAttr(), aRange, ScRange::aStart, ATTR_VALUE_FORMAT(), bOverflowCol, bOverflowRow, bSingle, ch, o3tl::checked_add(), ScDocument::CheckLinkFormulaNeedingCheck(), ScAddress::Col(), ScCompiler::CompileString(), ScGlobal::eLnge, EndPaste(), ScDocument::EnsureTable(), SvStream::eof(), ScDocument::GetFormatTable(), ScDocument::GetSheetLimits(), SvStream::GetStreamCharSet(), formula::FormulaGrammar::GRAM_PODF_A1, ScDocument::InsertMatrixFormula(), utl::ConfigManager::IsFuzzing(), LANGUAGE_ENGLISH_US, lcl_ScanSylkFormula(), lcl_ScanSylkString(), o3tl::make_unsigned(), ScDocument::MaxCol(), nMaxImportRow, NONE, nType, p, SvNumberFormatter::PutandConvertEntry(), rDoc, SvStream::ReadLine(), ScAddress::Row(), rStrm, SAL_WARN, SvStream::Seek(), ScMarkData::SelectTable(), ScAddress::SetCol(), ScDocument::SetFormulaCell(), ScAddress::SetRow(), ScDocument::SetTextCell(), ScDocument::SetValue(), StartPaste(), ScAddress::Tab(), SvStream::Tell(), o3tl::toInt32(), and ScGlobal::ToUpperAlpha().
Referenced by ImportStream().
|
private |
Definition at line 975 of file impex.cxx.
References ScRange::aEnd, aRange, ScRange::aStart, bOverflowCell, bOverflowCol, bOverflowRow, ScDocument::BroadcastCells(), bSingle, ScAddress::Col(), cSep, cStr, EndPaste(), SvStream::eof(), SvStream::GetStreamCharSet(), lcl_appendLineData(), lcl_ScanString(), ScSetStringParam::mbCheckLinkFormula, mbImportBroadcast, mode, nArbitraryLineLengthLimit, p, pDocSh, ScDocShell::PostDataChanged(), rDoc, SvStream::ReadUniOrByteStringLine(), ScAddress::Row(), rStrm, SvStream::Seek(), ScAddress::SetCol(), ScAddress::SetRow(), ScDocument::SetString(), StartPaste(), SvStream::StartReadingUnicodeText(), ScAddress::Tab(), SvStream::Tell(), ScDocument::ValidCol(), and ScDocument::ValidRow().
|
static |
Definition at line 537 of file impex.cxx.
References endl(), SvStream::GetLineDelimiter(), SvStream::GetStreamCharSet(), LINEEND_CR, LINEEND_LF, rStrm, and SvStream::WriteUInt16().
Referenced by Doc2Sylk(), and Doc2Text().
|
static |
Definition at line 508 of file impex.cxx.
References SvStream::GetStreamCharSet(), OUStringToOString(), p, rStrm, SvStream::WriteBytes(), SvStream::WriteChar(), SvStream::WriteOString(), and SvStream::WriteUInt16().
Referenced by ExportStream(), lcl_WriteSimpleString(), and lcl_WriteString().
|
private |
Definition at line 55 of file impex.hxx.
Referenced by Doc2HTML().
|
private |
Definition at line 53 of file impex.hxx.
Referenced by Dif2Doc(), Doc2Dif(), Doc2HTML(), Doc2RTF(), Doc2Sylk(), Doc2Text(), EndPaste(), ExportStream(), HTML2Doc(), RTF2Doc(), ScImportExport(), StartPaste(), Sylk2Doc(), and Text2Doc().
|
private |
Definition at line 54 of file impex.hxx.
Referenced by Doc2HTML().
|
private |
Definition at line 63 of file impex.hxx.
Referenced by Doc2HTML(), ExportStream(), and StartPaste().
|
private |
Definition at line 61 of file impex.hxx.
Referenced by Doc2Sylk(), and Doc2Text().
|
private |
Definition at line 62 of file impex.hxx.
Referenced by Doc2Text().
|
private |
Definition at line 68 of file impex.hxx.
Referenced by Text2Doc().
|
private |
Definition at line 67 of file impex.hxx.
Referenced by Sylk2Doc(), and Text2Doc().
|
private |
Definition at line 66 of file impex.hxx.
Referenced by Sylk2Doc(), and Text2Doc().
|
private |
Definition at line 64 of file impex.hxx.
Referenced by ExportStream(), Sylk2Doc(), and Text2Doc().
|
private |
Definition at line 65 of file impex.hxx.
Referenced by StartPaste().
|
private |
Definition at line 59 of file impex.hxx.
Referenced by Doc2Text(), SetExtOptions(), and Text2Doc().
|
private |
Definition at line 60 of file impex.hxx.
Referenced by Doc2Text(), ScanNextFieldFromString(), SetExtOptions(), and Text2Doc().
|
private |
Definition at line 56 of file impex.hxx.
Referenced by Doc2HTML(), and SetFilterOptions().
|
private |
Definition at line 70 of file impex.hxx.
Referenced by Text2Doc().
|
private |
Definition at line 75 of file impex.hxx.
Referenced by Doc2Text().
|
private |
Definition at line 58 of file impex.hxx.
Referenced by Sylk2Doc().
|
private |
Definition at line 57 of file impex.hxx.
Referenced by Doc2Text(), and ExportByteString().
|
private |
Definition at line 50 of file impex.hxx.
Referenced by EndPaste(), HTML2Doc(), StartPaste(), and Text2Doc().
|
private |
Definition at line 77 of file impex.hxx.
Referenced by HTML2Doc(), ScImportExport(), SetExtOptions(), and ~ScImportExport().
|
private |
Definition at line 52 of file impex.hxx.
Referenced by EndPaste(), ScImportExport(), StartPaste(), and ~ScImportExport().
|
private |
Definition at line 51 of file impex.hxx.
Referenced by Dif2Doc(), Doc2Dif(), Doc2HTML(), Doc2RTF(), Doc2Sylk(), Doc2Text(), EndPaste(), ExportStream(), HTML2Doc(), RTF2Doc(), StartPaste(), Sylk2Doc(), and Text2Doc().