Home
last modified time | relevance | path

Searched refs:aFont (Results 276 – 300 of 308) sorted by relevance

1...<<111213

/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.hxx50 Font aFont; member
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx769 Font aFont; in SetAnlvStrings() local
770 aFont.SetName( aName ); in SetAnlvStrings()
771 aFont.SetFamily( eFamily ); in SetAnlvStrings()
773 aFont.SetCharSet( eCharSet ); in SetAnlvStrings()
777 rNum.SetBulletFont( &aFont ); in SetAnlvStrings()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx121 Font aFont; member
2260 pGS->aFont=aGDIFont; in WriteOrders()
2276 aGDIFont=pGS->aFont; in WriteOrders()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx58 Font aFont; member
2066 pAt->aFont=aSrcFont; in WriteOpcodes()
2083 aSrcFont=pAt->aFont; in WriteOpcodes()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx887 SvxFont aFont; in ShowCursor() local
888 pEditEngine->pImpEditEngine->SeekCursor( aPaM.GetNode(), aPaM.GetIndex()+1, aFont ); in ShowCursor()
890 GetWindow()->SetInputContext( InputContext( aFont, nContextFlags ) ); in ShowCursor()
H A Dimpedit4.cxx996 SvxFont aFont; in WriteItemAsRTF() local
998 SeekCursor( pNode, nPos, aFont ); in WriteItemAsRTF()
1001 aFont.GetSize(), &GetRefMapMode(), &aPntMode ).Height(); in WriteItemAsRTF()
H A Dimpedit3.cxx2002 SvxFont aFont; in ImpBreakLine() local
2003 SeekCursor( pParaPortion->GetNode(), nBreakPos, aFont ); in ImpBreakLine()
2004 aFont.SetPhysFont( GetRefDevice() ); in ImpBreakLine()
/trunk/main/vcl/source/control/
H A Dcombobox.cxx1235 Font aFont = mpImplLB->GetMainWindow()->GetDrawPixelFont( pDev ); in Draw() local
1240 pDev->SetFont( aFont ); in Draw()
H A Dlstbox.cxx408 Font aFont = mpImplLB->GetMainWindow()->GetDrawPixelFont( pDev ); in Draw() local
413 pDev->SetFont( aFont ); in Draw()
H A Dilstbox.cxx58 Font aFont = rStyleSettings.GetFieldFont(); in ImplInitFieldSettings() local
60 aFont.Merge( pWin->GetControlFont() ); in ImplInitFieldSettings()
61 pWin->SetZoomedPointFont( aFont ); in ImplInitFieldSettings()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx317 Font aFont(pLast->getFont()); in Pop() local
318 aFont.SetAlign(pTip->getFont().GetAlign()); in Pop()
319 pLast->setFont(aFont); in Pop()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx85 Font aFont; member
1055 pGS->aFont = maFont; in ImplWriteActions()
1084 maFont = pGS->aFont; in ImplWriteActions()
/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx118 Font aFont; member in svx::sidebar::BulletsSettings_Impl
H A Ddlgctrl.hxx160 Font aFont; member in SvxAngleCtl
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx400 Font aFont( GetDataWindow().GetFont() ); in Init() local
401 aFont.SetWeight( WEIGHT_NORMAL ); in Init()
402 GetDataWindow().SetFont( aFont ); in Init()
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx1976 Gdiplus::Font aFont( NULL, in renderInfoText() local
1983 &aFont, in renderInfoText()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindow.hxx189 …void SAL_CALL setControlFont( const ::com::sun::star::awt::FontDescriptor& aFont ) throw(::com::su…
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx3557 Font aFont(aOldFont); in Paint() local
3559 aFont.SetColor( aCol ); in Paint()
3560 rDev.SetFont( aFont ); in Paint()
/trunk/main/sw/source/filter/ww1/
H A Dw1filter.cxx1153 SvxFontItem aFont(rMan.GetFont(ftcGet())); in Out() local
1154 rOut << aFont; in Out()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx785 Font aFont = GetDataWindow().GetDrawPixelFont( pDev ); in Draw() local
791 pDev->SetFont( aFont ); in Draw()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx398 Font aFont( maData.maName, Size( 0, 10 ) ); in GuessScriptType() local
401 pPrinter->SetFont( aFont ); in GuessScriptType()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx2326 Font aFont; in PrintPage() local
2328 aPattern.GetFont( aFont, eColorMode, pDev ); in PrintPage()
2329 pDev->SetFont( aFont ); in PrintPage()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx379 Font aFont; in GetId() local
380 aFont.SetCharSet( rEntry.CharSet ); in GetId()
381 aFont.SetName( rEntry.Original ); in GetId()
384 aFont.SetHeight( 100 ); in GetId()
389 pVDev->SetFont( aFont ); in GetId()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx606 SvxFont aFont; member
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx1490 awt::FontDescriptor aFont; in Execute() local
1491 if ( aArgs[0].Value >>= aFont ) in Execute()
1493 …ertyAtControls_throw(RID_STR_UNDO_CHANGEFONT,PROPERTY_CHARFONTNAME,uno::makeAny(aFont.Name),aArgs); in Execute()

Completed in 878 milliseconds

1...<<111213