Lines Matching refs:XMLImageMapObjectContext
104 class XMLImageMapObjectContext : public SvXMLImportContext class
138 XMLImageMapObjectContext(
170 TYPEINIT1( XMLImageMapObjectContext, SvXMLImportContext );
172 XMLImageMapObjectContext::XMLImageMapObjectContext( in XMLImageMapObjectContext() function in XMLImageMapObjectContext
214 void XMLImageMapObjectContext::StartElement( in StartElement()
233 void XMLImageMapObjectContext::EndElement() in EndElement()
250 SvXMLImportContext* XMLImageMapObjectContext::CreateChildContext( in CreateChildContext()
280 void XMLImageMapObjectContext::ProcessAttribute( in ProcessAttribute()
307 void XMLImageMapObjectContext::Prepare( in Prepare()
320 class XMLImageMapRectangleContext : public XMLImageMapObjectContext
353 TYPEINIT1(XMLImageMapRectangleContext, XMLImageMapObjectContext);
360 XMLImageMapObjectContext(rImport, nPrefix, rLocalName, xMap, in XMLImageMapRectangleContext()
413 XMLImageMapObjectContext::ProcessAttribute(eToken, rValue); in ProcessAttribute()
427 XMLImageMapObjectContext::Prepare(rPropertySet); in Prepare()
431 class XMLImageMapPolygonContext : public XMLImageMapObjectContext
463 TYPEINIT1(XMLImageMapPolygonContext, XMLImageMapObjectContext);
470 XMLImageMapObjectContext(rImport, nPrefix, rLocalName, xMap, in XMLImageMapPolygonContext()
496 XMLImageMapObjectContext::ProcessAttribute(eToken, rValue); in ProcessAttribute()
525 XMLImageMapObjectContext::Prepare(rPropertySet); in Prepare()
528 class XMLImageMapCircleContext : public XMLImageMapObjectContext
559 TYPEINIT1(XMLImageMapCircleContext, XMLImageMapObjectContext);
566 XMLImageMapObjectContext(rImport, nPrefix, rLocalName, xMap, in XMLImageMapCircleContext()
610 XMLImageMapObjectContext::ProcessAttribute(eToken, rValue); in ProcessAttribute()
629 XMLImageMapObjectContext::Prepare(rPropertySet); in Prepare()