LibreOffice Module sc (master) 1
|
#include <excform.hxx>
Public Member Functions | |
ExcelToSc (XclImpRoot &rRoot) | |
virtual | ~ExcelToSc () override |
virtual ConvErr | Convert (std::unique_ptr< ScTokenArray > &, XclImpStream &rStrm, std::size_t nFormulaLen, bool bAllowArrays, const FORMULA_TYPE eFT=FT_CellFormula) override |
virtual ConvErr | Convert (ScRangeListTabs &, XclImpStream &rStrm, std::size_t nFormulaLen, SCTAB nTab, const FORMULA_TYPE eFT=FT_CellFormula) override |
virtual void | ConvertExternName (std::unique_ptr< ScTokenArray > &rpArray, XclImpStream &rStrm, std::size_t nFormulaLen, const OUString &rUrl, const ::std::vector< OUString > &rTabNames) |
virtual void | GetAbsRefs (ScRangeList &rRangeList, XclImpStream &rStrm, std::size_t nLen) |
std::unique_ptr< ScTokenArray > | GetDummy () |
std::unique_ptr< ScTokenArray > | GetBoolErr (XclBoolError) |
const ScTokenArray * | GetSharedFormula (const ScAddress &rRefPos) const |
void | SetComplCol (ScComplexRefData &) |
void | SetComplRow (ScComplexRefData &) |
void | ReadExtensions (const ExtensionTypeVec &rExtensions, XclImpStream &aIn) |
void | ReadExtensionArray (unsigned int n, XclImpStream &aIn) |
void | ReadExtensionMemArea (XclImpStream &aIn) |
Public Member Functions inherited from ExcelConverterBase | |
void | Reset () |
void | Reset (const ScAddress &rEingPos) |
virtual ConvErr | Convert (std::unique_ptr< ScTokenArray > &rpErg, XclImpStream &rStrm, std::size_t nFormulaLen, bool bAllowArrays, const FORMULA_TYPE eFT=FT_CellFormula)=0 |
virtual ConvErr | Convert (ScRangeListTabs &, XclImpStream &rStrm, std::size_t nFormulaLen, SCTAB nTab, const FORMULA_TYPE eFT=FT_CellFormula)=0 |
Static Public Member Functions | |
static bool | ReadSharedFormulaPosition (XclImpStream &rStrm, SCCOL &rCol, SCROW &rRow) |
static void | SetError (ScFormulaCell &rCell, const ConvErr eErr) |
static bool | IsComplColRange (const sal_uInt16 nCol1, const sal_uInt16 nCol2) |
static bool | IsComplRowRange (const sal_uInt16 nRow1, const sal_uInt16 nRow2) |
static void | ReadExtensionNlr (XclImpStream &aIn) |
Protected Types | |
enum | ExtensionType { EXTENSION_ARRAY , EXTENSION_NLR , EXTENSION_MEMAREA } |
typedef ::std::vector< ExtensionType > | ExtensionTypeVec |
Protected Member Functions | |
void | DoMulArgs (DefTokenId eId, sal_uInt8 nNumArgs) |
void | ExcRelToScRel (sal_uInt16 nRow, sal_uInt8 nCol, ScSingleRefData &, const bool bName) |
Protected Member Functions inherited from ExcelConverterBase | |
ExcelConverterBase (svl::SharedStringPool &rSPool) | |
virtual | ~ExcelConverterBase () override |
Protected Member Functions inherited from ConverterBase | |
ConverterBase (svl::SharedStringPool &rSPool) | |
virtual | ~ConverterBase () |
void | Reset () |
Protected Member Functions inherited from XclImpRoot | |
XclImpRoot (XclImpRootData &rImpRootData) | |
const XclImpRoot & | GetRoot () const |
Returns this root instance - for code readability in derived classes. More... | |
XclImpRoot & | GetRoot () |
void | SetCodePage (sal_uInt16 nCodePage) |
Sets a code page read from a CODEPAGE record for byte string import. More... | |
void | InitializeTable (SCTAB nScTab) |
Is called when import filter starts importing a single sheet (all BIFF versions). More... | |
void | FinalizeTable () |
Is called when import filter stops importing a single sheet (all BIFF versions). More... | |
XclImpAddressConverter & | GetAddressConverter () const |
Returns the address converter. More... | |
XclImpFormulaCompiler & | GetFormulaCompiler () const |
Returns the formula converter. More... | |
ExcelToSc & | GetOldFmlaConverter () const |
Returns the old formula converter. More... | |
XclImpSst & | GetSst () const |
Returns the shared string table. More... | |
XclImpPalette & | GetPalette () const |
Returns the color buffer. More... | |
XclImpFontBuffer & | GetFontBuffer () const |
Returns the font buffer. More... | |
XclImpNumFmtBuffer & | GetNumFmtBuffer () const |
Returns the number format buffer. More... | |
XclImpXFBuffer & | GetXFBuffer () const |
Returns the cell formatting attributes buffer. More... | |
XclImpXFRangeBuffer & | GetXFRangeBuffer () const |
Returns the buffer of XF index ranges for a sheet. More... | |
ScRangeListTabs & | GetPrintAreaBuffer () const |
Returns the buffer that contains all print areas in the document. More... | |
ScRangeListTabs & | GetTitleAreaBuffer () const |
Returns the buffer that contains all print titles in the document. More... | |
XclImpTabInfo & | GetTabInfo () const |
Returns the buffer that contains the sheet creation order. More... | |
XclImpNameManager & | GetNameManager () const |
Returns the buffer that contains internal defined names. More... | |
XclImpLinkManager & | GetLinkManager () const |
Returns the link manager. More... | |
XclImpObjectManager & | GetObjectManager () const |
Returns the drawing object manager. More... | |
XclImpSheetDrawing & | GetCurrSheetDrawing () const |
Returns the drawing container of the current sheet. More... | |
XclImpCondFormatManager & | GetCondFormatManager () const |
Returns the conditional formatting manager. More... | |
XclImpValidationManager & | GetValidationManager () const |
XclImpAutoFilterBuffer & | GetFilterManager () const |
Returns the filter manager. More... | |
XclImpWebQueryBuffer & | GetWebQueryBuffer () const |
Returns the web query buffer. More... | |
XclImpPivotTableManager & | GetPivotTableManager () const |
Returns the pivot table manager. More... | |
XclImpSheetProtectBuffer & | GetSheetProtectBuffer () const |
Returns the sheet protection options of the current sheet. More... | |
XclImpDocProtectBuffer & | GetDocProtectBuffer () const |
Returns the document protection options. More... | |
XclImpPageSettings & | GetPageSettings () const |
Returns the page settings of the current sheet. More... | |
XclImpDocViewSettings & | GetDocViewSettings () const |
Returns the view settings of the entire document. More... | |
XclImpTabViewSettings & | GetTabViewSettings () const |
Returns the view settings of the current sheet. More... | |
bool | HasBasic () const |
Returns true, if the document contains a VB project. More... | |
void | SetHasBasic () |
Called to indicate that the document contains a VB project. More... | |
void | ReadCodeName (XclImpStream &rStrm, bool bGlobals) |
Reads the CODENAME record and inserts the codename into the document. More... | |
ScDocumentImport & | GetDocImport () |
Protected Member Functions inherited from XclRoot | |
XclRoot (XclRootData &rRootData) | |
XclRoot (const XclRoot &rRoot) | |
virtual | ~XclRoot () |
XclRoot & | operator= (const XclRoot &rRoot) |
RootData & | GetOldRoot () const |
Returns old RootData struct. More... | |
XclBiff | GetBiff () const |
Returns the current BIFF version of the importer/exporter. More... | |
XclOutput | GetOutput () const |
Returns the current output format of the importer/exporter. More... | |
bool | IsImport () const |
Returns true, if currently a document is imported. More... | |
rtl_TextEncoding | GetTextEncoding () const |
Returns the text encoding to import/export byte strings. More... | |
LanguageType | GetSysLanguage () const |
Returns the system language, i.e. More... | |
LanguageType | GetDocLanguage () const |
Returns the document language. More... | |
LanguageType | GetUILanguage () const |
Returns the UI language. More... | |
sal_Int16 | GetDefApiScript () const |
Returns the default script type, e.g. More... | |
tools::Long | GetCharWidth () const |
Returns the width of the '0' character (default font) for the current printer (twips). More... | |
tools::Long | GetSpaceWidth () const |
bool | IsInGlobals () const |
Returns the current Calc sheet index. More... | |
SCTAB | GetCurrScTab () const |
Returns the current Calc sheet index. More... | |
sal_Int32 | GetHmmFromPixelX (double fPixelX) const |
Calculates the width of the passed number of pixels in 1/100 mm. More... | |
sal_Int32 | GetHmmFromPixelY (double fPixelY) const |
Calculates the height of the passed number of pixels in 1/100 mm. More... | |
SfxMedium & | GetMedium () const |
Returns the medium to import from. More... | |
const OUString & | GetDocUrl () const |
Returns the document URL of the imported/exported file. More... | |
const OUString & | GetBasePath () const |
Returns the base path of the imported/exported file. More... | |
const OUString & | GetUserName () const |
Returns the current user name. More... | |
css::uno::Sequence< css::beans::NamedValue > | RequestEncryptionData (::comphelper::IDocPasswordVerifier &rVerifier) const |
Requests and verifies a password from the medium or the user. More... | |
const tools::SvRef< SotStorage > & | GetRootStorage () const |
Returns the OLE2 root storage of the imported/exported file. More... | |
bool | HasVbaStorage () const |
Returns true, if the document contains a VBA storage. More... | |
tools::SvRef< SotStorage > | OpenStorage (tools::SvRef< SotStorage > const &xStrg, const OUString &rStrgName) const |
Tries to open a storage as child of the specified storage for reading or writing. More... | |
tools::SvRef< SotStorage > | OpenStorage (const OUString &rStrgName) const |
Tries to open a storage as child of the root storage for reading or writing. More... | |
tools::SvRef< SotStorageStream > | OpenStream (tools::SvRef< SotStorage > const &xStrg, const OUString &rStrmName) const |
Tries to open a new stream in the specified storage for reading or writing. More... | |
tools::SvRef< SotStorageStream > | OpenStream (const OUString &rStrmName) const |
Tries to open a new stream in the root storage for reading or writing. More... | |
ScDocument & | GetDoc () const |
Returns reference to the destination document (import) or source document (export). More... | |
SfxObjectShell * | GetDocShell () const |
Returns the object shell of the Calc document. More... | |
ScModelObj * | GetDocModelObj () const |
Returns the object model of the Calc document. More... | |
OutputDevice * | GetPrinter () const |
Returns pointer to the printer of the Calc document. More... | |
ScStyleSheetPool & | GetStyleSheetPool () const |
Returns the style sheet pool of the Calc document. More... | |
ScRangeName & | GetNamedRanges () const |
Returns the defined names container of the Calc document. More... | |
SdrPage * | GetSdrPage (SCTAB nScTab) const |
Returns the drawing layer page of the passed sheet, if present. More... | |
SvNumberFormatter & | GetFormatter () const |
Returns the number formatter of the Calc document. More... | |
DateTime | GetNullDate () const |
Returns the null date of the current number formatter. More... | |
sal_uInt16 | GetBaseYear () const |
Returns the base year depending on the current null date (1900 or 1904). More... | |
double | GetDoubleFromDateTime (const DateTime &rDateTime) const |
Converts a date/time value to a floating-point value. More... | |
DateTime | GetDateTimeFromDouble (double fValue) const |
Converts a floating-point value to a date/time value. More... | |
ScEditEngineDefaulter & | GetEditEngine () const |
Returns the edit engine for import/export of rich strings etc. More... | |
ScHeaderEditEngine & | GetHFEditEngine () const |
Returns the edit engine for import/export of headers/footers. More... | |
EditEngine & | GetDrawEditEngine () const |
Returns the edit engine for import/export of drawing text boxes. More... | |
XclFontPropSetHelper & | GetFontPropSetHelper () const |
Returns the property set helper for fonts. More... | |
XclChPropSetHelper & | GetChartPropSetHelper () const |
Returns the property set helper for the chart filters. More... | |
ScExtDocOptions & | GetExtDocOptions () const |
Returns the extended document options. More... | |
XclTracer & | GetTracer () const |
Returns the filter tracer. More... | |
const ScAddress & | GetScMaxPos () const |
Returns the highest possible cell address in a Calc document. More... | |
const ScAddress & | GetXclMaxPos () const |
Returns the highest possible cell address in an Excel document (using current BIFF version). More... | |
const ScAddress & | GetMaxPos () const |
Returns the highest possible cell address valid in Calc and Excel (using current BIFF version). More... | |
void | SetDocLanguage (LanguageType eLang) |
Sets the document language. More... | |
void | SetUILanguage (LanguageType eLang) |
Sets the UI language, i.e. More... | |
void | SetTextEncoding (rtl_TextEncoding eTextEnc) |
Sets the text encoding to import/export byte strings. More... | |
void | SetCharWidth (const XclFontData &rFontData) |
Sets the width of the '0' - '9' digit character as well as the ' ' space char (using the default font) for the current printer (twips). More... | |
void | SetCurrScTab (SCTAB nScTab) |
Sets the current Calc sheet index. More... | |
void | IncCurrScTab () |
Increases the current Calc sheet index by 1. More... | |
Protected Attributes | |
XclFunctionProvider | maFuncProv |
const XclBiff | meBiff |
Protected Attributes inherited from ConverterBase | |
TokenPool | aPool |
TokenStack | aStack |
ScAddress | aEingPos |
Static Protected Attributes | |
static const sal_uInt16 | nRowMask = 0x3FFF |
Additional Inherited Members | |
Static Protected Member Functions inherited from XclImpRoot | |
static OUString | GetScAddInName (const OUString &rXclName) |
Returns the Calc add-in function name for an Excel function name. More... | |
Static Protected Member Functions inherited from XclRoot | |
static OUString | GetDefaultPassword () |
Returns the default password used for stream encryption. More... | |
Definition at line 32 of file excform.hxx.
|
protected |
Definition at line 36 of file excform.hxx.
|
protected |
Enumerator | |
---|---|
EXTENSION_ARRAY | |
EXTENSION_NLR | |
EXTENSION_MEMAREA |
Definition at line 35 of file excform.hxx.
ExcelToSc::ExcelToSc | ( | XclImpRoot & | rRoot | ) |
Definition at line 179 of file excform.cxx.
|
overridevirtual |
Definition at line 187 of file excform.cxx.
|
overridevirtual |
Implements ExcelConverterBase.
Reimplemented in ExcelToSc8.
Definition at line 888 of file excform.cxx.
References ConverterBase::aEingPos, ConverterBase::aPool, ScRangeListTabs::Append(), ConverterBase::aStack, Count, EXC_BIFF2, EXC_BIFF3, EXC_BIFF4, EXC_BIFF5, ExcRelToScRel(), FT_RangeName, FT_SharedFormula, ScDocumentImport::getDoc(), XclImpRoot::GetDocImport(), XclRoot::GetOldRoot(), XclImpStream::GetRecPos(), XclImpStream::Ignore(), ScSingleRefData::InitFlags(), ScComplexRefData::InitFlags(), IsComplColRange(), IsComplRowRange(), XclImpStream::IsValid(), meBiff, Ni, ocBad, OK, RootData::pExtSheetBuff, XclImpStream::ReadInt16(), XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), ScComplexRefData::Ref1, ScComplexRefData::Ref2, SAL_INFO, XclImpStream::Seek(), ScSingleRefData::SetAbsCol(), ScSingleRefData::SetAbsRow(), ScSingleRefData::SetAbsTab(), SetComplCol(), SetComplRow(), ScSingleRefData::SetFlag3D(), ScSingleRefData::SetRelTab(), ScAddress::Tab(), ScSingleRefData::toAbs(), and ScComplexRefData::toAbs().
|
overridevirtual |
Implements ExcelConverterBase.
Reimplemented in ExcelToSc8.
Definition at line 201 of file excform.cxx.
References ConverterBase::aPool, ConverterBase::aStack, Count, DoMulArgs(), EXC_BIFF2, EXC_BIFF3, EXC_BIFF4, EXC_BIFF5, EXC_ERR_DIV0, EXC_ERR_NA, EXC_ERR_NAME, EXC_ERR_NULL, EXC_ERR_NUM, EXC_ERR_REF, EXC_ERR_VALUE, ExcRelToScRel(), EXTENSION_ARRAY, EXTENSION_MEMAREA, FT_CondFormat, FT_RangeName, FT_SharedFormula, TokenStack::Get(), XclImpRoot::GetDocImport(), XclFunctionProvider::GetFuncInfoFromXclFunc(), XclImpNameManager::GetName(), XclImpRoot::GetNameManager(), XclRoot::GetOldRoot(), XclImpStream::GetRecPos(), TokenPool::GetTokenArray(), XclRoot::GetTracer(), XclImpStream::Ignore(), ScSingleRefData::InitFlags(), ScComplexRefData::InitFlags(), IsComplColRange(), IsComplRowRange(), XclImpStream::IsValid(), maFuncProv, meBiff, Ni, ocAdd, ocAmpersand, ocBad, ocClose, ocDiv, ocEqual, ocFalse, ocGreater, ocGreaterEqual, ocIntersect, ocLess, ocLessEqual, ocMacro, ocMissing, ocMul, ocNegSub, ocNoName, ocNotAvail, ocNotEqual, ocOpen, ocPercentSign, ocPow, ocPush, ocRange, ocSep, ocStop, ocSub, ocSum, ocTrue, OK, RootData::pExtSheetBuff, pName, XclImpStream::ReadDouble(), ReadExtensions(), XclImpStream::ReadInt16(), XclImpStream::ReadRawByteString(), XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), ScComplexRefData::Ref1, ScComplexRefData::Ref2, SAL_INFO, XclImpStream::Seek(), ScSingleRefData::SetAbsCol(), ScSingleRefData::SetAbsRow(), ScSingleRefData::SetAbsTab(), ScSingleRefData::SetColDeleted(), SetComplCol(), SetComplRow(), ScSingleRefData::SetFlag3D(), ScSingleRefData::SetRelTab(), ScSingleRefData::SetRowDeleted(), ScSingleRefData::SetTabDeleted(), TokenPool::Store(), TokenPool::StoreMatrix(), TokenPool::StoreName(), XclTracer::TraceFormulaMissingArg(), and ValidTab().
Referenced by XclImpName::ConvertTokens(), XclImpFmlaCompImpl::CreateFormula(), XclImpCondFormat::ReadCF(), XclImpValidationManager::ReadDV(), and XclImpName::XclImpName().
|
virtual |
Reimplemented in ExcelToSc8.
Definition at line 1307 of file excform.cxx.
Referenced by XclImpExtName::XclImpExtName().
|
protected |
Definition at line 1527 of file excform.cxx.
References ConverterBase::aPool, ConverterBase::aStack, TokenPool::GetExternal(), XclFunctionProvider::GetFuncInfoFromXclMacroName(), TokenStack::HasMoreTokens(), TokenPool::IsSingleOp(), maFuncProv, n, ocCeil, ocClose, ocExternal, ocFloor, ocIf, ocMissing, ocOpen, ocPercentrank, ocSep, pExt, and TokenPool::Store().
Referenced by Convert(), and ExcelToSc8::Convert().
|
protected |
Definition at line 1607 of file excform.cxx.
References ConverterBase::aEingPos, ScAddress::Col(), XclRoot::GetCurrScTab(), ScSingleRefData::IsFlag3D(), ScSingleRefData::IsTabRel(), nRowMask, ScAddress::Row(), ScSingleRefData::Row(), ScSingleRefData::SetAbsCol(), ScSingleRefData::SetAbsRow(), ScSingleRefData::SetAbsTab(), ScSingleRefData::SetRelCol(), ScSingleRefData::SetRelRow(), and ScSingleRefData::Tab().
Referenced by Convert().
|
virtual |
Reimplemented in ExcelToSc8.
Definition at line 1312 of file excform.cxx.
References XclImpAddressConverter::ConvertRange(), EXC_BIFF5, XclImpRoot::GetAddressConverter(), XclRoot::GetBiff(), XclRoot::GetCurrScTab(), OSL_ENSURE_BIFF, ScRangeList::push_back(), SvStream::ReadInt16(), rStrm, SvStream::Seek(), and ValidTab().
Referenced by XclImpFmlaCompImpl::CreateRangeList().
std::unique_ptr< ScTokenArray > ExcelToSc::GetBoolErr | ( | XclBoolError | eType | ) |
Definition at line 1658 of file excform.cxx.
References ConverterBase::aPool, ConverterBase::aStack, eType, TokenStack::Get(), XclImpRoot::GetDocImport(), TokenPool::GetTokenArray(), ocClose, ocFalse, ocNoName, ocNotAvail, ocOpen, ocStop, ocTrue, TokenPool::Reset(), TokenStack::Reset(), xlErrDiv0, xlErrFalse, xlErrNA, xlErrName, xlErrNull, xlErrNum, xlErrRef, xlErrTrue, xlErrUnknown, and xlErrValue.
Referenced by XclImpPCItem::WriteToSource().
std::unique_ptr< ScTokenArray > ExcelToSc::GetDummy | ( | ) |
Definition at line 191 of file excform.cxx.
References ConverterBase::aPool, ConverterBase::aStack, TokenStack::Get(), XclImpRoot::GetDocImport(), TokenPool::GetTokenArray(), and TokenPool::Store().
Referenced by XclImpName::XclImpName().
const ScTokenArray * ExcelToSc::GetSharedFormula | ( | const ScAddress & | rRefPos | ) | const |
Definition at line 1721 of file excform.cxx.
References XclRoot::GetOldRoot(), and RootData::pShrfmlaBuff.
|
inlinestatic |
Definition at line 82 of file excform.hxx.
Referenced by Convert(), and ExcelToSc8::Convert().
|
inlinestatic |
Definition at line 87 of file excform.hxx.
Referenced by Convert().
void ExcelToSc::ReadExtensionArray | ( | unsigned int | n, |
XclImpStream & | aIn | ||
) |
Definition at line 1760 of file excform.cxx.
References ConverterBase::aPool, EXC_BIFF8, EXC_CACHEDVAL_BOOL, EXC_CACHEDVAL_DOUBLE, EXC_CACHEDVAL_EMPTY, EXC_CACHEDVAL_ERROR, EXC_CACHEDVAL_STRING, XclRoot::GetBiff(), ScMatrix::GetDimensions(), XclRoot::GetDoc(), TokenPool::GetMatrix(), XclImpStream::GetRecLeft(), XclTools::GetScErrorCode(), ScDocument::GetSharedStringPool(), XclImpStream::Ignore(), svl::SharedStringPool::intern(), n, ScMatrix::PutBoolean(), ScMatrix::PutDouble(), ScMatrix::PutEmpty(), ScMatrix::PutError(), ScMatrix::PutString(), XclImpStream::ReadDouble(), XclImpStream::ReadRawByteString(), XclImpStream::ReaduInt16(), XclImpStream::ReaduInt8(), XclImpStream::ReadUniString(), ScMatrix::Resize(), and SAL_WARN.
Referenced by ReadExtensions().
void ExcelToSc::ReadExtensionMemArea | ( | XclImpStream & | aIn | ) |
Definition at line 1880 of file excform.cxx.
References EXC_BIFF8, XclRoot::GetBiff(), XclImpStream::Ignore(), nCount, and XclImpStream::ReaduInt16().
Referenced by ReadExtensions().
|
static |
Definition at line 1871 of file excform.cxx.
References EXC_TOK_NLR_ADDMASK, XclImpStream::Ignore(), nCount, and XclImpStream::ReaduInt32().
Referenced by ReadExtensions().
void ExcelToSc::ReadExtensions | ( | const ExtensionTypeVec & | rExtensions, |
XclImpStream & | aIn | ||
) |
Definition at line 1887 of file excform.cxx.
References eType, EXTENSION_ARRAY, EXTENSION_MEMAREA, EXTENSION_NLR, ReadExtensionArray(), ReadExtensionMemArea(), and ReadExtensionNlr().
Referenced by Convert(), and ExcelToSc8::Convert().
|
static |
Definition at line 1699 of file excform.cxx.
References rStrm.
Referenced by ImportExcel::Formula().
void ExcelToSc::SetComplCol | ( | ScComplexRefData & | rCRD | ) |
Definition at line 1740 of file excform.cxx.
References ConverterBase::aEingPos, ScAddress::Col(), ScDocumentImport::getDoc(), XclImpRoot::GetDocImport(), ScSingleRefData::IsColRel(), ScDocument::MaxCol(), ScComplexRefData::Ref2, ScSingleRefData::SetAbsCol(), and ScSingleRefData::SetRelCol().
Referenced by Convert(), and ExcelToSc8::Convert().
void ExcelToSc::SetComplRow | ( | ScComplexRefData & | rCRD | ) |
Definition at line 1750 of file excform.cxx.
References ConverterBase::aEingPos, ScDocumentImport::getDoc(), XclImpRoot::GetDocImport(), ScSingleRefData::IsRowRel(), ScDocument::MaxRow(), ScComplexRefData::Ref2, ScAddress::Row(), ScSingleRefData::SetAbsRow(), and ScSingleRefData::SetRelRow().
Referenced by Convert(), and ExcelToSc8::Convert().
|
static |
Definition at line 1726 of file excform.cxx.
References Count, Ni, and ScFormulaCell::SetErrCode().
Referenced by ImportExcel::Formula().
|
protected |
Definition at line 40 of file excform.hxx.
Referenced by Convert(), ExcelToSc8::Convert(), and DoMulArgs().
|
protected |
Definition at line 41 of file excform.hxx.
Referenced by Convert().
|
staticprotected |
Definition at line 38 of file excform.hxx.
Referenced by ExcRelToScRel().