Home
last modified time | relevance | path

Searched refs:XMLBitmapStyleContext (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/style/
H A DFillStyleContext.cxx144 TYPEINIT1( XMLBitmapStyleContext, SvXMLStyleContext );
146 XMLBitmapStyleContext::XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, in XMLBitmapStyleContext() function in XMLBitmapStyleContext
156 XMLBitmapStyleContext::~XMLBitmapStyleContext() in ~XMLBitmapStyleContext()
160 SvXMLImportContext* XMLBitmapStyleContext::CreateChildContext( sal_uInt16 nPrefix, const ::rtl::OUS… in CreateChildContext()
184 void XMLBitmapStyleContext::EndElement() in EndElement()
223 sal_Bool XMLBitmapStyleContext::IsTransient() const in IsTransient()
H A DFillStyleContext.hxx76 class XMLBitmapStyleContext: public SvXMLStyleContext class
86 XMLBitmapStyleContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::OUString& rLName,
88 virtual ~XMLBitmapStyleContext();
H A Dxmlstyle.cxx535 pStyle = new XMLBitmapStyleContext( GetImport(), p_nPrefix, rLocalName, xAttrList ); in CreateStyleChildContext()