Lines Matching refs:XMLConfigBaseContext

163 class XMLConfigBaseContext : public SvXMLImportContext  class
169 XMLConfigBaseContext* mpBaseContext;
171 XMLConfigBaseContext(SvXMLImport& rImport, sal_uInt16 nPrfx, const rtl::OUString& rLName,
173 XMLConfigBaseContext* pBaseContext);
174 virtual ~XMLConfigBaseContext();
188 XMLConfigBaseContext* mpBaseContext;
196 XMLConfigBaseContext* pBaseContext);
212 class XMLConfigItemSetContext : public XMLConfigBaseContext
219 XMLConfigBaseContext* pBaseContext);
232 class XMLConfigItemMapNamedContext : public XMLConfigBaseContext
239 XMLConfigBaseContext* pBaseContext);
252 class XMLConfigItemMapIndexedContext : public XMLConfigBaseContext
264 XMLConfigBaseContext* pBaseContext);
280 beans::PropertyValue& rProp, XMLConfigBaseContext* pBaseContext) in CreateSettingsContext()
504 XMLConfigBaseContext::XMLConfigBaseContext(SvXMLImport& rImport, sal_uInt16 nPrfx, in XMLConfigBaseContext() function in XMLConfigBaseContext
506 XMLConfigBaseContext* pTempBaseContext) in XMLConfigBaseContext()
516 XMLConfigBaseContext::~XMLConfigBaseContext() in ~XMLConfigBaseContext()
527 XMLConfigBaseContext* pBaseContext) in XMLConfigItemSetContext()
528 : XMLConfigBaseContext( rImport, nPrfx, rLName, rAny, pBaseContext ) in XMLConfigItemSetContext()
559 XMLConfigBaseContext* pTempBaseContext) in XMLConfigItemContext()
760 XMLConfigBaseContext* pBaseContext) in XMLConfigItemMapNamedContext()
761 : XMLConfigBaseContext(rImport, nPrfx, rLName, rAny, pBaseContext) in XMLConfigItemMapNamedContext()
797 XMLConfigBaseContext* pBaseContext) in XMLConfigItemMapIndexedContext()
798 : XMLConfigBaseContext(rImport, nPrfx, rLName, rAny, pBaseContext), in XMLConfigItemMapIndexedContext()