Lines Matching refs:nFamily

225 	sal_uInt16 			  nFamily;  member in SvXMLStyleIndex_Impl
232 nFamily( nFam ), in SvXMLStyleIndex_Impl()
239 nFamily( pStl->GetFamily() ), in SvXMLStyleIndex_Impl()
245 sal_uInt16 GetFamily() const { return nFamily; } in GetFamily()
304 const SvXMLStyleContext *FindStyleChildContext( sal_uInt16 nFamily,
351 sal_uInt16 nFamily, in FindStyleChildContext() argument
382 SvXMLStyleIndex_Impl aIndex( nFamily, rName ); in FindStyleChildContext()
392 if( pS->GetFamily() == nFamily && in FindStyleChildContext()
446 sal_uInt16 nFamily = 0; in CreateStyleChildContext() local
459 nFamily = GetFamily( rValue ); in CreateStyleChildContext()
464 ? CreateStyleStyleChildContext( nFamily, p_nPrefix, in CreateStyleChildContext()
466 : CreateDefaultStyleStyleChildContext( nFamily, p_nPrefix, in CreateStyleChildContext()
560 sal_uInt16 nFamily, sal_uInt16 nPrefix, const OUString& rLocalName, in CreateStyleStyleChildContext() argument
565 switch( nFamily ) in CreateStyleStyleChildContext()
571 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
576 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
580 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
587 xAttrList, *this, nFamily ); in CreateStyleStyleChildContext()
609 sal_uInt16 nFamily = 0U; in GetFamily() local
612 nFamily = XML_STYLE_FAMILY_TEXT_PARAGRAPH; in GetFamily()
616 nFamily = XML_STYLE_FAMILY_TEXT_TEXT; in GetFamily()
620 nFamily = XML_STYLE_FAMILY_DATA_STYLE; in GetFamily()
624 nFamily = XML_STYLE_FAMILY_TEXT_SECTION; in GetFamily()
628 nFamily = XML_STYLE_FAMILY_TABLE_TABLE; in GetFamily()
631 nFamily = XML_STYLE_FAMILY_TABLE_COLUMN; in GetFamily()
633 nFamily = XML_STYLE_FAMILY_TABLE_ROW; in GetFamily()
635 nFamily = XML_STYLE_FAMILY_TABLE_CELL; in GetFamily()
638 nFamily = XML_STYLE_FAMILY_SD_GRAPHICS_ID; in GetFamily()
642 nFamily = XML_STYLE_FAMILY_SD_PRESENTATION_ID; in GetFamily()
646 nFamily = XML_STYLE_FAMILY_SD_POOL_ID; in GetFamily()
650 nFamily = XML_STYLE_FAMILY_SD_DRAWINGPAGE_ID; in GetFamily()
654 nFamily = XML_STYLE_FAMILY_SCH_CHART_ID; in GetFamily()
658 nFamily = XML_STYLE_FAMILY_TEXT_RUBY; in GetFamily()
661 return nFamily; in GetFamily()
665 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
669 switch( nFamily ) in GetImportPropertyMapper()
745 Reference < XAutoStyleFamily > SvXMLStylesContext::GetAutoStyles( sal_uInt16 nFamily ) const in GetAutoStyles()
748 if( XML_STYLE_FAMILY_TEXT_TEXT == nFamily || XML_STYLE_FAMILY_TEXT_PARAGRAPH == nFamily) in GetAutoStyles()
750 bool bPara = XML_STYLE_FAMILY_TEXT_PARAGRAPH == nFamily; in GetAutoStyles()
778 sal_uInt16 nFamily ) const in GetStylesContainer()
782 switch( nFamily ) in GetStylesContainer()
811 switch( nFamily ) in GetStylesContainer()
828 OUString SvXMLStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
831 switch( nFamily ) in GetServiceName()
967 sal_uInt16 nFamily, in FindStyleChildContext() argument
971 return mpImpl->FindStyleChildContext( nFamily, rName, bCreateIndex ); in FindStyleChildContext()