Lines Matching refs:nFamily

89 		SvXMLStylesContext& rStyles, sal_uInt16 nFamily, sal_Bool bDefaultStyle ) :  in DBG_NAME()
90 XMLPropStyleContext( rImport, nPrfx, rLName, xAttrList, rStyles, nFamily, bDefaultStyle ), in DBG_NAME()
212 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
214 …erence < SvXMLImportPropertyMapper > xMapper(SvXMLStylesContext::GetImportPropertyMapper(nFamily)); in GetImportPropertyMapper()
219 switch( nFamily ) in GetImportPropertyMapper()
269 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateDefaultStyleStyleChildContext() argument
274 switch( nFamily ) in CreateDefaultStyleStyleChildContext()
282 pStyle = SvXMLStylesContext::CreateDefaultStyleStyleChildContext( nFamily, in CreateDefaultStyleStyleChildContext()
292 sal_uInt16 nFamily, sal_uInt16 nPrefix, const ::rtl::OUString& rLocalName, in CreateStyleStyleChildContext() argument
295 SvXMLStyleContext *pStyle = SvXMLStylesContext::CreateStyleStyleChildContext( nFamily, nPrefix, in CreateStyleStyleChildContext()
300 switch( nFamily ) in CreateStyleStyleChildContext()
307 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
319 OReportStylesContext::GetStylesContainer( sal_uInt16 nFamily ) const in GetStylesContainer()
321 Reference < XNameContainer > xStyles(SvXMLStylesContext::GetStylesContainer(nFamily)); in GetStylesContainer()
325 switch( nFamily ) in GetStylesContainer()
379 switch( nFamily ) in GetStylesContainer()
404 ::rtl::OUString OReportStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
406 rtl::OUString sServiceName = SvXMLStylesContext::GetServiceName(nFamily); in GetServiceName()
409 switch( nFamily ) in GetServiceName()
450 sal_uInt16 nFamily = SvXMLStylesContext::GetFamily(rFamily); in GetFamily() local
451 return nFamily; in GetFamily()