Searched refs:nFam (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | XMLFontAutoStylePool.cxx | 94 sal_Int16 nFam, in XMLFontAutoStylePoolEntry_Impl() argument 100 nFamily( nFam ), in XMLFontAutoStylePoolEntry_Impl() 109 sal_Int16 nFam, in XMLFontAutoStylePoolEntry_Impl() argument 114 nFamily( nFam ), in XMLFontAutoStylePoolEntry_Impl()
|
H A D | xmlprcon.cxx | 41 sal_uInt32 nFam, in SvXMLPropertySetContext() argument 48 , mnFamily( nFam ) in SvXMLPropertySetContext()
|
H A D | PagePropertySetContext.cxx | 44 sal_uInt32 nFam, in PagePropertySetContext() argument 49 SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFam, in PagePropertySetContext()
|
H A D | xmlstyle.cxx | 164 sal_uInt16 nFam, sal_Bool bDefault ) : in SvXMLStyleContext() argument 167 mnFamily( nFam ), in SvXMLStyleContext() 230 SvXMLStyleIndex_Impl( sal_uInt16 nFam, const OUString& rName ) : in SvXMLStyleIndex_Impl() argument 232 nFamily( nFam ), in SvXMLStyleIndex_Impl()
|
H A D | PagePropertySetContext.hxx | 45 sal_uInt32 nFam,
|
/aoo41x/main/xmloff/source/draw/ |
H A D | XMLShapePropertySetContext.cxx | 51 sal_uInt32 nFam, in XMLShapePropertySetContext() argument 54 SvXMLPropertySetContext( rImport, nPrfx, rLName, xAttrList, nFam, in XMLShapePropertySetContext()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlannoi.hxx | 43 … ScXMLAnnotationStyleEntry( sal_uInt16 nFam, const rtl::OUString& rNam, const ESelection& rSel ) : in ScXMLAnnotationStyleEntry() 44 mnFamily( nFam ), in ScXMLAnnotationStyleEntry()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxat.cxx | 306 sal_uInt16 nFam = (sal_uInt16)aFam.ToInt32(); in ImpSetTextStyleSheetListeners() local 308 SfxStyleFamily eFam=(SfxStyleFamily)nFam; in ImpSetTextStyleSheetListeners()
|
/aoo41x/main/xmloff/inc/ |
H A D | XMLShapePropertySetContext.hxx | 42 sal_uInt32 nFam,
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 1597 int nFam = in getFontAttributesFromXLFD() local 1604 pFont->m_nFamilyName = nFam; in getFontAttributesFromXLFD() 1620 if( nFam != pFont->m_nFamilyName ) in getFontAttributesFromXLFD() 1623 …r( al_it = pFont->m_aAliases.begin(); al_it != pFont->m_aAliases.end() && *al_it != nFam; ++al_it ) in getFontAttributesFromXLFD() 1626 pFont->m_aAliases.push_back( nFam ); in getFontAttributesFromXLFD()
|
Completed in 56 milliseconds