/aoo41x/main/xmloff/source/text/ |
H A D | XMLIndexSourceBaseContext.cxx | 156 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 D | XMLIndexTableSourceContext.cxx | 63 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 D | XMLIndexObjectSourceContext.cxx | 62 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 D | XMLIndexTOCSourceContext.cxx | 61 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 D | XMLIndexUserSourceContext.cxx | 65 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 D | XMLIndexAlphabeticalSourceContext.cxx | 68 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 D | XMLIndexBibliographySourceContext.cxx | 54 TYPEINIT1(XMLIndexBibliographySourceContext, XMLIndexSourceBaseContext); 62 XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, in XMLIndexBibliographySourceContext() 102 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
|
H A D | XMLIndexSourceBaseContext.hxx | 78 class XMLIndexSourceBaseContext : public SvXMLImportContext class 98 XMLIndexSourceBaseContext( 106 ~XMLIndexSourceBaseContext();
|
H A D | XMLIndexBibliographySourceContext.hxx | 41 class XMLIndexBibliographySourceContext : public XMLIndexSourceBaseContext
|
H A D | XMLIndexIllustrationSourceContext.cxx | 83 return XMLIndexSourceBaseContext::CreateChildContext(nPrefix, in CreateChildContext()
|
H A D | XMLIndexTableSourceContext.hxx | 41 class XMLIndexTableSourceContext : public XMLIndexSourceBaseContext
|
H A D | XMLIndexObjectSourceContext.hxx | 41 class XMLIndexObjectSourceContext : public XMLIndexSourceBaseContext
|
H A D | XMLIndexTOCSourceContext.hxx | 41 class XMLIndexTOCSourceContext : public XMLIndexSourceBaseContext
|
H A D | XMLIndexUserSourceContext.hxx | 41 class XMLIndexUserSourceContext : public XMLIndexSourceBaseContext
|
H A D | XMLIndexAlphabeticalSourceContext.hxx | 42 class XMLIndexAlphabeticalSourceContext : public XMLIndexSourceBaseContext
|
/aoo41x/main/xmloff/ |
H A D | Library_xo.mk | 311 xmloff/source/text/XMLIndexSourceBaseContext \
|