Lines Matching refs:rLName

79 …LImport& rImport, const SvXMLImportContextRef& xParent, sal_uInt16 nPrfx, const OUString& rLName );
107 …l::Reference< XMLTableImport >& xThis, sal_uInt16 nPrfx, const OUString& rLName, Reference< XColum…
147 sal_uInt16 nPrfx, const OUString& rLName,
173 …XMLTableTemplateContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Ref…
190 …MLImport& rImport, const SvXMLImportContextRef& xParent, sal_uInt16 nPrfx, const OUString& rLName ) 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 …bleImport::CreateTableTemplateContext( sal_uInt16 nPrfx, const OUString& rLName, const Reference< … in CreateTableTemplateContext() argument
242 return new XMLTableTemplateContext( mrImport, nPrfx, rLName, xAttrList ); in CreateTableTemplateContext()
313 …eference< XMLTableImport >& xImporter, sal_uInt16 nPrfx, const OUString& rLName, Reference< XColum… in XMLTableImportContext() argument
314 : SvXMLImportContext( xImporter->mrImport, nPrfx, rLName ) in XMLTableImportContext()
618 …const OUString& sDefaultCellStyleName, sal_uInt16 nPrfx, const OUString& rLName, const ::com::sun:… in XMLCellImportContext() argument
619 : SvXMLImportContext( rImport, nPrfx, rLName ) in XMLCellImportContext()
762 …TemplateContext( SvXMLImport& rImport, sal_uInt16 nPrfx, const OUString& rLName, const Reference< … in XMLTableTemplateContext() argument
763 : SvXMLStyleContext( rImport, nPrfx, rLName, xAttrList, XML_STYLE_FAMILY_TABLE_TEMPLATE_ID, sal_Fal… in XMLTableTemplateContext()