Home
last modified time | relevance | path

Searched refs:aFont (Results 1 – 25 of 308) sorted by last modified time

12345678910>>...13

/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontconfig.cxx852 fontID aFont = m_nNextFontID++; in countFontconfigFonts() local
853 m_aFonts[ aFont ] = pUpdate; in countFontconfigFonts()
854 m_aFontFileToFontID[ aBase ].insert( aFont ); in countFontconfigFonts()
857 fprintf( stderr, "inserted font %s as fontID %d\n", family, aFont ); in countFontconfigFonts()
1245 fontID aFont = findFontFileID( nDirID, aBase ); in matchFont() local
1246 if( aFont > 0 ) in matchFont()
1247 bSuccess = getFontFastInfo( aFont, rInfo ); in matchFont()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx391 Font aFont( GetFont() ); in ImplGetTabRect() local
392 Font aLightFont = aFont; in ImplGetTabRect()
393 aFont.SetTransparent( sal_True ); in ImplGetTabRect()
394 aFont.SetWeight( (!ImplGetSVData()->maNWFData.mbNoBoldTabFocus) ? WEIGHT_BOLD : WEIGHT_LIGHT ); in ImplGetTabRect()
405 SetFont( aFont ); in ImplGetTabRect()
698 Font aFont( aOldFont ); in ImplShowFocus() local
699 aFont.SetWeight( (!ImplGetSVData()->maNWFData.mbNoBoldTabFocus) ? WEIGHT_BOLD : WEIGHT_LIGHT ); in ImplShowFocus()
700 SetFont( aFont ); in ImplShowFocus()
911 Font aFont( GetFont() ); in ImplDrawItem() local
912 aFont.SetTransparent( sal_True ); in ImplDrawItem()
[all …]
/trunk/main/cui/source/dialogs/
H A Dabout.cxx376 Font aFont = GetFont(); in ApplyStyleSettings() local
377 aFont.SetTransparent( sal_True ); in ApplyStyleSettings()
378 SetFont( aFont ); in ApplyStyleSettings()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1657 Font aFont = rStyleSettings.GetToolFont(); in ImplInitSettings() local
1659 aFont.Merge( GetControlFont() ); in ImplInitSettings()
1660 SetZoomedPointFont( aFont ); in ImplInitSettings()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx526 Font aFont; in GetDefaultFont() local
697 return aFont; in GetDefaultFont()
4550 Font aFont( GetFont() ); in ImplDrawRotateText() local
4553 pVDev->SetFont( aFont ); in ImplDrawRotateText()
5028 Font aFont( rNewFont ); in SetFont() local
5118 maFont = aFont; in SetFont()
7592 Font aFont( GetFont() ); in GetTextBoundRect() local
7598 aVDev.SetFont( aFont ); in GetTextBoundRect()
7807 Font aFont(GetFont()); in GetTextOutlines() local
7808 aFont.SetShadow(false); in GetTextOutlines()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4746 Font aFont = numfunc::GetDefBulletFont(); in CoreLoad() local
4747 int nHeight = aFont.GetHeight() * 12; in CoreLoad()
H A Dww8par3.cxx1116 Font aFont; in AdjustLVL() local
1121 aFont = numfunc::GetDefBulletFont(); in AdjustLVL()
1127 aFont.SetFamily( rFontItem.GetFamily() ); in AdjustLVL()
1128 aFont.SetName( rFontItem.GetFamilyName() ); in AdjustLVL()
1129 aFont.SetStyleName( rFontItem.GetStyleName() ); in AdjustLVL()
1133 aNumFmt.SetBulletFont( &aFont ); in AdjustLVL()
2424 Font aFont; in MiserableDropDownFormHack() local
2478 aFont.SetFamily( pFontItem->GetFamily() ); in MiserableDropDownFormHack()
2480 aFont.SetPitch( pFontItem->GetPitch() ); in MiserableDropDownFormHack()
2486 Size aSize( aFont.GetSize().Width(), in MiserableDropDownFormHack()
[all …]
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx129 Font aFont; in SV_IMPL_VARARR_SORT() local
130 aFont.SetTransparent( sal_False ); in SV_IMPL_VARARR_SORT()
133 aFont.SetFillColor( aFillColor ); in SV_IMPL_VARARR_SORT()
134 SetFont( aFont ); in SV_IMPL_VARARR_SORT()
1230 Font aFont; in GetCharPos() local
1232 mpRefDev->SetFont( aFont); in GetCharPos()
1333 Font aFont; in CalcTextWidth() local
1335 mpRefDev->SetFont( aFont ); in CalcTextWidth()
2141 Font aFont; in ImpPaint() local
2147 pOutDev->SetFont( aFont ); in ImpPaint()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx85 Font aFont; member
1055 pGS->aFont = maFont; in ImplWriteActions()
1084 maFont = pGS->aFont; in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx579 Font aFont(aOldFont); in Impl_writeText() local
580 short nOrientation = aFont.GetOrientation(); in Impl_writeText()
581 aFont.SetOrientation( 0 ); in Impl_writeText()
582 aFont.SetUnderline(UNDERLINE_NONE); in Impl_writeText()
583 aFont.SetStrikeout(STRIKEOUT_NONE); in Impl_writeText()
584 mpVDev->SetFont( aFont ); in Impl_writeText()
588 FlashFont& rFlashFont = Impl_getFont( aFont ); in Impl_writeText()
640 if( 0 != aFont.GetSize().Width() ) in Impl_writeText()
642 Font aTmpFont( aFont ); in Impl_writeText()
647 mpVDev->SetFont( aFont ); in Impl_writeText()
[all …]
/trunk/main/sc/source/ui/sidebar/
H A DCellLineStyleValueSet.cxx100 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_UI_SANS, MsLangId::getSystemLanguage(), DEFAUL… in UserDraw() local
101 Size aSize = aFont.GetSize(); in UserDraw()
103 aFont.SetSize( aSize ); in UserDraw()
127 aFont.SetColor(COL_WHITE); in UserDraw()
129 aFont.SetColor(GetSettings().GetStyleSettings().GetFieldTextColor()); // high contrast in UserDraw()
131 pDev->SetFont(aFont); in UserDraw()
/trunk/main/starmath/source/
H A Dmathtype.cxx207 MathTypeFont aFont; in Init() local
210 aFont.nTface = i+128; in Init()
214 aFont.nStyle=0; in Init()
218 aFont.nStyle=1; in Init()
221 aFont.nStyle=2; in Init()
224 aUserStyles.insert(aFont); in Init()
687 MathTypeFont aFont(nFace); in TypeFaceToString() local
1877 MathTypeFont aFont; in HandleRecords() local
1878 *pS >> aFont.nTface; in HandleRecords()
1884 aFont.nTface = 128-aFont.nTface; in HandleRecords()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2281 Font aFont; in ReadFontCollection() local
2283 aFont.SetName( pFont->aName ); in ReadFontCollection()
2293 SvxFont aTmpFont( aFont ); in ReadFontCollection()
3960 Font aFont; in GetNumberFormat() local
4019 Font aFont; in GetNumberFormat() local
4036 Font aFont; in ImplGetNumberFormat() local
4041 aFont.SetName( pAtom->aName ); in ImplGetNumberFormat()
4042 aFont.SetCharSet( eCharSet ); in ImplGetNumberFormat()
4043 aFont.SetFamily( pAtom->eFamily ); in ImplGetNumberFormat()
4044 aFont.SetPitch( pAtom->ePitch ); in ImplGetNumberFormat()
[all …]
/trunk/main/sw/source/filter/ascii/
H A Dparasc.cxx131 SvxFontItem aFont( aTextFont.GetFamily(), aTextFont.GetName(), in SwASCIIParser() local
133 pItemSet->Put( aFont ); in SwASCIIParser()
134 pItemSet->Put( aFont, RES_CHRATR_CJK_FONT ); in SwASCIIParser()
135 pItemSet->Put( aFont, RES_CHRATR_CTL_FONT ); in SwASCIIParser()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx572 aFont.SetSize( aTextSize ); in DrawPauseScene()
573 aFont.SetColor( COL_WHITE ); in DrawPauseScene()
574 aFont.SetCharSet( aOldFont.GetCharSet() ); in DrawPauseScene()
575 aFont.SetLanguage( aOldFont.GetLanguage() ); in DrawPauseScene()
605 aVDev.SetFont( aFont ); in DrawPauseScene()
626 SetFont( aFont ); in DrawPauseScene()
643 aFont.SetSize( aTextSize ); in DrawEndScene()
644 aFont.SetColor( COL_WHITE ); in DrawEndScene()
645 aFont.SetCharSet( aOldFont.GetCharSet() ); in DrawEndScene()
646 aFont.SetLanguage( aOldFont.GetLanguage() ); in DrawEndScene()
[all …]
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx3725 SvxFontItem aFont( eFamily, aFontName, aStyleName, ePitch, eEnc, RES_CHRATR_FONT ); in NewFontAttr() local
3726 aItemSet.Put( aFont ); in NewFontAttr()
3727 aFont.SetWhich( RES_CHRATR_CJK_FONT ); in NewFontAttr()
3728 aItemSet.Put( aFont ); in NewFontAttr()
3729 aFont.SetWhich( RES_CHRATR_CTL_FONT ); in NewFontAttr()
3730 aItemSet.Put( aFont ); in NewFontAttr()
3755 InsertAttr( &aAttrTab.pFont, aFont, pCntxt ); in NewFontAttr()
3756 aFont.SetWhich( RES_CHRATR_CJK_FONT ); in NewFontAttr()
3757 InsertAttr( &aAttrTab.pFontCJK, aFont, pCntxt ); in NewFontAttr()
3758 aFont.SetWhich( RES_CHRATR_CTL_FONT ); in NewFontAttr()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx679 aFont.SetAlign(ALIGN_BASELINE); in create2DDecompositionOfGraphic()
680 aFont.SetColor(COL_RED); in create2DDecompositionOfGraphic()
683 aFont.SetOutline(true); in create2DDecompositionOfGraphic()
684 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
687 aFont.SetShadow(true); in create2DDecompositionOfGraphic()
688 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
691 aFont.SetRelief(RELIEF_EMBOSSED); in create2DDecompositionOfGraphic()
692 aOut.SetFont(aFont); in create2DDecompositionOfGraphic()
715 aFont.SetAlign(ALIGN_BASELINE); in create2DDecompositionOfGraphic()
716 aFont.SetColor(COL_RED); in create2DDecompositionOfGraphic()
[all …]
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx251 Font aFont(*aFmt.GetBulletFont()); in ImplLoad() local
252 Color c=aFont.GetColor(); in ImplLoad()
254 aFont.SetColor(c); in ImplLoad()
255 aFmt.SetBulletFont(&aFont); in ImplLoad()
347 pActualBullets[i]->aFont = aTypeMgr.pActualBullets[i]->aFont; in BulletsTypeMgr()
362 pActualBullets[i]->aFont = rActBulletFont; in Init()
374 pActualBullets[i]->aFont =rActBulletFont; in Init()
472 pActualBullets[nIndex]->aFont = *pFont; in RelplaceNumRule()
599 aRet = pActualBullets[nIndex]->aFont; in GetBulCharFont()
1982 Font aFont(aInfo); in ApplyNumRule() local
[all …]
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx118 Font aFont; member in svx::sidebar::BulletsSettings_Impl
/trunk/main/padmin/source/
H A Dpadialog.cxx443 Font aFont( String( RTL_CONSTASCII_USTRINGPARAM( "Courier" ) ), Size( 0, 400 ) ); in printPage() local
444 aFont.SetWeight( WEIGHT_NORMAL ); in printPage()
445 aFont.SetItalic( ITALIC_NONE ); in printPage()
446 pPrinter->SetFont( aFont ); in printPage()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx722 Font aFont( rStyle, Size( 0, 10 ) ); in lcl_SetColl() local
724 aFont = pPrt->GetFontMetric( aFont ); in lcl_SetColl()
726 pColl->SetFmtAttr(SvxFontItem(aFont.GetFamily(), aFont.GetName(), in lcl_SetColl()
727 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in lcl_SetColl()
812 aFont = pPrinter->GetFontMetric( aFont ); in FillItemSet()
813 pWrtShell->SetDefault(SvxFontItem(aFont.GetFamily(), aFont.GetName(), in FillItemSet()
814 aEmptyStr, aFont.GetPitch(), aFont.GetCharSet(), nFontWhich)); in FillItemSet()
2439 aFont.SetSize( aDefSize ); in InitFontStyle()
2443 aFont.SetFillColor( aBackCol ); in InitFontStyle()
2447 aFont.SetWeight( WEIGHT_NORMAL ); in InitFontStyle()
[all …]
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1685 Font aFont(sFontName, Size(1,1)); in InsertSymbol() local
1711 aFont.SetName( pFontItem->GetFamilyName() ); in InsertSymbol()
1712 aFont.SetStyleName( pFontItem->GetStyleName() ); in InsertSymbol()
1713 aFont.SetCharSet( pFontItem->GetCharSet() ); in InsertSymbol()
1714 aFont.SetPitch( pFontItem->GetPitch() ); in InsertSymbol()
1720 aOpt.SetSymbolFont(aFont.GetName()); in InsertSymbol()
1748 SvxFontItem aFontItem (aFont.GetFamily(), aFont.GetName(), in InsertSymbol()
1749 aFont.GetStyleName(), aFont.GetPitch(), in InsertSymbol()
1750 aFont.GetCharSet(), in InsertSymbol()
1775 if(aFont.GetName().Len()) in InsertSymbol()
[all …]
H A Ddrwtxtsh.cxx801 Font aFont(sFontName, Size(1,1)); in InsertSymbol() local
825 aFont.SetName( pFontItem->GetFamilyName() ); in InsertSymbol()
826 aFont.SetStyleName( pFontItem->GetStyleName() ); in InsertSymbol()
827 aFont.SetCharSet( pFontItem->GetCharSet() ); in InsertSymbol()
828 aFont.SetPitch( pFontItem->GetPitch() ); in InsertSymbol()
834 aOpt.SetSymbolFont(aFont.GetName()); in InsertSymbol()
862 SvxFontItem aFontItem (aFont.GetFamily(), aFont.GetName(), in InsertSymbol()
863 aFont.GetStyleName(), aFont.GetPitch(), in InsertSymbol()
864 aFont.GetCharSet(), in InsertSymbol()
889 if(aFont.GetName().Len()) in InsertSymbol()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx152 Font aFont( aOldFont ); in TYPEINIT1() local
153 aFont.SetWeight( WEIGHT_BOLD ); in TYPEINIT1()
154 aFont.SetAlign( ALIGN_BOTTOM ); in TYPEINIT1()
155 rOutDev.SetFont( aFont ); in TYPEINIT1()
175 aFont.SetWeight( WEIGHT_NORMAL ); in TYPEINIT1()
176 rOutDev.SetFont( aFont ); in TYPEINIT1()
773 Font aFont( aEditWin.GetOutWin()->GetFont() ); in PrintSource() local
774 Size aSize( aFont.GetSize() ); in PrintSource()
776 aFont.SetSize( aSize ); in PrintSource()
777 aFont.SetColor( COL_BLACK ); in PrintSource()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx309 Font aFont = aStyleSettings.GetFieldFont(); in InitControls() local
310 aFont.SetHeight(8); in InitControls()
311 aStyleSettings.SetFieldFont(aFont); in InitControls()
328 aFont.SetHeight(8); in InitControls()
329 aStyleSettings.SetFieldFont(aFont); in InitControls()
451 sal_Int32 nHeight = aFont.GetHeight(); in Rescale()
453 aFont.SetHeight( nHeight ); in Rescale()
454 mpMetadataAuthor->SetControlFont( aFont ); in Rescale()
459 sal_Int32 nHeight = aFont.GetHeight(); in Rescale()
461 aFont.SetHeight( nHeight ); in Rescale()
[all …]

Completed in 320 milliseconds

12345678910>>...13