LibreOffice Module sc (master) 1
|
#include <xmlexternaltabi.hxx>
Public Member Functions | |
ScXMLExternalRefCellContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLExternalTabData &rRefInfo) | |
virtual | ~ScXMLExternalRefCellContext () override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
void | SetCellString (const OUString &rStr) |
Public Member Functions inherited from ScXMLImportContext | |
ScXMLImportContext (SvXMLImport &rImport) | |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Private Attributes | |
ScXMLImport & | mrScImport |
ScXMLExternalTabData & | mrExternalRefInfo |
OUString | maCellString |
double | mfCellValue |
sal_Int32 | mnRepeatCount |
sal_Int32 | mnNumberFormat |
sal_Int16 | mnCellType |
bool | mbIsNumeric |
bool | mbIsEmpty |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 86 of file xmlexternaltabi.hxx.
ScXMLExternalRefCellContext::ScXMLExternalRefCellContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLExternalTabData & | rRefInfo | ||
) |
Definition at line 216 of file xmlexternaltabi.cxx.
References sax::Converter::convertDuration(), SvXMLStylesContext::FindStyleChildContext(), ScXMLImport::GetCellType(), IsXMLToken(), maCellString, mbIsEmpty, mbIsNumeric, mfCellValue, mnCellType, mnNumberFormat, mnRepeatCount, mrScImport, OFFICE, ScXMLImport::SetNullDateOnUnitConverter(), TABLE, UNDEFINED, XML_BOOLEAN_VALUE, XML_DATE_VALUE, XML_ELEMENT, XML_NUMBER_COLUMNS_REPEATED, XML_STRING_VALUE, XML_STYLE_NAME, XML_TIME_VALUE, XML_TRUE, XML_VALUE, and XML_VALUE_TYPE.
|
overridevirtual |
Definition at line 310 of file xmlexternaltabi.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 314 of file xmlexternaltabi.cxx.
References mrScImport, TEXT, XML_ELEMENT, and XML_P.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 323 of file xmlexternaltabi.cxx.
References ScDocumentImport::getDoc(), ScXMLImport::GetDoc(), ScDocument::GetSharedStringPool(), i, svl::SharedStringPool::intern(), maCellString, mbIsEmpty, mbIsNumeric, mfCellValue, ScXMLExternalTabData::mnCol, mnNumberFormat, mnRepeatCount, ScXMLExternalTabData::mnRow, ScXMLExternalTabData::mpCacheTable, mrExternalRefInfo, and mrScImport.
void ScXMLExternalRefCellContext::SetCellString | ( | const OUString & | rStr | ) |
Definition at line 351 of file xmlexternaltabi.cxx.
References maCellString.
Referenced by ScXMLExternalRefCellTextContext::endFastElement().
|
private |
Definition at line 106 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), ScXMLExternalRefCellContext(), and SetCellString().
|
private |
Definition at line 112 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefCellContext().
|
private |
Definition at line 111 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefCellContext().
|
private |
Definition at line 107 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefCellContext().
|
private |
Definition at line 110 of file xmlexternaltabi.hxx.
Referenced by ScXMLExternalRefCellContext().
|
private |
Definition at line 109 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefCellContext().
|
private |
Definition at line 108 of file xmlexternaltabi.hxx.
Referenced by endFastElement(), and ScXMLExternalRefCellContext().
|
private |
Definition at line 105 of file xmlexternaltabi.hxx.
Referenced by endFastElement().
|
private |
Definition at line 104 of file xmlexternaltabi.hxx.
Referenced by createFastChildContext(), endFastElement(), and ScXMLExternalRefCellContext().