Home
last modified time | relevance | path

Searched refs:pFont (Results 1 – 25 of 99) sorted by last modified time

1234

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1404 ImplDevFontListData* pFont = pFallbackList[ i ]; in InitGenericGlyphFallback() local
1405 ByteString aFontName( pFont->GetFamilyName(), RTL_TEXTENCODING_UTF8 ); in InitGenericGlyphFallback()
1407 i, pFont->GetMinQuality(), aFontName.GetBuffer() ); in InitGenericGlyphFallback()
H A Dpdfwriter_impl.cxx3113 if( isBuiltinFont( pFont ) ) in emitSystemFont()
3128 aInfo.m_aPSName = pFont->maName; in emitSystemFont()
3131 if( pFont->IsEmbeddable() ) in emitSystemFont()
3149 else if( pFont->mbSubsettable ) in emitSystemFont()
3201 if( !pFont->mbSymbolFlag ) in emitSystemFont()
3264 if( isBuiltinFont( pFont ) ) in emitEmbeddedFont()
3696 if( !pFont->IsSymbolFont() ) in emitEmbeddedFont()
3735 Font aFont( pFont->GetFamilyName(), pFont->GetStyleName(), Size( 0, 1000 ) ); in emitEmbeddedFont()
3953 if( pFont->GetSlant() == ITALIC_NORMAL || pFont->GetSlant() == ITALIC_OBLIQUE ) in emitFontDescriptor()
3955 if( pFont->GetPitch() == PITCH_FIXED ) in emitFontDescriptor()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx1314 …ine::CalcTextWidth( sal_uLong nPara, sal_uInt16 nPortionStart, sal_uInt16 nLen, const Font* pFont ) in CalcTextWidth() argument
1326 if ( pFont ) in CalcTextWidth()
1328 if ( !mpRefDev->GetFont().IsSameInstance( *pFont ) ) in CalcTextWidth()
1329 mpRefDev->SetFont( *pFont ); in CalcTextWidth()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx944 const Font *pFont, sal_uInt16 nFontWhichId );
H A Dimpedit4.cxx1666 const Font *pFont, sal_uInt16 nFontWhichId ) in SetLanguageAndFont() argument
1676 DBG_ASSERT( pFont, "target font missing?" ); in SetLanguageAndFont()
1677 if (pFont) in SetLanguageAndFont()
1681 aFontItem.SetFamilyName( pFont->GetName()); in SetLanguageAndFont()
1682 aFontItem.SetFamily( pFont->GetFamily()); in SetLanguageAndFont()
1683 aFontItem.SetStyleName( pFont->GetStyleName()); in SetLanguageAndFont()
1684 aFontItem.SetPitch( pFont->GetPitch()); in SetLanguageAndFont()
1685 aFontItem.SetCharSet( pFont->GetCharSet() ); in SetLanguageAndFont()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx417 FlashFont* pFont = new FlashFont( rFont, createID() ); in Impl_getFont() local
418 maFonts.push_back( pFont ); in Impl_getFont()
419 return *pFont; in Impl_getFont()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx104 static Font *pFont = 0; in lcl_PaintReplacement() local
105 if ( !pFont ) in lcl_PaintReplacement()
107 pFont = new Font(); in lcl_PaintReplacement()
108 pFont->SetWeight( WEIGHT_BOLD ); in lcl_PaintReplacement()
109 pFont->SetStyleName( aEmptyStr ); in lcl_PaintReplacement()
110 pFont->SetName( String::CreateFromAscii( in lcl_PaintReplacement()
112 pFont->SetFamily( FAMILY_SWISS ); in lcl_PaintReplacement()
113 pFont->SetTransparent( sal_True ); in lcl_PaintReplacement()
144 pFont->SetUnderline( eUnderline ); in lcl_PaintReplacement()
145 pFont->SetColor( aCol ); in lcl_PaintReplacement()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2278 PptFontEntityAtom* pFont = new PptFontEntityAtom; in ReadFontCollection() local
2279 rStCtrl >> *pFont; in ReadFontCollection()
2282 aFont.SetCharSet( pFont->eCharSet ); in ReadFontCollection()
2283 aFont.SetName( pFont->aName ); in ReadFontCollection()
2284 aFont.SetFamily( pFont->eFamily ); in ReadFontCollection()
2285 aFont.SetPitch( pFont->ePitch ); in ReadFontCollection()
2288 if ( mbTracing && !pFont->bAvailable ) in ReadFontCollection()
2350 if ( pFont->aName.EqualsIgnoreCaseAscii( "Wingdings" ) || in ReadFontCollection()
2351 pFont->aName.EqualsIgnoreCaseAscii( "Wingdings 2" ) || in ReadFontCollection()
2352 pFont->aName.EqualsIgnoreCaseAscii( "Wingdings 3" ) || in ReadFontCollection()
[all …]
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx295 ::boost::shared_ptr<Font> pFont(Theme::GetFont(Theme::Font_PageCount, rDevice)); in PaintPageCount()
296 if (pFont) in PaintPageCount()
302 rDevice.SetFont(*pFont); in PaintPageCount()
H A DSlsTheme.cxx253 ::boost::shared_ptr<Font> pFont; in GetFont()
259 pFont->SetTransparent(sal_True); in GetFont()
260 pFont->SetWeight(WEIGHT_BOLD); in GetFont()
265 pFont->SetTransparent(sal_True); in GetFont()
266 pFont->SetWeight(WEIGHT_NORMAL); in GetFont()
268 const Size aSize (pFont->GetSize()); in GetFont()
275 pFont->SetTransparent(sal_True); in GetFont()
276 pFont->SetWeight(WEIGHT_BOLD); in GetFont()
278 const Size aSize (pFont->GetSize()); in GetFont()
284 if (pFont) in GetFont()
[all …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx185 *pFont, member
H A Dswhtml.cxx3755 InsertAttr( &aAttrTab.pFont, aFont, pCntxt ); in NewFontAttr()
/trunk/main/sw/source/core/text/
H A Dtxtdrop.cxx249 if (const SwFont *pFont = pDrop->GetFnt()) in GetDropSize() local
250 rFontHeight = pFont->GetSize(pFont->GetActual()).Height(); in GetDropSize()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx447 const Font* pFont = aFmt.GetBulletFont(); in RelplaceNumRule() local
471 if ( pFont ) in RelplaceNumRule()
472 pActualBullets[nIndex]->aFont = *pFont; in RelplaceNumRule()
1034 const Font* pFont = aFmt.GetBulletFont(); in GetNBOIndexForNumRule() local
1035 String sName = pFont?pFont->GetName():String(); in GetNBOIndexForNumRule()
1108 const Font* pFont = aFmt.GetBulletFont(); in RelplaceNumRule() local
1111 pEntry->aFont = pFont?*pFont:lcl_GetDefaultBulletFont(); in RelplaceNumRule()
1172 const Font* pFont = aFmt.GetBulletFont(); in RelplaceNumRule() local
1177 …((BulletsSettings_Impl*)(pActualBullets[nIndex]->pBullets))->aFont = pFont?*pFont:lcl_GetDefaultBu… in RelplaceNumRule()
/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx3458 if( Font* pFont = maFonts.get( nFontId ).get() ) in writeFontToPropertyMap() local
3459 pFont->writeToPropertyMap( rPropMap, FONT_PROPTYPE_CELL ); in writeFontToPropertyMap()
H A Dsheetdatacontext.cxx889 if( const Font* pFont = getStyles().getFontFromCellXf( maCellData.mnXfId ).get() ) in importLabel() local
890 eTextEnc = pFont->getFontEncoding(); in importLabel()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx786 void ScOutputData::SetSyntaxColor( Font* pFont, ScBaseCell* pCell ) in SetSyntaxColor() argument
793 pFont->SetColor( *pValueColor ); in SetSyntaxColor()
796 pFont->SetColor( *pTextColor ); in SetSyntaxColor()
799 pFont->SetColor( *pFormulaColor ); in SetSyntaxColor()
/trunk/main/sw/inc/
H A Dndtxt.hxx172 const Font *pFont, sal_uInt16 nFontWhichId );
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx469 const SvxFontItem *pFont = &rParentFont; in OutAttr() local
482 pFont = &rNdFont; in OutAttr()
512 pFont = &(item_cast<SvxFontItem>(*pItem)); in OutAttr()
557 ASSERT( pFont, "must be *some* font associated with this txtnode" ); in OutAttr()
558 if ( pFont ) in OutAttr()
560 SvxFontItem aFont( *pFont ); in OutAttr()
H A Ddocxattributeoutput.cxx2112 const wwFont *pFont, in NumberingLevel() argument
2202 if ( pFont ) in NumberingLevel()
2204 …OString aFamilyName( OUStringToOString( OUString( pFont->GetFamilyName() ), RTL_TEXTENCODING_UTF8 … in NumberingLevel()
/trunk/main/vcl/aqua/source/gdi/
H A Dctfonts.cxx449 CTFontRef pFont = CTFontCreateWithFontDescriptor( pFD, 0.0, NULL ); in CTFontEnumCallBack() local
450 CFStringRef pPSName = CTFontCopyPostScriptName( pFont ); in CTFontEnumCallBack()
461 CFRelease( pFont ); in CTFontEnumCallBack()
/trunk/main/sw/source/ui/lingu/
H A Dhhcwrp.cxx185 const Font *pFont = GetTargetFont(); in ~SwHHCWrapper() local
186 if (pFont) in ~SwHHCWrapper()
188 SvxFontItem aFontItem( pFont->GetFamily(), pFont->GetName(), in ~SwHHCWrapper()
189 pFont->GetStyleName(), pFont->GetPitch(), in ~SwHHCWrapper()
190 pFont->GetCharSet(), RES_CHRATR_CJK_FONT ); in ~SwHHCWrapper()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx995 const Font *pFont, sal_uInt16 nFontWhichId ) in SetLanguageAndFont() argument
1001 if (!pFont) in SetLanguageAndFont()
1008 DBG_ASSERT( pFont, "target font missing?" ); in SetLanguageAndFont()
1009 if (pFont) in SetLanguageAndFont()
1012 aFontItem.SetFamilyName( pFont->GetName()); in SetLanguageAndFont()
1013 aFontItem.SetFamily( pFont->GetFamily()); in SetLanguageAndFont()
1014 aFontItem.SetStyleName( pFont->GetStyleName()); in SetLanguageAndFont()
1015 aFontItem.SetPitch( pFont->GetPitch()); in SetLanguageAndFont()
1016 aFontItem.SetCharSet( pFont->GetCharSet() ); in SetLanguageAndFont()
/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx340 const ImplFontData* pFont, in CreateFontSubset() argument
353 psp::fontID aFont = pFont->GetFontId(); in CreateFontSubset()
368 const Ucs2SIntMap* SvpSalGraphics::GetFontEncodingVector( const ImplFontData* pFont, const Ucs2OStr… in GetFontEncodingVector() argument
375 psp::fontID aFont = pFont->GetFontId(); in GetFontEncodingVector()
382 const ImplFontData* pFont, in GetEmbedFontData() argument
394 psp::fontID aFont = pFont->GetFontId(); in GetEmbedFontData()
405 void SvpSalGraphics::GetGlyphWidths( const ImplFontData* pFont, in GetGlyphWidths() argument
415 psp::fontID aFont = pFont->GetFontId(); in GetGlyphWidths()
/trunk/main/writerfilter/source/doctok/
H A DWW8FontTable.cxx65 WW8Font * pFont = new WW8Font(this, in getEntry() local
68 pFont->setIndex(nIndex); in getEntry()
70 pResult = writerfilter::Reference<Properties>::Pointer_t(pFont); in getEntry()

Completed in 313 milliseconds

1234