Home
last modified time | relevance | path

Searched refs:aFont (Results 201 – 225 of 308) sorted by relevance

12345678910>>...13

/trunk/main/sc/source/core/tool/
H A Deditutil.cxx165 Font aFont; in GetEditArea() local
167 pPattern->GetFont( aFont, SC_AUTOCOL_BLACK, pDev, &aZoomY ); in GetEditArea()
168 pDev->SetFont(aFont); in GetEditArea()
/trunk/main/editeng/source/editeng/
H A Deertfpar.cxx348 SvxFont aFont; in SetAttrInDoc() local
349 pImpEditEngine->SeekCursor( aStartPaM.GetNode(), aStartPaM.GetIndex()+1, aFont ); in SetAttrInDoc()
350 nEsc = nEsc * 100 / aFont.GetSize().Height(); in SetAttrInDoc()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx762 FontDescriptor aFont; in convertToControlValue() local
763 OSL_VERIFY( _rPropertyValue >>= aFont ); in convertToControlValue()
766 if ( !aFont.Name.getLength() ) in convertToControlValue()
773 displayName.append( aFont.Name ); in convertToControlValue()
777 ::FontWeight eWeight = VCLUnoHelper::ConvertFontWeight( aFont.Weight ); in convertToControlValue()
779 if ( aFont.Slant == FontSlant_ITALIC ) in convertToControlValue()
794 if ( aFont.Height ) in convertToControlValue()
797 displayName.append( sal_Int32( aFont.Height ) ); in convertToControlValue()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1034 Font aFont = m_rEngine.GetFont(); in retrieveCharacterAttributes() local
1042 aAttribs[i].Value = mapFontColor( aFont.GetFillColor() ); in retrieveCharacterAttributes()
1059 aAttribs[i].Value = ::css::uno::makeAny( (::rtl::OUString)aFont.GetName() ); in retrieveCharacterAttributes()
1067 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetHeight() ); in retrieveCharacterAttributes()
1075 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetItalic() ); in retrieveCharacterAttributes()
1091 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetStrikeout() ); in retrieveCharacterAttributes()
1099 aAttribs[i].Value = ::css::uno::makeAny( (sal_Int16)aFont.GetUnderline() ); in retrieveCharacterAttributes()
1107 aAttribs[i].Value = ::css::uno::makeAny( (float)aFont.GetWeight() ); in retrieveCharacterAttributes()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1129 Font aFont( aOldFont ); in InitViewData() local
1130 aFont.SetWeight(WEIGHT_BOLD); in InitViewData()
1131 pView->SetFont( aFont ); in InitViewData()
1143 Font aFont( aOldFont ); in Paint() local
1144 aFont.SetWeight(WEIGHT_BOLD); in Paint()
1145 rDev.SetFont( aFont ); in Paint()
H A Dfmcontrollayout.cxx186 …Font aFont = OutputDevice::GetDefaultFont( DEFAULTFONT_SANS, MsLangId::convertLocaleToLanguage( aD… in lcl_initializeControlFont() local
187 FontDescriptor aFontDesc = VCLUnoHelper::CreateFontDescriptor( aFont ); in lcl_initializeControlFont()
/trunk/main/svx/workben/
H A Dedittest.cxx1423 Font aFont = GetSettings().GetStyleSettings().GetAppFont(); in EditViewWindow() local
1427 aFont.SetName( String( RTL_CONSTASCII_USTRINGPARAM( "Times New Roman" ) ) ); in EditViewWindow()
1428 …pPool->SetPoolDefaultItem( SvxFontItem( aFont.GetFamily(), aFont.GetName(), String(),aFont.GetPitc… in EditViewWindow()
/trunk/main/sw/source/core/text/
H A Datrstck.cxx958 SwFont aFont( *pFnt ); in GetDefaultAscentAndHeight() local
959 nHeight = aFont.GetHeight( pShell, rOut ); in GetDefaultAscentAndHeight()
960 nAscent = aFont.GetAscent( pShell, rOut ); in GetDefaultAscentAndHeight()
/trunk/main/cui/source/dialogs/
H A Dthesdlg.cxx161 Font aFont( aOldFont ); in Paint() local
162 aFont.SetWeight( WEIGHT_BOLD ); in Paint()
163 rDev.SetFont( aFont ); in Paint()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx683 Font aFont( m_rTabBar.GetFont() ); in impl_renderItemContent() local
684 aFont.SetOrientation( 2700 ); in impl_renderItemContent()
685 aFont.SetVertical( sal_True ); in impl_renderItemContent()
686 m_rTabBar.SetFont( aFont ); in impl_renderItemContent()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx394 Font aFont( aOldFont ); in Paint() local
397 aFont = *pUserData->pFont; in Paint()
398 aFont.SetColor(aOldFont.GetColor()); in Paint()
399 aFont.SetSize(aOldFont.GetSize()); in Paint()
401 aFont.SetWeight( WEIGHT_BOLD ); in Paint()
409 rDev.SetFont( aFont ); in Paint()
801 Font aFont(pMapDlg->GetCharFont()); in IMPL_LINK() local
802 *pUserData->pFont = aFont; in IMPL_LINK()
/trunk/main/accessibility/source/standard/
H A Dvclxaccessibletextcomponent.cxx192 Font aFont = GetWindow()->GetControlFont(); in getCharacterAttributes() local
246 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
H A Dvclxaccessiblestatusbaritem.cxx528 Font aFont = m_pStatusBar->GetFont(); in getCharacterAttributes() local
531 …::std::auto_ptr< CharacterAttributesHelper > pHelper( new CharacterAttributesHelper( aFont, nBackC… in getCharacterAttributes()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx781 aFont( Application::GetSettings().GetStyleSettings().GetAppFont() ) in SvxAngleCtl()
797 aFont( Application::GetSettings().GetStyleSettings().GetAppFont() ) in SvxAngleCtl()
814 aFont.SetSize( aFontSize ); in Initialize()
815 aFont.SetWeight( WEIGHT_NORMAL ); in Initialize()
816 aFont.SetTransparent( sal_False ); in Initialize()
818 SetFont( aFont ); in Initialize()
H A D_bmpmask.cxx951 Font aFont( pAct->GetFont() ); in ImpMask() local
953 aCol = aFont.GetColor(); in ImpMask()
958 aFont.SetColor( aCol ); in ImpMask()
959 pAct = new MetaFontAction( aFont ); in ImpMask()
/trunk/main/cui/source/options/
H A Doptcolor.cxx863 Font aFont = aChapters[i]->GetFont(); in ColorConfigWindow_Impl() local
864 aFont.SetWeight(WEIGHT_BOLD); in ColorConfigWindow_Impl()
865 aChapters[i]->SetFont(aFont); in ColorConfigWindow_Impl()
1023 Font aFont = GetFont(); in DataChanged() local
1024 aFont.SetWeight(WEIGHT_BOLD); in DataChanged()
1025 SetFont(aFont); in DataChanged()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx800 …Font aFont(OutputDevice::GetDefaultFont(DEFAULTFONT_LATIN_TEXT, nLanguage, DEFAULTFONT_FLAGS_ONLYO… in SetTextDefaults() local
801 aSvxFontItem.SetFamily(aFont.GetFamily()); in SetTextDefaults()
802 aSvxFontItem.SetFamilyName(aFont.GetName()); in SetTextDefaults()
804 aSvxFontItem.SetPitch( aFont.GetPitch()); in SetTextDefaults()
805 aSvxFontItem.SetCharSet( aFont.GetCharSet() ); in SetTextDefaults()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1041 Font aFont(*rFmt.GetBulletFont()); in lcl_DrawBullet() local
1042 aFont.SetSize(rSize); in lcl_DrawBullet()
1043 aFont.SetTransparent(sal_True); in lcl_DrawBullet()
1044 pVDev->SetFont( aFont ); in lcl_DrawBullet()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx844 Font aFont( rInfo ); in UserDraw() local
845 aFont.SetSize( aSize ); in UserDraw()
846 rUDEvt.GetDevice()->SetFont( aFont ); in UserDraw()
859 if( STRING_LEN != rUDEvt.GetDevice()->HasGlyphs( aFont, aString ) ) in UserDraw()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx421 Font aFont; in MakePreview() local
428 aFont.SetColor( COL_LIGHTRED ); in MakePreview()
432 aVDev.SetFont( aFont ); in MakePreview()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx134 Font aFont=aFiFuncDesc.GetFont(); in ScFunctionDockWin() local
135 aFont.SetColor(Color(COL_BLACK)); in ScFunctionDockWin()
136 aFiFuncDesc.SetFont(aFont); in ScFunctionDockWin()
/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx286 Font aFont = OutputDevice::GetDefaultFont(nFontId, eLang, DEFAULTFONT_FLAGS_ONLYONE); in GetDefaultFor() local
287 return aFont.GetName(); in GetDefaultFor()
/trunk/main/vcl/source/control/
H A Dgroup.cxx242 Font aFont = GetDrawPixelFont( pDev ); in Draw() local
246 pDev->SetFont( aFont ); in Draw()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_DataSource.cxx296 Font aFont( m_aFT_CAPTION.GetControlFont() ); in DataSourceTabPage() local
297 aFont.SetWeight( WEIGHT_BOLD ); in DataSourceTabPage()
298 m_aFT_CAPTION.SetControlFont( aFont ); in DataSourceTabPage()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx239 Font aFont( GetSettings().GetStyleSettings().GetLabelFont() ); in Paint() local
240 SetZoomedPointFont( aFont ); in Paint()
415 Font aFont( GetSettings().GetStyleSettings().GetFieldFont() ); in Paint() local
416 aFont.SetSize( Size( 0, 24 ) ); in Paint()
417 SetFont( aFont ); in Paint()
429 aFont.SetSize( Size( 0, nFontHeight ) ); in Paint()
430 SetFont( aFont ); in Paint()

Completed in 211 milliseconds

12345678910>>...13