Lines Matching refs:nPrefix

81 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
110 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
118 …SvXMLImportContext * ImportColumn( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference…
119 …SvXMLImportContext * ImportRow( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< X…
120 …SvXMLImportContext * ImportCell( sal_uInt16 nPrefix, const OUString& rLocalName, const Reference< …
152 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
175 …virtual SvXMLImportContext *CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, co…
198 SvXMLImportContext * XMLProxyContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLoca… in CreateChildContext() argument
201 return mxParent->CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
203 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
332 SvXMLImportContext * XMLTableImportContext::ImportColumn( sal_uInt16 nPrefix, const OUString& rLoca… in ImportColumn() argument
390 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportColumn()
433 SvXMLImportContext * XMLTableImportContext::ImportRow( sal_uInt16 nPrefix, const OUString& rLocalNa… in ImportRow() argument
510 return new XMLProxyContext( GetImport(), xThis, nPrefix, rLocalName ); in ImportRow()
515 SvXMLImportContext * XMLTableImportContext::ImportCell( sal_uInt16 nPrefix, const OUString& rLocalN… in ImportCell() argument
524 …new XMLCellImportContext( GetImport(), xCell, GetDefaultCellStyleName(), nPrefix, rLocalName, xAtt… in ImportCell()
545 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in ImportCell()
550 SvXMLImportContext *XMLTableImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& … in CreateChildContext() argument
552 if( nPrefix == XML_NAMESPACE_TABLE ) in CreateChildContext()
555 return ImportColumn( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
557 return ImportRow( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
559 return ImportCell( nPrefix, rLocalName, xAttrList ); in CreateChildContext()
563 return new XMLProxyContext( GetImport(), xThis, nPrefix, rLocalName ); in CreateChildContext()
567 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
696 SvXMLImportContext * XMLCellImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& … in CreateChildContext() argument
722 …pContext = GetImport().GetTextImport()->CreateTextChildContext( GetImport(), nPrefix, rLocalName, … in CreateChildContext()
728 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList); in CreateChildContext()
795 SvXMLImportContext * XMLTableTemplateContext::CreateChildContext( sal_uInt16 nPrefix, const OUStrin… in CreateChildContext() argument
797 if( nPrefix == XML_NAMESPACE_TABLE ) in CreateChildContext()
819 return SvXMLImportContext::CreateChildContext( nPrefix, rLocalName, xAttrList ); in CreateChildContext()