Lines Matching refs:sal_uInt16

114 void SvXMLStyleContext::SetAttribute( sal_uInt16 nPrefixKey,  in SetAttribute()
124 mnFamily = (sal_uInt16)SFX_STYLE_FAMILY_PARA; in SetAttribute()
126 mnFamily = (sal_uInt16)SFX_STYLE_FAMILY_CHAR; in SetAttribute()
153 : (sal_uInt16)nTmp ); in SetAttribute()
161 SvXMLImport& rImp, sal_uInt16 nPrfx, in SvXMLStyleContext()
164 sal_uInt16 nFam, sal_Bool bDefault ) : in SvXMLStyleContext()
178 SvXMLImportContext *SvXMLStyleContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
192 sal_uInt16 nPrefix = GetImport().GetNamespaceMap().GetKeyByAttrName( rAttrName, &aLocalName ); in StartElement()
225 sal_uInt16 nFamily;
230 SvXMLStyleIndex_Impl( sal_uInt16 nFam, const OUString& rName ) : in SvXMLStyleIndex_Impl()
245 sal_uInt16 GetFamily() const { return nFamily; } in GetFamily()
253 if( (sal_uInt16)r1.GetFamily() < (sal_uInt16)r2.GetFamily() ) in SvXMLStyleIndexCmp_Impl()
255 else if( (sal_uInt16)r1.GetFamily() > (sal_uInt16)r2.GetFamily() ) in SvXMLStyleIndexCmp_Impl()
304 const SvXMLStyleContext *FindStyleChildContext( sal_uInt16 nFamily,
351 sal_uInt16 nFamily, in FindStyleChildContext()
365 sal::static_int_cast< sal_uInt16 >(aStyles.Count()), 5 ); in FindStyleChildContext()
425 sal_uInt16 p_nPrefix, in CreateStyleChildContext()
440 sal_uInt16 nToken = rTokenMap.Get( p_nPrefix, rLocalName ); in CreateStyleChildContext()
446 sal_uInt16 nFamily = 0; in CreateStyleChildContext()
452 sal_uInt16 nPrefix = in CreateStyleChildContext()
560 sal_uInt16 nFamily, sal_uInt16 nPrefix, const OUString& rLocalName, in CreateStyleStyleChildContext()
594 sal_uInt16 /*nFamily*/, sal_uInt16 /*nPrefix*/, const OUString& /*rLocalName*/, in CreateDefaultStyleStyleChildContext() argument
601 sal_Bool SvXMLStylesContext::InsertStyleFamily( sal_uInt16 ) const in InsertStyleFamily()
606 sal_uInt16 SvXMLStylesContext::GetFamily( in GetFamily()
609 sal_uInt16 nFamily = 0U; in GetFamily()
665 sal_uInt16 nFamily ) const in GetImportPropertyMapper()
745 Reference < XAutoStyleFamily > SvXMLStylesContext::GetAutoStyles( sal_uInt16 nFamily ) const in GetAutoStyles()
778 sal_uInt16 nFamily ) const in GetStylesContainer()
828 OUString SvXMLStylesContext::GetServiceName( sal_uInt16 nFamily ) const in GetServiceName()
845 SvXMLStylesContext::SvXMLStylesContext( SvXMLImport& rImport, sal_uInt16 nPrfx, in SvXMLStylesContext()
863 SvXMLImportContext *SvXMLStylesContext::CreateChildContext( sal_uInt16 nPrefix, in CreateChildContext()
967 sal_uInt16 nFamily, in FindStyleChildContext()