66 : m_bUserFileLink(false)
126 pStrm->
EndElement(
"style:background-image" );
159 return !(img1==img2);
Attribute list interface for sax writer.
virtual void Clear()=0
@descr: Clear all the attributes in the attribute list.
virtual void AddAttribute(const OUString &name, const OUString &value)=0
@descr: Add an attribute to the attribute list.
Stream wrapper for sax writer.
virtual void Characters(const OUString &oustr)=0
@descr output text node.
virtual IXFAttrList * GetAttrList()=0
@descr return the Attribute list interface.
virtual void StartElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::startElement()
virtual void EndElement(const OUString &oustr)=0
@descr Wrap XDocumentHandler::endElement()
@descr Interface for all style object.
virtual void ToXml(IXFStream *pStrm) override
virtual bool Equal(IXFStyle *pStyle) override
@descr decide whether there has been a style that is the same as this object.
enumXFAlignType m_eVertAlign
enumXFAlignType m_eHoriAlign
void SetImageData(sal_uInt8 const *buf, int len)
@descr Use base64 stream as image source.
static OUString Encode(sal_uInt8 const *buf, sal_Int32 len)
@descr Encode binary buffer to base64 encoding.
bool operator==(XFBGImage const &img1, XFBGImage const &img2)
bool operator!=(XFBGImage const &img1, XFBGImage const &img2)
OUString GetAlignName(enumXFAlignType align)