Home
last modified time | relevance | path

Searched refs:pFontAttr (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/source/core/data/
H A Dpatattr.cxx232 const SvxFontItem* pFontAttr; in GetFont() local
279 pFontAttr = (const SvxFontItem*) pItem; in GetFont()
335 pFontAttr = &(const SvxFontItem&)rItemSet.Get( nFontId ); in GetFont()
364 DBG_ASSERT(pFontAttr,"nanu?"); in GetFont()
370 if (rFont.GetName() != pFontAttr->GetFamilyName()) in GetFont()
371 rFont.SetName( pFontAttr->GetFamilyName() ); in GetFont()
372 if (rFont.GetStyleName() != pFontAttr->GetStyleName()) in GetFont()
373 rFont.SetStyleName( pFontAttr->GetStyleName() ); in GetFont()
375 rFont.SetFamily( pFontAttr->GetFamily() ); in GetFont()
376 rFont.SetCharSet( pFontAttr->GetCharSet() ); in GetFont()
[all …]
/trunk/main/vcl/source/gdi/
H A Dfont.cxx181 const utl::FontNameAttr* pFontAttr = pFontSubst->getSubstInfo( aMapName ); in AskConfig() local
184 if ( !pFontAttr && (aShortName != aMapName) ) in AskConfig()
185 pFontAttr = pFontSubst->getSubstInfo( aShortName ); in AskConfig()
187 if( pFontAttr ) in AskConfig()
192 if ( pFontAttr->Type & IMPL_FONT_ATTR_SERIF ) in AskConfig()
194 else if ( pFontAttr->Type & IMPL_FONT_ATTR_SANSSERIF ) in AskConfig()
196 else if ( pFontAttr->Type & IMPL_FONT_ATTR_TYPEWRITER ) in AskConfig()
198 else if ( pFontAttr->Type & IMPL_FONT_ATTR_ITALIC ) in AskConfig()
200 else if ( pFontAttr->Type & IMPL_FONT_ATTR_DECORATIVE ) in AskConfig()
206 if ( pFontAttr->Type & IMPL_FONT_ATTR_FIXED ) in AskConfig()
H A Doutdev3.cxx754 if ( pFontAttr ) in ImplCalcType()
756 rType |= pFontAttr->Type; in ImplCalcType()
759 (pFontAttr->Weight != WEIGHT_DONTKNOW) ) in ImplCalcType()
760 rWeight = pFontAttr->Weight; in ImplCalcType()
762 (pFontAttr->Width != WIDTH_DONTKNOW) ) in ImplCalcType()
763 rWidth = pFontAttr->Width; in ImplCalcType()
1182 if( !pFontAttr ) in InitMatchData()
2601 const FontNameAttr* pFontAttr = NULL; in ImplFindByFont() local
2614 if( pFontAttr ) in ImplFindByFont()
2675 if( !pFontAttr ) in ImplFindByFont()
[all …]

Completed in 77 milliseconds