Lines Matching refs:rLocalName

42    const OUString& rLocalName,  in SwXMLBlockListContext()  argument
45 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLBlockListContext()
72 const OUString& rLocalName, in CreateChildContext() argument
77 IsXMLToken ( rLocalName, XML_BLOCK ) ) in CreateChildContext()
78 pContext = new SwXMLBlockContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
80 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
87 const OUString& rLocalName, in SwXMLBlockContext() argument
90 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLBlockContext()
137 const OUString& rLocalName, in SwXMLTextBlockDocumentContext() argument
140 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockDocumentContext()
147 const OUString& rLocalName, in CreateChildContext() argument
152 IsXMLToken ( rLocalName, XML_BODY ) ) in CreateChildContext()
153 pContext = new SwXMLTextBlockBodyContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
155 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
166 const OUString& rLocalName, in SwXMLTextBlockTextContext() argument
169 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockTextContext()
176 const OUString& rLocalName, in CreateChildContext() argument
181 IsXMLToken ( rLocalName, XML_P ) ) in CreateChildContext()
182 pContext = new SwXMLTextBlockParContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
184 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
195 const OUString& rLocalName, in SwXMLTextBlockBodyContext() argument
198 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockBodyContext()
205 const OUString& rLocalName, in CreateChildContext() argument
210 IsXMLToken ( rLocalName, XML_TEXT ) ) in CreateChildContext()
211 pContext = new SwXMLTextBlockTextContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
213 IsXMLToken ( rLocalName, XML_P ) ) in CreateChildContext()
214 pContext = new SwXMLTextBlockParContext (rLocalRef, nPrefix, rLocalName, xAttrList); in CreateChildContext()
216 pContext = new SvXMLImportContext( rLocalRef, nPrefix, rLocalName); in CreateChildContext()
225 const OUString& rLocalName, in SwXMLTextBlockParContext() argument
228 SvXMLImportContext ( rImport, nPrefix, rLocalName ), in SwXMLTextBlockParContext()