Home
last modified time | relevance | path

Searched refs:aFont (Results 226 – 250 of 308) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx465 Font aFont = GetFont(); in Paint() local
466 aFont.SetTransparent( true ); in Paint()
467 aVirDev.SetFont( aFont ); in Paint()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx1209 SvxFontItem aFont( eFamily, aName, aStyleName, ePitch, in ParseCSS1_font_family() local
1212 rItemSet.Put( aFont ); in ParseCSS1_font_family()
1215 aFont.SetWhich( aItemIds.nFontCJK ); in ParseCSS1_font_family()
1216 rItemSet.Put( aFont ); in ParseCSS1_font_family()
1220 aFont.SetWhich( aItemIds.nFontCTL ); in ParseCSS1_font_family()
1221 rItemSet.Put( aFont ); in ParseCSS1_font_family()
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx915 Font aFont = aFmtLb.GetFont(); in SfxCommonTemplateDialog_Impl() local
916 aFont.SetWeight( WEIGHT_NORMAL ); in SfxCommonTemplateDialog_Impl()
917 aFmtLb.SetFont( aFont ); in SfxCommonTemplateDialog_Impl()
2517 Font aFont=aFilterLb.GetFont(); in Initialize() local
2518 aFont.SetWeight( WEIGHT_NORMAL ); in Initialize()
2519 aFilterLb.SetFont( aFont ); in Initialize()
/trunk/main/cui/source/options/
H A Doptlingu.cxx318 Font aFont( aOldFont ); in Paint() local
319 aFont.SetWeight( WEIGHT_BOLD ); in Paint()
320 rDev.SetFont( aFont ); in Paint()
493 Font aFont( aOldFont ); in Paint() local
494 aFont.SetWeight( WEIGHT_BOLD ); in Paint()
504 rDev.SetFont( aFont ); in Paint()
/trunk/main/svx/source/dialog/
H A Drubydialog.cxx843 Font aFont = GetFont(); in RubyPreview() local
844 aFont.SetHeight(aWinSize.Height() / 4); in RubyPreview()
845 SetFont(aFont); in RubyPreview()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx846 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitSettings() local
850 aFont.Merge(GetControlFont()); in ImplInitSettings()
855 GetDataWindow().SetZoomedPointFont(aFont); in ImplInitSettings()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblemenuitem.cxx254 Font aFont = Application::GetSettings().GetStyleSettings().GetMenuFont(); in getCharacterAttributes() local
257 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
H A Dvclxaccessibletabpage.cxx602 Font aFont = m_pTabControl->GetFont(); in getCharacterAttributes() local
605 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
/trunk/main/formula/source/ui/dlg/
H A Dfuncutl.cxx323 void ArgInput::SetArgNameFont (const Font &aFont) in SetArgNameFont() argument
325 if(pFtArg !=NULL) pFtArg->SetFont(aFont); in SetArgNameFont()
H A Dparawin.cxx380 void ParaWin::SetArgNameFont(sal_uInt16 no,const Font& aFont) in SetArgNameFont() argument
382 aArgInput[no].SetArgNameFont(aFont); in SetArgNameFont()
/trunk/main/starmath/source/
H A Dcfgitem.cxx488 Font aFont; in ReadSymbol() local
518 aFont = pFntFmt->GetFont(); in ReadSymbol()
541 rSymbol = SmSym( aUiName, aFont, cChar, aUiSetName, bPredefined ); in ReadSymbol()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3900 Font aFont( pParent->GetPointFont() ); in IcnViewEdit_Impl() local
3901 aFont.SetTransparent( sal_False ); in IcnViewEdit_Impl()
3902 SetControlFont( aFont ); in IcnViewEdit_Impl()
3909 SetControlBackground( aFont.GetFillColor() ); in IcnViewEdit_Impl()
3910 SetControlForeground( aFont.GetColor() ); in IcnViewEdit_Impl()
4077 Font aFont( rStyleSettings.GetFieldFont() ); in InitSettings() local
4080 aFont.SetColor( rStyleSettings.GetWindowTextColor() ); in InitSettings()
4083 pView->SetPointFont( aFont ); in InitSettings()
H A Dsvtreebx.cxx2649 Font aFont; in InitSettings() local
2650 aFont = rStyleSettings.GetFieldFont(); in InitSettings()
2651 aFont.SetColor( rStyleSettings.GetWindowTextColor() ); in InitSettings()
2652 SetPointFont( aFont ); in InitSettings()
2653 AdjustEntryHeight( aFont ); in InitSettings()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2687 SvxFont aFont; in CreateFontFromItemSet() local
2688 CreateFont( aFont, rItemSet, true, nScriptType ); in CreateFontFromItemSet()
2689 return aFont; in CreateFontFromItemSet()
2700 SvxFont aFont; in CreateSvxFontFromItemSet() local
2701 CreateFont( aFont, rItemSet ); in CreateSvxFontFromItemSet()
2702 return aFont; in CreateSvxFontFromItemSet()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx766 Font aFont( pA->GetFont() ); in ImplCreateOutput() local
767 if ( !aFont.GetWidth() ) in ImplCreateOutput()
769 FontMetric aFontMetric( pOut->GetFontMetric( aFont ) ); in ImplCreateOutput()
770 aFont.SetWidth( aFontMetric.GetWidth() ); in ImplCreateOutput()
771 pModAct = new MetaFontAction( aFont ); in ImplCreateOutput()
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2053 Font aFont; in SetNumberingRuleByIndex() local
2054 SvxUnoFontDescriptor::ConvertToFont( *pDesc, aFont ); in SetNumberingRuleByIndex()
2055 aFmt.SetBulletFont(&aFont); in SetNumberingRuleByIndex()
2077 Font aFont(aInfo); in SetNumberingRuleByIndex() local
2078 aFmt.SetBulletFont(&aFont); in SetNumberingRuleByIndex()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx1056 Font aFont( mpEdit->GetFont() ); in update() local
1057 aFont.SetWeight( mfFontWeight == awt::FontWeight::BOLD ? WEIGHT_BOLD : WEIGHT_NORMAL ); in update()
1058 aFont.SetItalic( meFontSlant == awt::FontSlant_ITALIC ? ITALIC_NORMAL : ITALIC_NONE ); in update()
1059aFont.SetUnderline( mnFontUnderline == awt::FontUnderline::NONE ? UNDERLINE_NONE : UNDERLINE_SINGL… in update()
1060 mpEdit->SetFont( aFont ); in update()
/trunk/main/oox/source/xls/
H A Dpagesettings.cxx870 Font aFont( *this, maFontModel ); in setAttributes() local
871 aFont.finalizeImport(); in setAttributes()
873 aFont.writeToPropertySet( aPropSet, FONT_PROPTYPE_TEXT ); in setAttributes()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_ChartType.cxx837 Font aFont( m_aFT_ChooseType.GetControlFont() ); in ChartTypeTabPage() local
838 aFont.SetWeight( WEIGHT_BOLD ); in ChartTypeTabPage()
839 m_aFT_ChooseType.SetControlFont( aFont ); in ChartTypeTabPage()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx1408 Font aFont; in InitSettings() local
1409 aFont = rStyleSettings.GetFieldFont(); in InitSettings()
1410 SetPointFont( aFont ); in InitSettings()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx576 XclImpFont aFont( GetRoot() ); in ReadCF() local
577 aFont.ReadCFFontBlock( rStrm ); in ReadCF()
578 aFont.FillToItemSet( rStyleItemSet, EXC_FONTITEM_CELL ); in ReadCF()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx356 Font aFont; member
456 Font aFont; member
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx881 Font aFont(aInfo); in IMPL_LINK() local
882 aFmt.SetBulletFont(&aFont); in IMPL_LINK()
2635 Font aFont(rFmt.GetBulletFont() ? *rFmt.GetBulletFont() : aTmpFont); in lcl_DrawBullet() local
2644 aFont.SetSize(aTmpSize); in lcl_DrawBullet()
2645 aFont.SetTransparent(sal_True); in lcl_DrawBullet()
2651 aFont.SetColor(aBulletColor); in lcl_DrawBullet()
2652 pVDev->SetFont( aFont ); in lcl_DrawBullet()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx290 Font aFont(aLeftLb.GetFont()); in SfxOrganizeDlg_Impl() local
291 aFont.SetWeight(WEIGHT_NORMAL); in SfxOrganizeDlg_Impl()
292 aLeftLb.SetFont(aFont); in SfxOrganizeDlg_Impl()
293 aRightLb.SetFont(aFont); in SfxOrganizeDlg_Impl()
/trunk/main/sc/source/ui/view/
H A Dcellsh1.cxx1915 Font aFont; in ExecuteEdit() local
1916 pTabViewShell->GetSelectionPattern()->GetFont( aFont, SC_AUTOCOL_BLACK, NULL, NULL, NULL, in ExecuteEdit()
1919 aFont = Font( aFontName, Size(1,1) ); in ExecuteEdit()
1920 pTabViewShell->InsertSpecialChar( aChars, aFont ); in ExecuteEdit()

Completed in 240 milliseconds

12345678910>>...13