Lines Matching refs:SvXMLImportContext

50 class ScXMLContentValidationContext : public SvXMLImportContext
84 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
96 class ScXMLHelpMessageContext : public SvXMLImportContext
118 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
126 class ScXMLErrorMessageContext : public SvXMLImportContext
149 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
157 class ScXMLErrorMacroContext : public SvXMLImportContext
177 virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix,
191 SvXMLImportContext( rImport, nPrfx, rLName ) in ScXMLContentValidationsContext()
200 SvXMLImportContext *ScXMLContentValidationsContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
205 SvXMLImportContext *pContext = 0; in CreateChildContext()
216 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
230 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLContentValidationContext()
285 SvXMLImportContext *ScXMLContentValidationContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
290 SvXMLImportContext *pContext = 0; in CreateChildContext()
311 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
497 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLHelpMessageContext()
530 SvXMLImportContext *ScXMLHelpMessageContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
535 SvXMLImportContext *pContext = 0; in CreateChildContext()
551 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
567 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLErrorMessageContext()
604 SvXMLImportContext *ScXMLErrorMessageContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
609 SvXMLImportContext *pContext = 0; in CreateChildContext()
625 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
641 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLErrorMacroContext()
672 SvXMLImportContext *ScXMLErrorMacroContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
677 SvXMLImportContext *pContext = NULL; in CreateChildContext()
684 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()