Lines Matching refs:SvXMLImportContext

45 	SvXMLImportContext ( rImport, nPrefix, rLocalName ),  in SwXMLBlockListContext()
70 SvXMLImportContext *SwXMLBlockListContext::CreateChildContext( in CreateChildContext()
75 SvXMLImportContext *pContext = 0; in CreateChildContext()
80 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
90 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLBlockContext()
140 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockDocumentContext()
145 SvXMLImportContext *SwXMLTextBlockDocumentContext::CreateChildContext( in CreateChildContext()
150 SvXMLImportContext *pContext = 0; in CreateChildContext()
155 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
169 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockTextContext()
174 SvXMLImportContext *SwXMLTextBlockTextContext::CreateChildContext( in CreateChildContext()
179 SvXMLImportContext *pContext = 0; in CreateChildContext()
184 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
198 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockBodyContext()
203 SvXMLImportContext *SwXMLTextBlockBodyContext::CreateChildContext( in CreateChildContext()
208 SvXMLImportContext *pContext = 0; in CreateChildContext()
216 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
228 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockParContext()