Lines Matching refs:rLName

78 						const ::rtl::OUString& rLName,
111 const ::rtl::OUString& rLName,
142 const ::rtl::OUString& rLName,
170 const ::rtl::OUString& rLName,
188 const ::rtl::OUString& rLName, in ScXMLContentValidationsContext()
191 SvXMLImportContext( rImport, nPrfx, rLName ) in ScXMLContentValidationsContext()
201 const ::rtl::OUString& rLName, in CreateChildContext()
208 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
211 pContext = new ScXMLContentValidationContext( GetScImport(), nPrefix, rLName, xAttrList); in CreateChildContext()
216 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
227 const ::rtl::OUString& rLName, in ScXMLContentValidationContext()
230 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLContentValidationContext()
286 const ::rtl::OUString& rLName, in CreateChildContext()
293 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
296 pContext = new ScXMLHelpMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
299 pContext = new ScXMLErrorMessageContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
302 pContext = new ScXMLErrorMacroContext( GetScImport(), nPrefix, rLName, xAttrList, this); in CreateChildContext()
305 pContext = new XMLEventsImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
311 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
493 const ::rtl::OUString& rLName, in ScXMLHelpMessageContext()
497 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLHelpMessageContext()
531 const ::rtl::OUString& rLName, in CreateChildContext()
538 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
545 pContext = new ScXMLContentContext( GetScImport(), nPrefix, rLName, xAttrList, sMessage); in CreateChildContext()
551 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
563 const ::rtl::OUString& rLName, in ScXMLErrorMessageContext()
567 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLErrorMessageContext()
605 const ::rtl::OUString& rLName, in CreateChildContext()
612 switch( rTokenMap.Get( nPrefix, rLName ) ) in CreateChildContext()
619 pContext = new ScXMLContentContext( GetScImport(), nPrefix, rLName, xAttrList, sMessage); in CreateChildContext()
625 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()
637 const ::rtl::OUString& rLName, in ScXMLErrorMacroContext()
641 SvXMLImportContext( rImport, nPrfx, rLName ), in ScXMLErrorMacroContext()
673 const ::rtl::OUString& rLName, in CreateChildContext()
679 if ((nPrefix == XML_NAMESPACE_SCRIPT) && IsXMLToken(rLName, XML_EVENTS)) in CreateChildContext()
681 pContext = new XMLEventsImportContext(GetImport(), nPrefix, rLName); in CreateChildContext()
684 pContext = new SvXMLImportContext( GetImport(), nPrefix, rLName ); in CreateChildContext()