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) |
![]() | |
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 | endUnknownElement (const OUString &Namespace, const OUString &Name) 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 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 | |
![]() | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 29 of file xmlCell.hxx.
|
privatedelete |
Referenced by createFastChildContext().
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.
References m_sText.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 87 of file xmlCell.cxx.
References rptxml::OXMLTable::addCell(), XMLShapeImportHelper::CreateGroupChildContext(), DRAW, SvXMLImport::GetModel(), GetOwnImport(), SvXMLImport::getPrefixAndNameFromToken(), SvXMLImport::GetProgressBarHelper(), rptxml::OXMLTable::getSection(), ProgressBarHelper::Increment(), m_bContainsShape, m_nCurrentCount, m_pCell, m_pContainer, m_sText, m_xComponent, OXMLCell(), PROGRESS_BAR_STEP, REPORT, SAL_WARN, SERVICE_FORMATTEDFIELD, SERVICE_IMAGECONTROL, setComponent(), 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 rptxml::OXMLTable::addCell(), rptxml::OXMLHelper::copyStyleElements(), rptxml::OXMLHelper::createBorderPropertySet(), XMLPropStyleContext::FillPropertySet(), SvXMLStylesContext::FindStyleChildContext(), SvXMLImport::GetAutoStyles(), SvXMLImportContext::GetImport(), SvXMLImport::GetModel(), GetOwnImport(), rptxml::OXMLTable::getSection(), i, m_bContainsShape, m_nCurrentCount, m_pCell, m_pContainer, m_sStyleName, m_sText, m_xComponent, nCount, PROPERTY_BORDERLEFT, PROPERTY_BORDERRIGHT, SERVICE_FIXEDLINE, SERVICE_FORMATTEDFIELD, setComponent(), and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 228 of file xmlCell.cxx.
References SvXMLImportContext::GetImport().
Referenced by createFastChildContext(), and endFastElement().
void rptxml::OXMLCell::setComponent | ( | const css::uno::Reference< css::report::XReportComponent > & | _xComponent | ) |
Definition at line 233 of file xmlCell.cxx.
References m_pCell, and m_xComponent.
Referenced by createFastChildContext(), endFastElement(), and rptxml::OXMLFixedContent::endFastElement().
void rptxml::OXMLCell::setContainsShape | ( | bool | _bContainsShapes | ) |
Definition at line 253 of file xmlCell.cxx.
References m_bContainsShape.
Referenced by rptxml::OXMLSubDocument::createFastChildContext().
|
private |
Definition at line 37 of file xmlCell.hxx.
Referenced by createFastChildContext(), endFastElement(), and setContainsShape().
|
private |
Definition at line 36 of file xmlCell.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 33 of file xmlCell.hxx.
Referenced by createFastChildContext(), endFastElement(), and setComponent().
|
private |
Definition at line 32 of file xmlCell.hxx.
Referenced by createFastChildContext(), and endFastElement().
|
private |
Definition at line 34 of file xmlCell.hxx.
Referenced by endFastElement().
|
private |
Definition at line 35 of file xmlCell.hxx.
Referenced by characters(), createFastChildContext(), and endFastElement().
|
private |
Definition at line 31 of file xmlCell.hxx.
Referenced by createFastChildContext(), endFastElement(), and setComponent().