Searched refs:aStdFont (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sc/source/core/tool/ |
H A D | autoform.cxx | 921 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()
|
/aoo4110/main/vcl/source/app/ |
H A D | settings.cxx | 566 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 …]
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1113 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | docpool.cxx | 198 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()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | numpages.cxx | 2707 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 …]
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outliner.cxx | 955 Font aStdFont; //#107508# in ImpCalcBulletFont() local 959 …aStdFont = 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()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 559 Font aStdFont( GetFont() ); in DrawRow() local 560 Font aBoldFont( aStdFont ); in DrawRow() 603 SetFont( aStdFont ); in DrawRow()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | numprevw.hxx | 38 Font aStdFont; member in NumberingPreview
|
/aoo4110/main/svx/inc/svx/ |
H A D | numvset.hxx | 132 Font aStdFont; member in SvxNumberingPreview
|
Completed in 79 milliseconds