/aoo41x/main/cui/source/dialogs/ |
H A D | about.cxx | 391 Font aNewFont( maCopyrightEdit.GetFont() ); in ApplyStyleSettings() local 392 aNewFont.SetTransparent( sal_True ); in ApplyStyleSettings() 394 maVersionText.SetFont( aNewFont ); in ApplyStyleSettings() 395 maCopyrightEdit.SetFont( aNewFont ); in ApplyStyleSettings() 408 Size aSmaller = aNewFont.GetSize(); in ApplyStyleSettings() 411 aNewFont.SetSize( aSmaller ); in ApplyStyleSettings() 413 maBuildInfoEdit.SetFont( aNewFont ); in ApplyStyleSettings() 424 aNewFont.SetSize( aSmaller ); in ApplyStyleSettings() 425 maBuildInfoEdit.SetControlFont( aNewFont ); in ApplyStyleSettings()
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 387 FontAttributes aNewFont; in parseFont() local 395 aNewFont.familyName.clear(); in parseFont() 396 aNewFont.familyName.append( gfxFont->getName() ); in parseFont() 400 aNewFont.familyName.clear(); in parseFont() 401 aNewFont.familyName.append( "Arial" ); in parseFont() 404 aNewFont.isBold = gfxFont->isBold(); in parseFont() 405 aNewFont.isItalic = gfxFont->isItalic(); in parseFont() 406 aNewFont.size = state->getTransformedFontSize(); in parseFont() 407 aNewFont.isUnderline = false; in parseFont() 415 aNewFont.isEmbedded = true; in parseFont() [all …]
|
/aoo41x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 384 Font aNewFont( _rOriginalFont ); in lcl_initAwtFont() local 389 aNewFont.SetName( pFontItem->GetFamilyName()); in lcl_initAwtFont() 390 aNewFont.SetStyleName(pFontItem->GetStyleName()); in lcl_initAwtFont() 391 aNewFont.SetFamily(pFontItem->GetFamily()); in lcl_initAwtFont() 392 aNewFont.SetPitch(pFontItem->GetPitch()); in lcl_initAwtFont() 393 aNewFont.SetCharSet(pFontItem->GetCharSet()); in lcl_initAwtFont() 403 aNewFont.SetItalic(pFontItem->GetPosture()); in lcl_initAwtFont() 408 aNewFont.SetWeight(pFontItem->GetWeight()); in lcl_initAwtFont() 413 aNewFont.SetWordLineMode(pFontItem->GetValue()); in lcl_initAwtFont() 418 aNewFont.SetStrikeout(pFontItem->GetStrikeout()); in lcl_initAwtFont() [all …]
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh.cxx | 1132 Font aNewFont(aFontName, Size(1,1)); // Size nur wg. CTOR in InsertSymbol() local 1155 aNewFont.SetName( pFontItem->GetFamilyName() ); in InsertSymbol() 1156 aNewFont.SetStyleName( pFontItem->GetStyleName() ); in InsertSymbol() 1157 aNewFont.SetCharSet( pFontItem->GetCharSet() ); in InsertSymbol() 1158 aNewFont.SetPitch( pFontItem->GetPitch() ); in InsertSymbol() 1164 aOpt.SetSymbolFont(aNewFont.GetName()); in InsertSymbol() 1203 if( aNewFont.GetName().Len() ) in InsertSymbol() 1207 aNewFontItem.SetFamilyName( aNewFont.GetName()); in InsertSymbol() 1208 aNewFontItem.SetFamily( aNewFont.GetFamily()); in InsertSymbol() 1209 aNewFontItem.SetPitch( aNewFont.GetPitch()); in InsertSymbol() [all …]
|
/aoo41x/main/editeng/source/items/ |
H A D | bulitem.cxx | 297 Font aNewFont = rCopyFrom.GetFont(); in CopyValidProperties() local 300 _aFont.SetName( aNewFont.GetName() ); in CopyValidProperties() 301 _aFont.SetFamily( aNewFont.GetFamily() ); in CopyValidProperties() 302 _aFont.SetStyleName( aNewFont.GetStyleName() ); in CopyValidProperties() 305 _aFont.SetColor( aNewFont.GetColor() ); in CopyValidProperties()
|
H A D | svxfont.cxx | 372 Font aNewFont( *this ); in SetPhysFont() local 373 Size aSize( aNewFont.GetSize() ); in SetPhysFont() 374 aNewFont.SetSize( Size( aSize.Width() * nPropr / 100L, in SetPhysFont() 376 if ( !rCurrentFont.IsSameInstance( aNewFont ) ) in SetPhysFont() 377 pOut->SetFont( aNewFont ); in SetPhysFont()
|
/aoo41x/main/svx/source/dialog/ |
H A D | fontlb.cxx | 68 Font aNewFont( maFont ); in Paint() local 74 aNewFont.SetColor( bSel ? rSett.GetHighlightTextColor() : rSett.GetFieldTextColor() ); in Paint() 77 rDev.SetFont( aNewFont ); in Paint()
|
/aoo41x/main/dbaccess/source/ui/control/ |
H A D | marktree.cxx | 77 Font aNewFont(aOldFont); in Paint() local 80 aNewFont.SetColor(aSystemStyle.GetDisableColor()); in Paint() 82 SetFont(aNewFont); in Paint()
|
/aoo41x/main/starmath/source/ |
H A D | unomodel.cxx | 545 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues() local 546 aNewFont.SetItalic((bVal) ? ITALIC_NORMAL : ITALIC_NONE); in _setPropertyValues() 547 aFormat.SetFont((*ppEntries)->mnMemberId, aNewFont); in _setPropertyValues() 561 Font aNewFont(aFormat.GetFont((*ppEntries)->mnMemberId)); in _setPropertyValues() local 562 aNewFont.SetWeight((bVal) ? WEIGHT_BOLD : WEIGHT_NORMAL); in _setPropertyValues() 563 aFormat.SetFont((*ppEntries)->mnMemberId, aNewFont); in _setPropertyValues()
|
/aoo41x/main/filter/source/flash/ |
H A D | swfwriter2.cxx | 460 Font aNewFont( aOldFont ); in getGlyph() local 461 aNewFont.SetAlign( ALIGN_BASELINE ); in getGlyph() 462 pVDev->SetFont( aNewFont ); in getGlyph()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | outlview.cxx | 2007 Font aNewFont( OutputDevice::GetDefaultFont( DEFAULTFONT_SANS_UNICODE, eLang, 0 ) ); in IMPL_LINK() local 2008 aNewFont.SetSize( aFontSz ); in IMPL_LINK() 2010 aNewFont.SetVertical( bVertical ); in IMPL_LINK() 2011 aNewFont.SetOrientation( bVertical ? 2700 : 0 ); in IMPL_LINK() 2012 aNewFont.SetColor( COL_AUTO ); in IMPL_LINK() 2013 pInfo->mpOutDev->SetFont( aNewFont ); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | cellsh1.cxx | 1949 Font aNewFont( pFontItem->GetFamilyName(), pFontItem->GetStyleName(), Size(1,1) ); in ExecuteEdit() local 1950 aNewFont.SetCharSet( pFontItem->GetCharSet() ); in ExecuteEdit() 1951 aNewFont.SetPitch( pFontItem->GetPitch() ); in ExecuteEdit() 1952 pTabViewShell->InsertSpecialChar( pItem->GetValue(), aNewFont ); in ExecuteEdit()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 1984 Font aNewFont( aTempFont ); in PaintEntry() local 1991 aNewFont.SetFillColor( rSettings.GetHighlightColor() ); in PaintEntry() 1993 aNewFont.SetFillColor( rSettings.GetDeactiveColor() ); in PaintEntry() 1998 aNewFont.SetColor( rSettings.GetWindowTextColor() ); in PaintEntry() 2000 aNewFont.SetColor( rSettings.GetHighlightTextColor() ); in PaintEntry() 2002 pOut->SetFont( aNewFont ); in PaintEntry()
|
H A D | svimpicn.cxx | 2097 Font aNewFont( aTempFont ); in PaintEntry() local 2098 aNewFont.SetColor( rStyleSettings.GetHighlightTextColor() ); in PaintEntry() 2099 pOut->SetFont( aNewFont ); in PaintEntry()
|
/aoo41x/main/toolkit/source/awt/ |
H A D | stylesettings.cxx | 189 … const Font aNewFont = VCLUnoHelper::CreateFont( i_rFont, (aStyleSettings.*i_pGetter)() ); in lcl_setStyleFont() local 190 (aStyleSettings.*i_pSetter)( aNewFont ); in lcl_setStyleFont()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | metafileprimitive2d.cxx | 2666 Font aNewFont(rPropertyHolders.Current().getFont()); in interpretMetafile() local 2667 aNewFont.SetAlign(aNewTextAlign); in interpretMetafile() 2668 rPropertyHolders.Current().setFont(aNewFont); in interpretMetafile()
|