Home
last modified time | relevance | path

Searched refs:XMLIndexSourceBaseContext (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLIndexSourceBaseContext.cxx156 TYPEINIT1( XMLIndexSourceBaseContext, SvXMLImportContext );
158 XMLIndexSourceBaseContext::XMLIndexSourceBaseContext( in XMLIndexSourceBaseContext() function in XMLIndexSourceBaseContext
174 XMLIndexSourceBaseContext::~XMLIndexSourceBaseContext() in ~XMLIndexSourceBaseContext()
178 void XMLIndexSourceBaseContext::StartElement( in StartElement()
199 void XMLIndexSourceBaseContext::ProcessAttribute( in ProcessAttribute()
228 void XMLIndexSourceBaseContext::EndElement() in EndElement()
239 SvXMLImportContext* XMLIndexSourceBaseContext::CreateChildContext( in CreateChildContext()
H A DXMLIndexTableSourceContext.cxx63 TYPEINIT1(XMLIndexTableSourceContext, XMLIndexSourceBaseContext);
71 XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, in XMLIndexTableSourceContext()
133 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
158 XMLIndexSourceBaseContext::EndElement(); in EndElement()
179 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexObjectSourceContext.cxx62 TYPEINIT1( XMLIndexObjectSourceContext, XMLIndexSourceBaseContext );
69 XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, in XMLIndexObjectSourceContext()
137 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
161 XMLIndexSourceBaseContext::EndElement(); in EndElement()
181 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexTOCSourceContext.cxx61 TYPEINIT1( XMLIndexTOCSourceContext, XMLIndexSourceBaseContext );
68 : XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, rPropSet, sal_True) in XMLIndexTOCSourceContext()
145 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
167 XMLIndexSourceBaseContext::EndElement(); in EndElement()
188 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexUserSourceContext.cxx65 TYPEINIT1(XMLIndexUserSourceContext, XMLIndexSourceBaseContext);
73 XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, in XMLIndexUserSourceContext()
164 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
201 XMLIndexSourceBaseContext::EndElement(); in EndElement()
222 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexAlphabeticalSourceContext.cxx68 TYPEINIT1( XMLIndexAlphabeticalSourceContext, XMLIndexSourceBaseContext );
75 : XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, rPropSet, sal_False) in XMLIndexAlphabeticalSourceContext()
188 XMLIndexSourceBaseContext::ProcessAttribute(eParam, rValue); in ProcessAttribute()
243 XMLIndexSourceBaseContext::EndElement(); in EndElement()
263 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexBibliographySourceContext.cxx54 TYPEINIT1(XMLIndexBibliographySourceContext, XMLIndexSourceBaseContext);
62 XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, in XMLIndexBibliographySourceContext()
102 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexSourceBaseContext.hxx78 class XMLIndexSourceBaseContext : public SvXMLImportContext class
98 XMLIndexSourceBaseContext(
106 ~XMLIndexSourceBaseContext();
H A DXMLIndexBibliographySourceContext.hxx41 class XMLIndexBibliographySourceContext : public XMLIndexSourceBaseContext
H A DXMLIndexIllustrationSourceContext.cxx83 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
H A DXMLIndexTableSourceContext.hxx41 class XMLIndexTableSourceContext : public XMLIndexSourceBaseContext
H A DXMLIndexObjectSourceContext.hxx41 class XMLIndexObjectSourceContext : public XMLIndexSourceBaseContext
H A DXMLIndexTOCSourceContext.hxx41 class XMLIndexTOCSourceContext : public XMLIndexSourceBaseContext
H A DXMLIndexUserSourceContext.hxx41 class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext
H A DXMLIndexAlphabeticalSourceContext.hxx42 class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext
/trunk/main/xmloff/
H A DLibrary_xo.mk314 xmloff/source/text/XMLIndexSourceBaseContext \

Completed in 33 milliseconds