Home
last modified time | relevance | path

Searched refs:rFont (Results 1 – 25 of 189) sorted by path

12345678

/trunk/main/accessibility/inc/accessibility/helper/
H A Dcharacterattributeshelper.hxx49 CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_Int32 nColor );
/trunk/main/accessibility/source/helper/
H A Dcharacterattributeshelper.cxx36 CharacterAttributesHelper::CharacterAttributesHelper( const Font& rFont, sal_Int32 nBackColor, sal_… in CharacterAttributesHelper() argument
42 …rtl::OUString::createFromAscii( "CharFontCharSet" ), makeAny( (sal_Int16) rFont.GetCharSet() ) ) ); in CharacterAttributesHelper()
43 …::rtl::OUString::createFromAscii( "CharFontFamily" ), makeAny( (sal_Int16) rFont.GetFamily() ) ) ); in CharacterAttributesHelper()
44 …rtl::OUString::createFromAscii( "CharFontName" ), makeAny( (::rtl::OUString) rFont.GetName() ) ) ); in CharacterAttributesHelper()
45 …( ::rtl::OUString::createFromAscii( "CharFontPitch" ), makeAny( (sal_Int16) rFont.GetPitch() ) ) ); in CharacterAttributesHelper()
47 …e( ::rtl::OUString::createFromAscii( "CharHeight" ), makeAny( (sal_Int16) rFont.GetSize().Height()… in CharacterAttributesHelper()
48 …:rtl::OUString::createFromAscii( "CharScaleWidth" ), makeAny( (sal_Int16) rFont.GetSize().Width() … in CharacterAttributesHelper()
49 …::rtl::OUString::createFromAscii( "CharStrikeout" ), makeAny( (sal_Int16) rFont.GetStrikeout() ) )… in CharacterAttributesHelper()
50 …::rtl::OUString::createFromAscii( "CharUnderline" ), makeAny( (sal_Int16) rFont.GetUnderline() ) )… in CharacterAttributesHelper()
51 …e_type( ::rtl::OUString::createFromAscii( "CharWeight" ), makeAny( (float) rFont.GetWeight() ) ) ); in CharacterAttributesHelper()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_textlayout.cxx123 const CanvasFont::Reference& rFont, in TextLayout() argument
128 mpFont( rFont ), in TextLayout()
H A Dcairo_textlayout.hxx58 const CanvasFont::Reference& rFont,
/trunk/main/canvas/source/directx/
H A Ddx_textlayout.cxx46 const CanvasFont::ImplRef& rFont ) : in TextLayout() argument
50 mpFont( rFont ), in TextLayout()
H A Ddx_textlayout.hxx60 const CanvasFont::ImplRef& rFont );
/trunk/main/canvas/source/null/
H A Dnull_textlayout.cxx45 const CanvasFont::ImplRef& rFont ) : in TextLayout() argument
49 mpFont( rFont ), in TextLayout()
H A Dnull_textlayout.hxx57 const CanvasFont::ImplRef& rFont );
/trunk/main/canvas/source/vcl/
H A Dtextlayout.cxx86 const CanvasFont::Reference& rFont, in TextLayout() argument
92 mpFont( rFont ), in TextLayout()
H A Dtextlayout.hxx57 const CanvasFont::Reference& rFont,
/trunk/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx118 … const ::Font& rFont,
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx871 aFontRequest.FontDescription.FamilyName = rFont.GetName(); in createFont()
873 aFontRequest.FontDescription.StyleName = rFont.GetStyleName(); in createFont()
886 (rFont.GetItalic() == ITALIC_NONE) ? 0 : 9; in createFont()
890 (rFont.GetPitch() == PITCH_FIXED) in createFont()
894 LanguageType aLang = rFont.GetLanguage(); in createFont()
899 const short nFontAngle( rFont.GetOrientation() ); in createFont()
919 const ::Size rFontSizeLog( rFont.GetSize() ); in createFont()
923 ::Font aTestFont = rFont; in createFont()
1595 rFont, in createActions()
1599 rState.textReliefStyle = (sal_Int8)rFont.GetRelief(); in createActions()
[all …]
/trunk/main/cppcanvas/source/wrapper/
H A Dimpltext.cxx87 void ImplText::setFont( const FontSharedPtr& rFont ) in setFont() argument
89 mpFont = rFont; in setFont()
/trunk/main/cui/source/dialogs/
H A DSpellAttrib.cxx149 void SpellBackgroundAttrib::SetFont( Font& rFont ) const in SetFont()
151 rFont.SetFillColor(m_aBackgroundColor); in SetFont()
H A DSpellAttrib.hxx117 virtual void SetFont( Font& rFont ) const;
141 virtual void SetFont( Font& rFont ) const;
164 virtual void SetFont( Font& rFont ) const;
H A Dcuicharmap.cxx140 void SvxCharacterMap::SetCharFont( const Font& rFont ) in SetCharFont() argument
142 mpCharMapData->SetCharFont( rFont ); in SetCharFont()
154 const Font& rFont( GetCharFont() ); in Execute() local
156 pSet->Put( SvxFontItem( rFont.GetFamily(), rFont.GetName(), in Execute()
157rFont.GetStyleName(), rFont.GetPitch(), rFont.GetCharSet(), pPool->GetWhich(SID_ATTR_CHAR_FONT) ) … in Execute()
158 pSet->Put( SfxStringItem( pPool->GetWhich(SID_FONT_NAME), rFont.GetName() ) ); in Execute()
229 void SvxShowText::SetFont( const Font& rFont ) in SetFont() argument
232 Font aFont = rFont; in SetFont()
356 void SvxCharMapData::SetCharFont( const Font& rFont ) in SetCharFont() argument
360 Font aTmp( mpDialog->GetFontMetric( rFont ) ); in SetCharFont()
/trunk/main/cui/source/inc/
H A Dchardlg.hxx64 void SetPrevFontSize( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
65 void SetPrevFont( const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont );
66 …xItemSet& rSet, sal_uInt16 nSlotPosture, sal_uInt16 nSlotWeight, SvxFont& rFont ); // posture/weig…
H A Dcuicharmap.hxx62 void SetFont( const Font& rFont );
79 void SetCharFont( const Font& rFont );
128 void SetCharFont( const Font& rFont );
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx240 rFont.SetUnderline( eUnderline ); in ActivatePage()
256 rFont.SetOverline( eOverline ); in ActivatePage()
271 rFont.SetStrikeout( eStrikeout ); in ActivatePage()
291 rFont.SetEmphasisMark( eMark ); in ActivatePage()
313 rFont.SetCaseMap( eCaseMap ); in ActivatePage()
325 rFont.SetOutline( bOutline ); in ActivatePage()
336 rFont.SetShadow( bShadow ); in ActivatePage()
394 rFont.SetColor( aCol ); in ActivatePage()
408 rFont.SetFixKerning( nKern ); in ActivatePage()
458 rFont.SetSize( Size( 0, nH ) ); in SetPrevFontSize()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1047 aFD.Name = rFont.GetName(); in CreateFontDescriptor()
1048 aFD.StyleName = rFont.GetStyleName(); in CreateFontDescriptor()
1049 aFD.Height = (sal_Int16)rFont.GetSize().Height(); in CreateFontDescriptor()
1050 aFD.Width = (sal_Int16)rFont.GetSize().Width(); in CreateFontDescriptor()
1052 aFD.CharSet = rFont.GetCharSet(); in CreateFontDescriptor()
1055 aFD.Weight = ConvertFontWeight( rFont.GetWeight() ); in CreateFontDescriptor()
1058 rFont.GetUnderline()); in CreateFontDescriptor()
1060 rFont.GetStrikeout()); in CreateFontDescriptor()
1061 aFD.Orientation = rFont.GetOrientation(); in CreateFontDescriptor()
1062 aFD.Kerning = rFont.IsKerning(); in CreateFontDescriptor()
[all …]
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dtextlayoutdevice.hxx72 void setFont(const Font& rFont);
147 const Font& rFont,
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx186 void setFont(const Font& rFont) { if(rFont != maFont) maFont = rFont; } in setFont() argument
1214 bool isUnderlineAbove(const Font& rFont) in isUnderlineAbove() argument
1216 if(!rFont.IsVertical()) in isUnderlineAbove()
1221 …if((LANGUAGE_JAPANESE == rFont.GetLanguage()) || (LANGUAGE_JAPANESE == rFont.GetCJKContextLanguage… in isUnderlineAbove()
1236 const Font& rFont = rProperty.getFont(); in createFontAttributeTransformAndAlignment() local
1242 rFont, in createFontAttributeTransformAndAlignment()
1268 if(rFont.GetOrientation()) in createFontAttributeTransformAndAlignment()
1315 || RELIEF_NONE != rFont.GetRelief() in proccessMetaTextAction()
1316 || rFont.IsShadow() in proccessMetaTextAction()
1346 switch(rFont.GetRelief()) in proccessMetaTextAction()
[all …]
H A Dtextlayoutdevice.cxx155 mrDevice.SetFont( rFont ); in setFont()
434 const Font& rFont, in getFontAttributeFromVclFont() argument
439 rFont.GetName(), in getFontAttributeFromVclFont()
440 rFont.GetStyleName(), in getFontAttributeFromVclFont()
443 rFont.IsVertical(), in getFontAttributeFromVclFont()
444 ITALIC_NONE != rFont.GetItalic(), in getFontAttributeFromVclFont()
446 rFont.IsOutline(), in getFontAttributeFromVclFont()
452 o_rSize.setY(rFont.GetSize().getHeight() > 0 ? rFont.GetSize().getHeight() : 0); in getFontAttributeFromVclFont()
461 if(rFont.GetSize().getWidth() > 0) in getFontAttributeFromVclFont()
463 Font aUnscaledFont(rFont); in getFontAttributeFromVclFont()
[all …]
/trunk/main/editeng/inc/editeng/
H A DAccessibleStringWrap.hxx47 … EDITENG_DLLPUBLIC AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const String& rText );
H A Dbulitem.hxx91 …SvxBulletItem( sal_uInt8 nStyle, const Font& rFont, sal_uInt16 nStart = 0, sal_uInt16 nWhich = 0 );
92 SvxBulletItem( const Font& rFont, sal_Unicode cSymbol, sal_uInt16 nWhich=0 );

Completed in 181 milliseconds

12345678