Lines Matching refs:XMLConfigItemSetContext
212 class XMLConfigItemSetContext : public XMLConfigBaseContext class
215 XMLConfigItemSetContext(SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::OUString& rLName,
220 virtual ~XMLConfigItemSetContext();
307 …pContext = new XMLConfigItemSetContext(rImport, p_nPrefix, rLocalName, xAttrList, rProp.Value, pBa… in CreateSettingsContext()
399 pContext = new XMLConfigItemSetContext(GetImport(), in CreateChildContext()
404 pContext = new XMLConfigItemSetContext(GetImport(), in CreateChildContext()
414 pContext = new XMLConfigItemSetContext(GetImport(), in CreateChildContext()
522 XMLConfigItemSetContext::XMLConfigItemSetContext(SvXMLImport& rImport, sal_uInt16 nPrfx, in XMLConfigItemSetContext() function in XMLConfigItemSetContext
533 XMLConfigItemSetContext::~XMLConfigItemSetContext() in ~XMLConfigItemSetContext()
537 SvXMLImportContext *XMLConfigItemSetContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
545 void XMLConfigItemSetContext::EndElement() in EndElement()