Searched refs:XMLBasicImportChildContext (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/xmloff/source/script/ |
H A D | xmlbasici.cxx | 78 pContext = new XMLBasicImportChildContext( GetImport(), nPrefix, rLocalName, m_xHandler ); in CreateChildContext() 139 XMLBasicImportChildContext::XMLBasicImportChildContext( SvXMLImport& rImport, sal_uInt16 nPrfx, con… in XMLBasicImportChildContext() function in XMLBasicImportChildContext 148 XMLBasicImportChildContext::~XMLBasicImportChildContext() in ~XMLBasicImportChildContext() 154 SvXMLImportContext* XMLBasicImportChildContext::CreateChildContext( in CreateChildContext() 158 return new XMLBasicImportChildContext( GetImport(), nPrefix, rLocalName, m_xHandler ); in CreateChildContext() 163 void XMLBasicImportChildContext::StartElement( in StartElement() 176 void XMLBasicImportChildContext::EndElement() in EndElement() 187 void XMLBasicImportChildContext::Characters( const ::rtl::OUString& rChars ) in Characters()
|
H A D | xmlbasici.hxx | 63 class XMLBasicImportChildContext : public SvXMLImportContext class 69 … XMLBasicImportChildContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const ::rtl::OUString& rLName, 72 virtual ~XMLBasicImportChildContext();
|
Completed in 8 milliseconds