Home
last modified time | relevance | path

Searched refs:aTmpFont (Results 1 – 14 of 14) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx807 …Font aTmpFont( OutputDevice::GetDefaultFont( DEFAULTFONT_FIXED, Application::GetSettings().GetUILa… in ImplSetFont() local
808 sFontName = aTmpFont.GetName(); in ImplSetFont()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2632 Font aTmpFont(pVDev->GetFont()); in lcl_DrawBullet() local
2635 Font aFont(rFmt.GetBulletFont() ? *rFmt.GetBulletFont() : aTmpFont); in lcl_DrawBullet()
2659 pVDev->SetFont(aTmpFont); in lcl_DrawBullet()
/trunk/main/dbaccess/source/ui/control/
H A Dsqledit.cxx211 …Font aTmpFont( OutputDevice::GetDefaultFont( DEFAULTFONT_FIXED, Application::GetSettings().GetUILa… in ImplSetFont() local
212 sFontName = aTmpFont.GetName(); in ImplSetFont()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3303 SvxFont aTmpFont( pPortion->GetNode()->GetCharAttribs().GetDefFont() ); in CalcLineWidth() local
3304 SeekCursor( pPortion->GetNode(), nPos+1, aTmpFont ); in CalcLineWidth()
3305 aTmpFont.SetPhysFont( GetRefDevice() ); in CalcLineWidth()
3306 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CalcLineWidth()
3307 …nWidth += aTmpFont.QuickGetTextSize( GetRefDevice(), *pPortion->GetNode(), nPos, pTextPortion->Get… in CalcLineWidth()
H A Dimpedit3.cxx1269 aTmpFont.SetPhysFont( pRefDev ); in CreateLines()
1632 SvxFont aTmpFont; in CreateAndInsertEmptyLine() local
1634 aTmpFont.SetPhysFont( pRefDev ); in CreateAndInsertEmptyLine()
3055 aTmpFont.SetPhysFont( pOutDev ); in Paint()
3354 aTmpFont.SetEscapement( 0 ); in Paint()
3358 aTmpFont.SetOrientation( aTmpFont.GetOrientation()+nOrientation ); in Paint()
3397 aTmpFont.SetPropr( 100 ); in Paint()
3409 aTmpFont.SetPropr( nProp ); in Paint()
3548 aTmpFont.SetEscapement( 0 ); in Paint()
3741 SvxFont aTmpFont; in Paint() local
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx642 Font aTmpFont( aFont ); in Impl_writeText() local
643 aTmpFont.SetWidth(0); in Impl_writeText()
644 mpVDev->SetFont( aTmpFont ); in Impl_writeText()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2293 SvxFont aTmpFont( aFont ); in ReadFontCollection() local
2297 aTmpFont.SetPhysFont( pVDev ); in ReadFontCollection()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx228 Font aTmpFont; in SetShrinkScale() local
229 pPattern->GetFont( aTmpFont, SC_AUTOCOL_RAW, pFmtDevice, &aFraction, pCondSet, nScript ); in SetShrinkScale()
230 long nNewHeight = aTmpFont.GetHeight(); in SetShrinkScale()
/trunk/main/sd/source/core/
H A Dstlpool.cxx445 Font aTmpFont( GetBulletFont() ); in CreateLayoutStyleSheets() local
446 aTmpFont.SetSize(Size(0, 1129)); // 32 pt in CreateLayoutStyleSheets()
447 PutNumBulletItem( pSheet, aTmpFont ); in CreateLayoutStyleSheets()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1037 …Font aTmpFont( OutputDevice::GetDefaultFont( DEFAULTFONT_SERIF, LANGUAGE_SYSTEM, DEFAULTFONT_FLAGS… in ImpSetCharStretching() local
1039 aTmpFont.SetSize(Size(0,100)); in ImpSetCharStretching()
1040 pOut->SetFont(aTmpFont); in ImpSetCharStretching()
1042 aTmpFont.SetSize(Size(800,100)); in ImpSetCharStretching()
1043 pOut->SetFont(aTmpFont); in ImpSetCharStretching()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx1165 SwFont aTmpFont( *rInf.GetFont() ); in Paint() local
1167 SwFontSave aFontSave( rInf, &aTmpFont ); in Paint()
1178 aTmpFont.SetActual( nAct ); in Paint()
1183 Size aTmpSz = aTmpFont.GetSize( nAct ); in Paint()
1187 aTmpFont.SetSize( aTmpSz, nAct ); in Paint()
1237 SwFont aTmpFont( *rInf.GetFont() ); in Format() local
1238 SwFontSave aFontSave( rInf, &aTmpFont ); in Format()
1251 aTmpFont.SetProportion( nProportion ); in Format()
1267 aTmpFont.SetActual( nScrp ); in Format()
1270 Size aFontSize( aTmpFont.GetSize( nScrp ) ); in Format()
[all …]
H A Dporrst.cxx519 SwFont aTmpFont( *rInf.GetFont() ); in Paint() local
520 aTmpFont.SetEscapement( CHAR_ZWSP == mcChar ? DFLT_ESC_AUTO_SUB : -25 ); in Paint()
522 aTmpFont.SetProportion( nProp ); // a smaller font in Paint()
523 SwFontSave aFontSave( rInf, &aTmpFont ); in Paint()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx1039 Font aTmpFont(pVDev->GetFont()); in lcl_DrawBullet() local
1049 pVDev->SetFont(aTmpFont); in lcl_DrawBullet()
/trunk/main/uui/source/
H A Dsecmacrowarnings.cxx183 Font aTmpFont = maDocNameFI.GetControlFont(); in InitControls() local
184 aTmpFont.SetWeight( WEIGHT_BOLD ); in InitControls()
185 maDocNameFI.SetControlFont( aTmpFont ); in InitControls()

Completed in 167 milliseconds