34 SvXMLImport& rImport, sal_Int32 nElement,
35 const Reference< xml::sax::XFastAttributeList > & xAttrList,
37 ::std::vector< XMLPropertyState > &rProps,
39 sal_Int32 nStartIndex, sal_Int32 nEndIndex,
42 rProps, rMap, nStartIndex, nEndIndex )
53 const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList,
54 ::std::vector< XMLPropertyState > &rProperties,
77 switch(
mxMapper->getPropertySetMapper()
78 ->GetEntryContextId( rProp.
mnIndex ) )
85 ->GetEntryContextId( rProp.
mnIndex-2 ) &&
86 nFil ==
mxMapper->getPropertySetMapper()
87 ->GetEntryContextId( rProp.
mnIndex-1 ),
88 "invalid property map!");
113 rProperties, rProp );
#define CTF_PM_TEXTCOLUMNS
#define CTF_PM_HEADERGRAPHICURL
#define CTF_PM_FTN_LINE_WEIGHT
#define CTF_PM_HEADERGRAPHICPOSITION
#define CTF_PM_FOOTERGRAPHICFILTER
#define CTF_PM_FILLBITMAPMODE
#define CTF_PM_GRAPHICPOSITION
#define CTF_PM_GRAPHICFILTER
#define CTF_PM_HEADERGRAPHICFILTER
#define CTF_PM_GRAPHICURL
#define CTF_PM_FOOTERGRAPHICURL
#define CTF_PM_FOOTERGRAPHICPOSITION
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, ::std::vector< XMLPropertyState > &rProperties, const XMLPropertyState &rProp) override
This method is called from this instance implementation of CreateChildContext if the element matches ...
PagePropertySetContext(SvXMLImport &rImport, sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList, sal_uInt32 nFam, ::std::vector< XMLPropertyState > &rProps, const rtl::Reference< SvXMLImportPropertyMapper > &rMap, sal_Int32 nStartIndex, sal_Int32 nEndIndex, const PageContextType aType)
virtual ~PagePropertySetContext() override
SvXMLImport & GetImport()
rtl::Reference< SvXMLImportPropertyMapper > mxMapper
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext(sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &AttrList) override
#define DBG_ASSERT(sCon, aError)
Smart struct to transport an Any with an index to the appropriate property-name.