| /AOO42X/main/editeng/source/editeng/ |
| H A D | impedit3.cxx | 755 SvxFont aTmpFont( pNode->GetCharAttribs().GetDefFont() ); in CreateLines() local 834 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 835 aTmpFont.SetPhysFont( GetRefDevice() ); in CreateLines() 836 ImplInitDigitMode( GetRefDevice(), 0, 0, 0, aTmpFont.GetLanguage() ); in CreateLines() 839 … nTextLineHeight = ImplCalculateFontIndependentLineSpacing( aTmpFont.GetHeight() ); in CreateLines() 841 nTextLineHeight = aTmpFont.GetPhysTxtSize( GetRefDevice(), String() ).Height(); in CreateLines() 844 RecalcFormatterFontMetrics( aTempFormatterMetrics, aTmpFont ); in CreateLines() 977 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() 978 …pPortion->GetSize().Height() = aTmpFont.QuickGetTextSize( GetRefDevice(), String(), 0, 0, NULL ).H… in CreateLines() 1014 SeekCursor( pNode, nTmpPos+1, aTmpFont ); in CreateLines() [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()
|
| /AOO42X/main/sw/source/core/text/ |
| H A D | porfld.cxx | 1165 SwFont aTmpFont( *rInf.GetFont() ); in Paint() local 1166 aTmpFont.SetProportion( nProportion ); // a smaller font in Paint() 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() [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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 2293 SvxFont aTmpFont( aFont ); in ReadFontCollection() local 2297 aTmpFont.SetPhysFont( pVDev ); in ReadFontCollection()
|