LibreOffice Module reportdesign (master) 1
|
#include <xmlCell.hxx>
Public Member Functions | |
OXMLCell (ORptFilter &rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, OXMLTable *_pContainer, OXMLCell *_pCell=nullptr) | |
virtual | ~OXMLCell () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual void SAL_CALL | characters (const OUString &rChars) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
void | setComponent (const css::uno::Reference< css::report::XReportComponent > &_xComponent) |
void | setContainsShape (bool _bContainsShapes) |
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 Member Functions | |
ORptFilter & | GetOwnImport () |
OXMLCell (const OXMLCell &)=delete | |
OXMLCell & | operator= (const OXMLCell &)=delete |
Private Attributes | |
css::uno::Reference< css::report::XReportComponent > | m_xComponent |
OXMLTable * | m_pContainer |
OXMLCell * | m_pCell |
OUString | m_sStyleName |
OUString | m_sText |
sal_Int32 | m_nCurrentCount |
bool | m_bContainsShape |
Additional Inherited Members | |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 29 of file xmlCell.hxx.
|
privatedelete |
rptxml::OXMLCell::OXMLCell | ( | ORptFilter & | rImport, |
const css::uno::Reference< css::xml::sax::XFastAttributeList > & | xAttrList, | ||
OXMLTable * | _pContainer, | ||
OXMLCell * | _pCell = nullptr |
||
) |
|
overridevirtual |
Definition at line 83 of file xmlCell.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 239 of file xmlCell.cxx.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 87 of file xmlCell.cxx.
References XMLShapeImportHelper::CreateGroupChildContext(), DRAW, PROGRESS_BAR_STEP, REPORT, SAL_WARN, SERVICE_FORMATTEDFIELD, SERVICE_IMAGECONTROL, TEXT, u, XML_CUSTOM_SHAPE, XML_ELEMENT, XML_FIXED_CONTENT, XML_FORMATTED_TEXT, XML_FRAME, XML_IMAGE, XML_P, XML_PAGE_COUNT, XML_PAGE_NUMBER, and XML_SUB_DOCUMENT.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 169 of file xmlCell.cxx.
References XMLPropStyleContext::FillPropertySet(), i, nCount, PROPERTY_BORDERLEFT, PROPERTY_BORDERRIGHT, SERVICE_FIXEDLINE, SERVICE_FORMATTEDFIELD, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 228 of file xmlCell.cxx.
void rptxml::OXMLCell::setComponent | ( | const css::uno::Reference< css::report::XReportComponent > & | _xComponent | ) |
Definition at line 233 of file xmlCell.cxx.
Referenced by rptxml::OXMLFixedContent::endFastElement().
void rptxml::OXMLCell::setContainsShape | ( | bool | _bContainsShapes | ) |
Definition at line 253 of file xmlCell.cxx.
|
private |
Definition at line 37 of file xmlCell.hxx.
|
private |
Definition at line 36 of file xmlCell.hxx.
|
private |
Definition at line 33 of file xmlCell.hxx.
|
private |
Definition at line 32 of file xmlCell.hxx.
|
private |
Definition at line 34 of file xmlCell.hxx.
|
private |
Definition at line 35 of file xmlCell.hxx.
|
private |
Definition at line 31 of file xmlCell.hxx.