Home
last modified time | relevance | path

Searched refs:aStdFont (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dautoform.cxx921 Font aStdFont = OutputDevice::GetDefaultFont( in ScAutoFormat() local
924 aStdFont.GetFamily(), aStdFont.GetName(), aStdFont.GetStyleName(), in ScAutoFormat()
925 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_FONT ); in ScAutoFormat()
927 aStdFont = OutputDevice::GetDefaultFont( in ScAutoFormat()
930 aStdFont.GetFamily(), aStdFont.GetName(), aStdFont.GetStyleName(), in ScAutoFormat()
931 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_CJK_FONT ); in ScAutoFormat()
933 aStdFont = OutputDevice::GetDefaultFont( in ScAutoFormat()
936 aStdFont.GetFamily(), aStdFont.GetName(), aStdFont.GetStyleName(), in ScAutoFormat()
937 aStdFont.GetPitch(), aStdFont.GetCharSet(), ATTR_CTL_FONT ); in ScAutoFormat()
/trunk/main/vcl/source/app/
H A Dsettings.cxx566 aStdFont.SetWeight( WEIGHT_NORMAL ); in SetStandardStyles()
568 maAppFont = aStdFont; in SetStandardStyles()
569 maHelpFont = aStdFont; in SetStandardStyles()
570 maMenuFont = aStdFont; in SetStandardStyles()
571 maToolFont = aStdFont; in SetStandardStyles()
572 maGroupFont = aStdFont; in SetStandardStyles()
573 maLabelFont = aStdFont; in SetStandardStyles()
574 maInfoFont = aStdFont; in SetStandardStyles()
575 maRadioCheckFont = aStdFont; in SetStandardStyles()
576 maPushButtonFont = aStdFont; in SetStandardStyles()
[all …]
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1113 aStdFont = OutputDevice::GetDefaultFont( in Paint()
1117 aStdFont.SetColor( SwViewOption::GetFontColor() ); in Paint()
1123 aStdFont.SetSize(Size( 0, nFontHeight )); in Paint()
1186 nBulletWidth = lcl_DrawBullet(pVDev, rFmt, nNumberXPos, nYStart, aStdFont.GetSize()); in Paint()
1190 pVDev->SetFont(aStdFont); in Paint()
1204 pVDev->SetFont(aStdFont); in Paint()
1297 nTextOffset = lcl_DrawBullet(pVDev, rFmt, nXStart, nYStart, aStdFont.GetSize()); in Paint()
1302 pVDev->SetFont(aStdFont); in Paint()
1313 pVDev->SetFont(aStdFont); in Paint()
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx198 Font aStdFont = OutputDevice::GetDefaultFont( DEFAULTFONT_LATIN_SPREADSHEET, LANGUAGE_ENGLISH_US, in ScDocumentPool() local
200 SvxFontItem* pStdFont = new SvxFontItem( aStdFont.GetFamily(), in ScDocumentPool()
201 aStdFont.GetName(), aStdFont.GetStyleName(), in ScDocumentPool()
202 aStdFont.GetPitch(), aStdFont.GetCharSet(), in ScDocumentPool()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2707 aStdFont = OutputDevice::GetDefaultFont( in Paint()
2709 aStdFont.SetColor(aTextColor); in Paint()
2710 aStdFont.SetFillColor(aBackColor); in Paint()
2716 aStdFont.SetSize(Size( 0, nFontHeight )); in Paint()
2782 lcl_DrawBullet(pVDev, rFmt, nNumberXPos, nYStart, aStdFont.GetSize()) : 0; in Paint()
2786 pVDev->SetFont(aStdFont); in Paint()
2809 pVDev->SetFont(aStdFont); in Paint()
2913 nTextOffset = lcl_DrawBullet(pVDev, rFmt, nXStart, nYStart, aStdFont.GetSize()); in Paint()
2919 Font aColorFont(aStdFont); in Paint()
2932 pVDev->SetFont(aStdFont); in Paint()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx955 Font aStdFont; //#107508# in ImpCalcBulletFont() local
959aStdFont = EditEngine::CreateFontFromItemSet( pEditEngine->GetAttribs( aSel ), GetScriptType( aSel… in ImpCalcBulletFont()
963 aStdFont = pEditEngine->GetStandardFont( nPara ); in ImpCalcBulletFont()
973 aBulletFont = aStdFont; in ImpCalcBulletFont()
983 sal_uLong nScaledLineHeight = aStdFont.GetSize().Height(); in ImpCalcBulletFont()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx559 Font aStdFont( GetFont() ); in DrawRow() local
560 Font aBoldFont( aStdFont ); in DrawRow()
603 SetFont( aStdFont ); in DrawRow()
/trunk/main/sw/source/ui/inc/
H A Dnumprevw.hxx38 Font aStdFont; member in NumberingPreview
/trunk/main/svx/inc/svx/
H A Dnumvset.hxx132 Font aStdFont; member in SvxNumberingPreview

Completed in 89 milliseconds