Lines Matching refs:nPrfx

79 …XMLProxyContext( SvXMLImport& rImport, const SvXMLImportContextRef& xParent, sal_uInt16 nPrfx, con…
107 …XMLTableImportContext( const rtl::Reference< XMLTableImport >& xThis, sal_uInt16 nPrfx, const OUSt…
147 sal_uInt16 nPrfx, const OUString& rLName,
173 …XMLTableTemplateContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Ref…
190 …t( SvXMLImport& rImport, const SvXMLImportContextRef& xParent, sal_uInt16 nPrfx, const OUString& r… in XMLProxyContext() argument
191 : SvXMLImportContext( rImport, nPrfx, rLName ) in XMLProxyContext()
232 SvXMLImportContext* XMLTableImport::CreateTableContext( sal_uInt16 nPrfx, const OUString& rLName, R… in CreateTableContext() argument
235 return new XMLTableImportContext( xThis, nPrfx, rLName, xColumnRowRange ); in CreateTableContext()
240 SvXMLStyleContext* XMLTableImport::CreateTableTemplateContext( sal_uInt16 nPrfx, const OUString& rL… in CreateTableTemplateContext() argument
242 return new XMLTableTemplateContext( mrImport, nPrfx, rLName, xAttrList ); in CreateTableTemplateContext()
313 …ortContext( const rtl::Reference< XMLTableImport >& xImporter, sal_uInt16 nPrfx, const OUString& r… in XMLTableImportContext() argument
314 : SvXMLImportContext( xImporter->mrImport, nPrfx, rLName ) in XMLTableImportContext()
618 …MergeableCell >& xCell, const OUString& sDefaultCellStyleName, sal_uInt16 nPrfx, const OUString& r… in XMLCellImportContext() argument
619 : SvXMLImportContext( rImport, nPrfx, rLName ) in XMLCellImportContext()
762 XMLTableTemplateContext::XMLTableTemplateContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUS… in XMLTableTemplateContext() argument
763 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_TABLE_TEMPLATE_ID, sal_Fal… in XMLTableTemplateContext()