Home
last modified time | relevance | path

Searched refs:aFont (Results 176 – 200 of 308) sorted by relevance

12345678910>>...13

/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1170 awt::FontDescriptor aFont; in exportAutoStyle() local
1171 _xProp->getPropertyValue(PROPERTY_FONT) >>= aFont; in exportAutoStyle()
1172 GetFontAutoStylePool()->Add(aFont.Name,aFont.StyleName,aFont.Family,aFont.Pitch,aFont.CharSet ); in exportAutoStyle()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_RangeChooser.cxx134 Font aFont( m_aFT_Caption.GetControlFont() ); in RangeChooserTabPage() local
135 aFont.SetWeight( WEIGHT_BOLD ); in RangeChooserTabPage()
136 m_aFT_Caption.SetControlFont( aFont ); in RangeChooserTabPage()
/trunk/main/vcl/source/control/
H A Dctrl.cxx527 Font aFont( GetCanonicalFont( rStyleSettings ) ); in ImplInitSettings() local
529 aFont.Merge( GetControlFont() ); in ImplInitSettings()
530 SetZoomedPointFont( aFont ); in ImplInitSettings()
/trunk/main/svtools/inc/svtools/
H A Dhyperlabel.hxx52 void DeactivateHyperMode(Font aFont, const Color aColor);
53 void ActivateHyperMode(Font aFont, const Color aColor);
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx846 Font aFont; in getForeground() local
848 aFont = mpParent->GetControlFont(); in getForeground()
850 aFont = mpParent->GetFont(); in getForeground()
851 nColor = aFont.GetColor().GetColor(); in getForeground()
/trunk/main/svtools/source/control/
H A Dheadbar.cxx166 Font aFont; in ImplInitSettings() local
167 aFont = rStyleSettings.GetToolFont(); in ImplInitSettings()
169 aFont.Merge( GetControlFont() ); in ImplInitSettings()
170 SetZoomedPointFont( aFont ); in ImplInitSettings()
1021 Font aFont = GetDrawPixelFont( pDev ); in Draw() local
1025 pDev->SetFont( aFont ); in Draw()
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx376 Font aFont (mpPreviewDevice->GetSettings().GetStyleSettings().GetAppFont()); in PaintSubstitutionText() local
378 aFont.SetHeight(nHeight); in PaintSubstitutionText()
379 mpPreviewDevice->SetFont (aFont); in PaintSubstitutionText()
/trunk/main/forms/source/component/
H A Dnavigationbar.cxx341 FontDescriptor aFont; in read() local
342 ::comphelper::operator>>( _rxInStream, aFont ); in read()
343 setFont( aFont ); in read()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx121 Font aFont( aOldFont ); in Paint() local
122 aFont.SetWeight( WEIGHT_BOLD ); in Paint()
131 rDev.SetFont( aFont ); in Paint()
/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/core/text/
H A Dtxtfrm.cxx2330 SwFont aFont( GetAttrSet(), pIDSA ); in _CalcHeightOfLastLine() local
2338 aFont.SetFntChg( sal_True ); in _CalcHeightOfLastLine()
2339 aFont.ChgPhysFnt( pVsh, *pOut ); in _CalcHeightOfLastLine()
2340 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
2348 aFont.SetFntChg( sal_True ); in _CalcHeightOfLastLine()
2349 aFont.ChgPhysFnt( pVsh, *pOut ); in _CalcHeightOfLastLine()
2350 mnHeightOfLastLine = aFont.GetHeight( pVsh, *pOut ); in _CalcHeightOfLastLine()
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2218 Font aFont; in GetTxtFontCtrlState() local
2221 aFont.SetName( ((const SvxFontItem*)pI)->GetFamilyName()); in GetTxtFontCtrlState()
2222 aFont.SetStyleName(((const SvxFontItem*)pI)->GetStyleName()); in GetTxtFontCtrlState()
2223 aFont.SetFamily(((const SvxFontItem*)pI)->GetFamily()); in GetTxtFontCtrlState()
2224 aFont.SetPitch(((const SvxFontItem*)pI)->GetPitch()); in GetTxtFontCtrlState()
2225 aFont.SetCharSet(((const SvxFontItem*)pI)->GetCharSet()); in GetTxtFontCtrlState()
2229 aFont.SetOrientation(bVertical ? 2700 : 0); in GetTxtFontCtrlState()
2230 aFont.SetVertical(bVertical); in GetTxtFontCtrlState()
2231 GetView().GetEditWin().SetInputContext( InputContext( aFont, INPUTCONTEXT_TEXT | in GetTxtFontCtrlState()
/trunk/main/vcl/workben/
H A Dvcldemo.cxx173 Font aFont( String( RTL_CONSTASCII_USTRINGPARAM( "Times" ) ), Size( 0, 25 ) ); in Paint() local
174 SetFont( aFont ); in Paint()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx366 Font aFont( GetDataWindow().GetFont() ); in lateInit() local
367 aFont.SetWeight( WEIGHT_NORMAL ); in lateInit()
368 GetDataWindow().SetFont( aFont ); in lateInit()
371 aFont = GetFont(); in lateInit()
372 aFont.SetWeight( WEIGHT_LIGHT ); in lateInit()
373 SetFont(aFont); in lateInit()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx320 Font aFont; in GetNeededSize() local
322 pPattern->GetFont( aFont, SC_AUTOCOL_BLACK, pDev, &aFontZoom, pCondSet, nScript ); in GetNeededSize()
323 pDev->SetFont(aFont); in GetNeededSize()
671 Font aFont; in GetOptimalColWidth() local
673 pPattern->GetFont( aFont, SC_AUTOCOL_BLACK, pDev, &rZoomX, NULL ); in GetOptimalColWidth()
674 pDev->SetFont( aFont ); in GetOptimalColWidth()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx368 Font aFont(GetFont()); in SwCaptionPreview() local
369 aFont.SetHeight(aFont.GetHeight() * 120 / 100 ); in SwCaptionPreview()
370 SetFont(aFont); in SwCaptionPreview()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx497 SvxFontItem aFont( rFont ); in _AddFontItem() local
498 aFont.SetWhich( RES_CHRATR_FONT ); in _AddFontItem()
499 pItem = (SvxFontItem*)&rPool.Put( aFont ); in _AddFontItem()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1178 const awt::FontDescriptor aFont = xFormat->getFontDescriptor(); in exportAutoStyle() local
1179 OSL_ENSURE(aFont.Name.getLength(),"No Font Name !"); in exportAutoStyle()
1180 GetFontAutoStylePool()->Add(aFont.Name,aFont.StyleName,aFont.Family,aFont.Pitch,aFont.CharSet ); in exportAutoStyle()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1429 Font aFont( pAct->GetFont() ); in Rotate() local
1431 aFont.SetOrientation( aFont.GetOrientation() + (sal_uInt16) nAngle10 ); in Rotate()
1432 aMtf.AddAction( new MetaFontAction( aFont ) ); in Rotate()
2138 Font aFont( pAct->GetFont() ); in ImplExchangeColors() local
2140 aFont.SetColor( pFncCol( aFont.GetColor(), pColParam ) ); in ImplExchangeColors()
2141 aFont.SetFillColor( pFncCol( aFont.GetFillColor(), pColParam ) ); in ImplExchangeColors()
2142 aMtf.Insert( new MetaFontAction( aFont ), LIST_APPEND ); in ImplExchangeColors()
/trunk/main/dbaccess/source/ui/control/
H A Dsqledit.cxx215 Font aFont( sFontName, aFontSize ); in ImplSetFont() local
216 aStyleSettings.SetFieldFont(aFont); in ImplSetFont()
/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/svtools/source/contnr/
H A Divctrl.cxx536 Font aFont( GetFont() ); in SetBackground() local
537 aFont.SetColor( rStyleSettings.GetFieldTextColor() ); in SetBackground()
538 SetFont( aFont ); in SetBackground()
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx371 Font aFont; in setNumberingRuleByIndex() local
372 SvxUnoFontDescriptor::ConvertToFont( aDesc, aFont ); in setNumberingRuleByIndex()
373 aFmt.SetBulletFont(&aFont); in setNumberingRuleByIndex()
/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/sc/source/ui/view/
H A Dgridwin4.cxx1022 Font aFont; in DrawPagePreview() local
1028 rDefPattern.GetFont( aFont, SC_AUTOCOL_BLACK ); in DrawPagePreview()
1029 aFont.SetColor( Color( COL_LIGHTGRAY ) ); in DrawPagePreview()
1175 aFont.SetSize( Size( 0,100 ) ); in DrawPagePreview()
1176 pContentDev->SetFont( aFont ); in DrawPagePreview()
1182 aFont.SetSize( Size( 0,Min(nSizeX,nSizeY) ) ); in DrawPagePreview()
1183 pContentDev->SetFont( aFont ); in DrawPagePreview()

Completed in 186 milliseconds

12345678910>>...13