Home
last modified time | relevance | path

Searched refs:aFont (Results 126 – 150 of 308) sorted by relevance

12345678910>>...13

/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1251 Font aFont( pPrinter->GetFont() ); in lcl_PrintHeader() local
1252 aFont.SetWeight( WEIGHT_BOLD ); in lcl_PrintHeader()
1253 aFont.SetAlign( ALIGN_BOTTOM ); in lcl_PrintHeader()
1254 pPrinter->SetFont( aFont ); in lcl_PrintHeader()
1303 Font aFont; in Print() local
1304 aFont.SetAlign( ALIGN_BOTTOM ); in Print()
1305 aFont.SetSize( Size( 0, 360 )); in Print()
1306 pPrinter->SetFont( aFont ); in Print()
/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx78 Font aFont; member in SwFntObj
111 inline Font *GetFont() { return &aFont; } in GetFont()
112 inline const Font *GetFont() const { return &aFont; } in GetFont()
/trunk/main/sw/source/ui/fldui/
H A Dinpdlg.cxx69 Font aFont(aEditED.GetFont()); in SwFldInputDlg() local
70 aFont.SetWeight(WEIGHT_LIGHT); in SwFldInputDlg()
71 aEditED.SetFont(aFont); in SwFldInputDlg()
/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/editeng/inc/editeng/
H A Dbulitem.hxx70 Font aFont; member in SvxBulletItem
112 Font GetFont() const { return aFont; } in GetFont()
129 void SetFont( const Font& rNew) { aFont = rNew; } in SetFont()
/trunk/main/svx/source/dialog/
H A Dcharmap.cxx482 Font aFont = rFont; in SetFont() local
483 aFont.SetWeight( WEIGHT_LIGHT ); in SetFont()
484 aFont.SetAlign( ALIGN_TOP ); in SetFont()
486 aFont.SetSize( PixelToLogic( Size( 0, nFontHeight ) ) ); in SetFont()
487 aFont.SetTransparent( sal_True ); in SetFont()
488 Control::SetFont( aFont ); in SetFont()
H A Ddocrecovery.cxx769 Font aFont(m_aTitleFT.GetFont()); in SaveDialog() local
770 aFont.SetWeight(WEIGHT_BOLD); in SaveDialog()
771 m_aTitleFT.SetFont(aFont); in SaveDialog()
1079 Font aFont(m_aTitleFT.GetFont()); in RecoveryDialog() local
1080 aFont.SetWeight(WEIGHT_BOLD); in RecoveryDialog()
1081 m_aTitleFT.SetFont(aFont); in RecoveryDialog()
2009 Font aFont = OutputDevice::GetDefaultFont( in ErrorRepEdit() local
2013 aFont.SetColor( aColor ); in ErrorRepEdit()
2015 GetTextEngine()->SetFont( aFont ); in ErrorRepEdit()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx198 Font aFont = GetFont(); in SwBoldFixedInfo() local
199 aFont.SetWeight( WEIGHT_BOLD ); in SwBoldFixedInfo()
200 SetFont( aFont ); in SwBoldFixedInfo()
365 Font aFont(GetFont()); in Paint() local
366 aFont.SetColor(aPaintColor); in Paint()
367 SetFont(aFont); in Paint()
/trunk/main/svtools/source/control/
H A Dfixedhyper.cxx59 Font aFont = GetControlFont( ); in Initialize() local
61 aFont.SetUnderline( UNDERLINE_SINGLE ); in Initialize()
62 SetControlFont( aFont ); in Initialize()
H A Dfilectrl.cxx128 Font aFont = GetButton().GetControlFont(); in StateChanged() local
129 aFont.SetSize( GetControlFont().GetSize() ); in StateChanged()
130 GetButton().SetControlFont( aFont ); in StateChanged()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx1778 Font aFont; in PDFWriterImpl() local
1784 aState.m_aFont = aFont; in PDFWriterImpl()
2505 Font aFont; in endPage() local
4826 aFont = rAppSetFont; in replaceFont()
4848 return aFont; in replaceFont()
4903 setFont( aFont ); in createDefaultPushButtonAppearance()
4988 return aFont; in drawFieldBorder()
5137 setFont( aFont ); in createDefaultCheckBoxAppearance()
5262 setFont( aFont ); in createDefaultRadioButtonAppearance()
8340 setFont( aFont ); in drawStrikeoutChar()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx919 Font aFont(GetFont()); in SwNavigationPI() local
920 aFont.SetWeight(WEIGHT_NORMAL); in SwNavigationPI()
921 GetPageEdit().SetFont(aFont); in SwNavigationPI()
922 aFont = aContentTree.GetFont(); in SwNavigationPI()
923 aFont.SetWeight(WEIGHT_NORMAL); in SwNavigationPI()
924 aContentTree.SetFont(aFont); in SwNavigationPI()
925 aGlobalTree.SetFont(aFont); in SwNavigationPI()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_Wizard_TitlesAndObjects.cxx70 Font aFont( m_aFT_TitleDescription.GetControlFont() ); in TitlesAndObjectsTabPage() local
71 aFont.SetWeight( WEIGHT_BOLD ); in TitlesAndObjectsTabPage()
72 m_aFT_TitleDescription.SetControlFont( aFont ); in TitlesAndObjectsTabPage()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlBase.cxx481 Font aFont; in getForeground() local
483 aFont = pInst->GetControlFont(); in getForeground()
485 aFont = pInst->GetFont(); in getForeground()
486 nColor = aFont.GetColor().GetColor(); in getForeground()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1070 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitSettings() local
1072 aFont.Merge( GetControlFont() ); in ImplInitSettings()
1073 aFont.SetTransparent( IsPaintTransparent() ); in ImplInitSettings()
1074 SetZoomedPointFont( aFont ); in ImplInitSettings()
1394 Font aFont = pImpSvMEdit->GetTextWindow()->GetDrawPixelFont( pDev ); in Draw() local
1395 aFont.SetTransparent( sal_True ); in Draw()
1400 pDev->SetFont( aFont ); in Draw()
1461 aTE.SetFont( aFont ); in Draw()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx82 Font aFont( pParent->GetFont() ); in DBG_NAME() local
83 aFont.SetTransparent( sal_False ); in DBG_NAME()
85 aFont.SetFillColor(aColor ); in DBG_NAME()
86 SetFont( aFont ); in DBG_NAME()
283 Font aFont( pParent->GetFont() ); in SvInplaceEdit2() local
284 aFont.SetTransparent( sal_False ); in SvInplaceEdit2()
286 aFont.SetFillColor(aColor ); in SvInplaceEdit2()
287 pEdit->SetFont( aFont ); in SvInplaceEdit2()
/trunk/main/basic/source/runtime/
H A Dinputbox.cxx77 Font aFont( GetFont()); in SvRTLInputBox() local
79 aFont.SetFillColor( aColor ); in SvRTLInputBox()
80 aEdit.SetFont( aFont ); in SvRTLInputBox()
/trunk/main/vcl/source/control/
H A Dedit.cxx400 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitSettings() local
402 aFont.Merge( GetControlFont() ); in ImplInitSettings()
403 SetZoomedPointFont( aFont ); in ImplInitSettings()
675 Font aFont = GetFont(); in ImplRepaint() local
677 aFont.SetUnderline( UNDERLINE_SINGLE ); in ImplRepaint()
679 aFont.SetUnderline( UNDERLINE_BOLD ); in ImplRepaint()
681 aFont.SetUnderline( UNDERLINE_DOTTED ); in ImplRepaint()
686 aFont.SetUnderline( UNDERLINE_WAVE ); in ImplRepaint()
689 SetFont( aFont ); in ImplRepaint()
1901 Font aFont = GetDrawPixelFont( pDev ); in Draw() local
[all …]
/trunk/main/cui/source/dialogs/
H A Dpastedlg.cxx65 Font aFont = aFtObjectSource.GetFont(); in SvPasteObjectDialog() local
66 aFont.SetWeight( WEIGHT_LIGHT ); in SvPasteObjectDialog()
67 aFtObjectSource.SetFont( aFont ); in SvPasteObjectDialog()
H A Dpostdlg.cxx99 Font aFont( aEditED.GetFont() ); in SvxPostItDialog() local
100 aFont.SetWeight( WEIGHT_LIGHT ); in SvxPostItDialog()
101 aEditED.SetFont( aFont ); in SvxPostItDialog()
/trunk/main/dbaccess/source/ui/control/
H A DVertSplitView.cxx79 Font aFont = rStyleSettings.GetAppFont(); in ImplInitSettings() local
81 aFont.Merge( GetControlFont() ); in ImplInitSettings()
82 SetPointFont( aFont ); in ImplInitSettings()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx247 Font aFont; member
952 Font aFont; in ReadChrStr() local
958 aFont = pF->aFont; in ReadChrStr()
959 aFont.SetColor(aAttr.aChrCol); in ReadChrStr()
962 aFont.SetOrientation(aAttr.nChrAng); in ReadChrStr()
990 if (pVirDev->GetFont()!=aFont) in ReadChrStr()
991 pVirDev->SetFont(aFont); in ReadChrStr()
2251 pF->aFont.SetTransparent(sal_True); in ReadFont()
2252 pF->aFont.SetAlign(ALIGN_BASELINE); in ReadFont()
2274 pF->aFont.SetName( aStr ); in ReadFont()
[all …]
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx95 Font aFont; // aus Attributen erzeugt member in ScDrawStringsVars
232 aFont.SetHeight( nNewHeight ); in SetShrinkScale()
236 pDev->SetFont( aFont ); in SetShrinkScale()
238 pFmtDevice->SetFont( aFont ); in SetShrinkScale()
246 aMetric = pDefaultDev->GetFontMetric( aFont ); in SetShrinkScale()
293 aFont.SetAlign(ALIGN_BASELINE); in SetPattern()
350 aFont.SetOrientation( nRot ); in SetPattern()
355 pOutput->SetSyntaxColor( &aFont, pCell ); in SetPattern()
357 pDev->SetFont( aFont ); in SetPattern()
359 pFmtDevice->SetFont( aFont ); in SetPattern()
[all …]
/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx95 Font aFont( GetFont() ); in SvxNumberPreviewImpl() local
96 aFont.SetTransparent( sal_True ); in SvxNumberPreviewImpl()
97 aFont.SetColor( Application::GetSettings().GetStyleSettings().GetFieldColor() ); in SvxNumberPreviewImpl()
98 SetFont( aFont ); in SvxNumberPreviewImpl()
912 Font aFont=aLbCategory.GetFont(); in FillFormatListBox_Impl() local
946 aLbFormat.InsertFontEntry( aTmpString, aFont ); in FillFormatListBox_Impl()
968 aLbFormat.InsertFontEntry(*pEntry,aFont); in FillFormatListBox_Impl()
/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()

Completed in 221 milliseconds

12345678910>>...13