/trunk/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 1269 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 …]
|
H A D | impedit2.cxx | 3303 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()
|
/trunk/main/sw/source/core/text/ |
H A D | porfld.cxx | 1165 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 D | porrst.cxx | 519 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/uui/source/ |
H A D | secmacrowarnings.cxx | 183 Font aTmpFont = maDocNameFI.GetControlFont(); in InitControls() local 184 aTmpFont.SetWeight( WEIGHT_BOLD ); in InitControls() 185 maDocNameFI.SetControlFont( aTmpFont ); in InitControls()
|
/trunk/main/dbaccess/source/ui/control/ |
H A D | sqledit.cxx | 211 …Font aTmpFont( OutputDevice::GetDefaultFont( DEFAULTFONT_FIXED, Application::GetSettings().GetUILa… in ImplSetFont() local 212 sFontName = aTmpFont.GetName(); in ImplSetFont()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotext.cxx | 1037 …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/sd/source/core/ |
H A D | stlpool.cxx | 445 Font aTmpFont( GetBulletFont() ); in CreateLayoutStyleSheets() local 446 aTmpFont.SetSize(Size(0, 1129)); // 32 pt in CreateLayoutStyleSheets() 447 PutNumBulletItem( pSheet, aTmpFont ); in CreateLayoutStyleSheets()
|
/trunk/main/filter/source/flash/ |
H A D | swfwriter1.cxx | 642 Font aTmpFont( aFont ); in Impl_writeText() local 643 aTmpFont.SetWidth(0); in Impl_writeText() 644 mpVDev->SetFont( aTmpFont ); in Impl_writeText()
|
/trunk/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1039 Font aTmpFont(pVDev->GetFont()); in lcl_DrawBullet() local 1049 pVDev->SetFont(aTmpFont); in lcl_DrawBullet()
|
/trunk/main/sc/source/ui/view/ |
H A D | output2.cxx | 228 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/basctl/source/basicide/ |
H A D | baside2b.cxx | 807 …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 D | numpages.cxx | 2632 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/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2293 SvxFont aTmpFont( aFont ); in ReadFontCollection() local 2297 aTmpFont.SetPhysFont( pVDev ); in ReadFontCollection()
|