LibreOffice Module xmloff (master) 1
|
#include <XMLBackgroundImageExport.hxx>
Public Member Functions | |
SvXMLExport & | GetExport () const |
XMLBackgroundImageExport (SvXMLExport &rExport) | |
void | exportXML (const css::uno::Any &rURL, const css::uno::Any *pPos, const css::uno::Any *pFilter, const css::uno::Any *pTransparency, sal_uInt16 nPrefix, const OUString &rLocalName) |
Private Attributes | |
SvXMLExport & | rExport |
Definition at line 31 of file XMLBackgroundImageExport.hxx.
XMLBackgroundImageExport::XMLBackgroundImageExport | ( | SvXMLExport & | rExport | ) |
Definition at line 38 of file XMLBackgroundImageExport.cxx.
void XMLBackgroundImageExport::exportXML | ( | const css::uno::Any & | rURL, |
const css::uno::Any * | pPos, | ||
const css::uno::Any * | pFilter, | ||
const css::uno::Any * | pTransparency, | ||
sal_uInt16 | nPrefix, | ||
const OUString & | rLocalName | ||
) |
Definition at line 43 of file XMLBackgroundImageExport.cxx.
References SvXMLExport::AddAttribute(), SvXMLExport::AddEmbeddedXGraphicAsBase64(), sax::Converter::convertPercent(), ePos, GetExport(), xmloff::token::GetXMLToken(), xmloff::token::XML_ACTUATE, xmloff::token::XML_BACKGROUND_NO_REPEAT, xmloff::token::XML_BOTTOM, xmloff::token::XML_CENTER, xmloff::token::XML_FILTER_NAME, xmloff::token::XML_HREF, xmloff::token::XML_LEFT, XML_NAMESPACE_DRAW, XML_NAMESPACE_STYLE, XML_NAMESPACE_XLINK, xmloff::token::XML_ONLOAD, xmloff::token::XML_OPACITY, xmloff::token::XML_POSITION, xmloff::token::XML_REPEAT, xmloff::token::XML_RIGHT, xmloff::token::XML_SIMPLE, xmloff::token::XML_STRETCH, xmloff::token::XML_TOP, and xmloff::token::XML_TYPE.
Referenced by XMLPageMasterExportPropMapper::handleElementItem(), and XMLTextExportPropertySetMapper::handleElementItem().
|
inline |
Definition at line 37 of file XMLBackgroundImageExport.hxx.
References rExport.
Referenced by XMLPageMasterExportPropMapper::ContextFilter(), and exportXML().
|
private |
Definition at line 33 of file XMLBackgroundImageExport.hxx.
Referenced by GetExport().