/aoo41x/main/toolkit/source/awt/ |
H A D | vclxfont.cxx | 68 Font aOldFont = pOutDev->GetFont(); in ImplAssertValidFontMetric() local 71 pOutDev->SetFont( aOldFont ); in ImplAssertValidFontMetric() 124 Font aOldFont = pOutDev->GetFont(); in getCharWidth() local 130 pOutDev->SetFont( aOldFont ); in getCharWidth() 143 Font aOldFont = pOutDev->GetFont(); in getCharWidths() local 155 pOutDev->SetFont( aOldFont ); in getCharWidths() 168 Font aOldFont = pOutDev->GetFont(); in getStringWidth() local 171 pOutDev->SetFont( aOldFont ); in getStringWidth() 184 Font aOldFont = pOutDev->GetFont(); in getStringWidthArray() local 188 pOutDev->SetFont( aOldFont ); in getStringWidthArray()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 582 const Font aOldFont( GetFont() ); in DrawPauseScene() local 586 aFont.SetCharSet( aOldFont.GetCharSet() ); in DrawPauseScene() 587 aFont.SetLanguage( aOldFont.GetLanguage() ); in DrawPauseScene() 640 SetFont( aOldFont ); in DrawPauseScene() 648 const Font aOldFont( GetFont() ); in DrawEndScene() local 657 aFont.SetCharSet( aOldFont.GetCharSet() ); in DrawEndScene() 658 aFont.SetLanguage( aOldFont.GetLanguage() ); in DrawEndScene() 661 SetFont( aOldFont ); in DrawEndScene()
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 304 Font aOldFont = pDev->GetFont(); in UserDraw() local 374 pDev->SetFont(aOldFont); in UserDraw() 398 pDev->SetFont(aOldFont); in UserDraw() 444 Font aOldFont = pDev->GetFont(); in UserDraw() local 466 pDev->SetFont(aOldFont); in UserDraw() 488 Font aOldFont = pDev->GetFont(); in UserDraw() local 513 pDev->SetFont(aOldFont); in UserDraw()
|
/aoo41x/main/editeng/source/items/ |
H A D | svxfont.cxx | 387 Font aOldFont( pOut->GetFont() ); in ChgPhysFont() local 389 return aOldFont; in ChgPhysFont() 494 Font aOldFont( ChgPhysFont((OutputDevice *)pOut) ); in GetTxtSize() local 501 ((OutputDevice *)pOut)->SetFont( aOldFont ); in GetTxtSize() 523 Font aOldFont( ChgPhysFont( pOut ) ); in DrawText() local 537 pOut->SetFont(aOldFont); in DrawText() 617 Font aOldFont( ChgPhysFont( pOut ) ); in DrawPrev() local 649 pOut->SetFont(aOldFont); in DrawPrev()
|
/aoo41x/main/svx/source/dialog/ |
H A D | fontlb.cxx | 67 Font aOldFont( rDev.GetFont() ); in Paint() local 79 rDev.SetFont( aOldFont ); in Paint() 85 Font aOldFont( pView->GetFont() ); in InitViewData() local 88 pView->SetFont( aOldFont ); in InitViewData()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter2.cxx | 459 Font aOldFont( pVDev->GetFont() ); in getGlyph() local 460 Font aNewFont( aOldFont ); in getGlyph() 463 aOldFont.SetOrientation(0); in getGlyph() 487 aPoint.X() = static_cast<long>((double(aPoint.X()) * 1024.0 ) / double(aOldFont.GetHeight())); in getGlyph() 488 aPoint.Y() = static_cast<long>((double(aPoint.Y()) * 1024.0 ) / double(aOldFont.GetHeight())); in getGlyph() 498 pVDev->SetFont( aOldFont ); in getGlyph()
|
H A D | swfwriter1.cxx | 576 Font aOldFont( mpVDev->GetFont() ); in Impl_writeText() local 579 Font aFont(aOldFont); in Impl_writeText() 591 switch( aOldFont.GetAlign() ) in Impl_writeText() 718 …if( ( aOldFont.GetStrikeout() != STRIKEOUT_NONE ) || ( aOldFont.GetUnderline() != UNDERLINE_NONE )… in Impl_writeText() 723 if( aOldFont.GetStrikeout() != STRIKEOUT_NONE ) in Impl_writeText() 739 if( aOldFont.GetUnderline() != UNDERLINE_NONE ) in Impl_writeText() 754 mpVDev->SetFont( aOldFont ); in Impl_writeText()
|
/aoo41x/main/svtools/source/control/ |
H A D | calendar.cxx | 436 Font aOldFont = GetFont(); in ImplFormat() local 441 Font aTempFont = aOldFont; in ImplFormat() 445 SetFont( aOldFont ); in ImplFormat() 452 Font aFont = aOldFont; in ImplFormat() 500 SetFont( aOldFont ); in ImplFormat() 867 Font aOldFont = GetFont(); in ImplDrawDate() local 873 Font aFont = aOldFont; in ImplDrawDate() 959 SetFont( aOldFont ); in ImplDrawDate() 1128 SetFont( aOldFont ); in ImplDraw() 2596 Font aOldFont = GetFont(); in CalcWindowSizePixel() local [all …]
|
H A D | ctrlbox.cxx | 841 Font aOldFont( rUDEvt.GetDevice()->GetFont() ); in UserDraw() local 842 Size aSize( aOldFont.GetSize() ); in UserDraw() 860 rUDEvt.GetDevice()->SetFont( aOldFont ); in UserDraw() 906 rUDEvt.GetDevice()->SetFont( aOldFont ); in UserDraw()
|
/aoo41x/main/cui/source/options/ |
H A D | optHeaderTabListbox.cxx | 49 Font aOldFont( rDev.GetFont() ); in Paint() local 50 Font aFont( aOldFont ); in Paint() 56 rDev.SetFont( aOldFont ); in Paint()
|
H A D | optlingu.cxx | 315 Font aOldFont( rDev.GetFont()); in Paint() local 318 Font aFont( aOldFont ); in Paint() 326 rDev.SetFont( aOldFont ); in Paint() 492 Font aOldFont( rDev.GetFont()); in Paint() local 493 Font aFont( aOldFont ); in Paint() 511 rDev.SetFont( aOldFont ); in Paint()
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | AnnotationMenuButton.cxx | 159 Font aOldFont( mrSidebarWin.GetFont() ); in Paint() local 160 Font aFont(aOldFont); in Paint() 169 SetFont( aOldFont ); in Paint()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | marktree.cxx | 76 Font aOldFont = GetFont(); in Paint() local 77 Font aNewFont(aOldFont); in Paint() 84 SetFont(aOldFont); in Paint()
|
/aoo41x/main/svx/source/tbxctrls/ |
H A D | tbxcolorupdate.cxx | 187 Font aOldFont = rVirDev.GetFont(); in DrawChar() local 188 Font aFont = aOldFont; in DrawChar() 213 rVirDev.SetFont( aOldFont ); in DrawChar()
|
/aoo41x/main/extensions/source/update/ui/ |
H A D | updatecheckui.cxx | 908 Font aOldFont = GetFont(); in Paint() local 909 Font aBoldFont = aOldFont; in Paint() 917 SetFont( aOldFont ); in Paint() 983 Font aOldFont = GetFont(); in RecalcTextRects() local 984 Font aBoldFont = aOldFont; in RecalcTextRects() 996 SetFont( aOldFont ); in RecalcTextRects()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineStyleValueSet.cxx | 91 Font aOldFont = pDev->GetFont(); in UserDraw() local 114 pDev->SetFont(aOldFont); in UserDraw()
|
H A D | LineWidthValueSet.cxx | 118 Font aOldFont = pDev->GetFont(); in UserDraw() local 189 pDev->SetFont(aOldFont); in UserDraw()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 120 Font aOldFont( rDev.GetFont() ); in Paint() local 121 Font aFont( aOldFont ); in Paint() 134 rDev.SetFont( aOldFont ); in Paint()
|
/aoo41x/main/sc/source/ui/sidebar/ |
H A D | CellLineStyleValueSet.cxx | 94 Font aOldFont = pDev->GetFont(); in UserDraw() local 178 pDev->SetFont(aOldFont); in UserDraw()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | insrule.cxx | 194 Font aOldFont = pDev->GetFont(); in UserDraw() local 209 pDev->SetFont(aOldFont); in UserDraw()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | thesdlg.cxx | 158 Font aOldFont( rDev.GetFont()); in Paint() local 161 Font aFont( aOldFont ); in Paint() 169 rDev.SetFont( aOldFont ); in Paint()
|
/aoo41x/main/svx/source/form/ |
H A D | filtnav.cxx | 1128 Font aOldFont( pView->GetFont()); in InitViewData() local 1129 Font aFont( aOldFont ); in InitViewData() 1134 pView->SetFont( aOldFont ); in InitViewData() 1142 Font aOldFont( rDev.GetFont()); in Paint() local 1143 Font aFont( aOldFont ); in Paint() 1152 rDev.SetFont( aOldFont ); in Paint()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | baside2.cxx | 115 const Font aOldFont( pPrinter->GetFont() ); in lcl_PrintHeader() local 120 Font aFont( aOldFont ); in lcl_PrintHeader() 163 pPrinter->SetFont( aOldFont ); in lcl_PrintHeader() 967 Font aOldFont( pPrinter->GetFont() ); in FormatAndPrint() local 1018 pPrinter->SetFont( aOldFont ); in FormatAndPrint()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 148 Font aOldFont( rOutDev.GetFont() ); in TYPEINIT1() local 152 Font aFont( aOldFont ); in TYPEINIT1() 191 rOutDev.SetFont( aOldFont ); in TYPEINIT1()
|
/aoo41x/main/forms/source/component/ |
H A D | navigationbar.cxx | 413 FontDescriptor aOldFont( getFont() ); in setFastPropertyValue_NoBroadcast() local 418 firePropertyChange( PROPERTY_ID_FONT, makeAny( getFont() ), makeAny( aOldFont ) ); in setFastPropertyValue_NoBroadcast()
|