/aoo41x/main/xmloff/source/style/ |
H A D | weighhdl.cxx | 55 { ::com::sun::star::awt::FontWeight::DONTKNOW, 0 }, 56 { ::com::sun::star::awt::FontWeight::THIN, 100 }, 57 { ::com::sun::star::awt::FontWeight::ULTRALIGHT, 150 }, 58 { ::com::sun::star::awt::FontWeight::LIGHT, 250 }, 59 { ::com::sun::star::awt::FontWeight::SEMILIGHT, 350 }, 60 { ::com::sun::star::awt::FontWeight::NORMAL, 400 }, 61 { ::com::sun::star::awt::FontWeight::NORMAL, 450 }, 62 { ::com::sun::star::awt::FontWeight::SEMIBOLD, 600 }, 63 { ::com::sun::star::awt::FontWeight::BOLD, 700 }, 64 { ::com::sun::star::awt::FontWeight::ULTRABOLD, 800 }, [all …]
|
/aoo41x/main/offapi/com/sun/star/formula/ |
H A D | SymbolDescriptor.idl | 32 - nWeight should be changed to float as in FontWeight.idl 80 @see <type scope="com::sun::star::awt">FontWeight</type> 83 0 : <member scope="com::sun::star::awt">FontWeight::DONTKNOW</member> 84 1 : <member scope="com::sun::star::awt">FontWeight::THIN</member> 86 3 : <member scope="com::sun::star::awt">FontWeight::LIGHT</member> 87 4 : <member scope="com::sun::star::awt">FontWeight::SEMILIGHT</member> 88 5 : <member scope="com::sun::star::awt">FontWeight::NORMAL</member> 89 7 : <member scope="com::sun::star::awt">FontWeight::SEMIBOLD</member> 90 8 : <member scope="com::sun::star::awt">FontWeight::BOLD</member> 91 9 : <member scope="com::sun::star::awt">FontWeight::ULTRABOLD</member> [all …]
|
/aoo41x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 273 return ::com::sun::star::awt::FontWeight::DONTKNOW; in ConvertFontWeight() 275 return ::com::sun::star::awt::FontWeight::THIN; in ConvertFontWeight() 279 return ::com::sun::star::awt::FontWeight::LIGHT; in ConvertFontWeight() 281 return ::com::sun::star::awt::FontWeight::SEMILIGHT; in ConvertFontWeight() 283 return ::com::sun::star::awt::FontWeight::NORMAL; in ConvertFontWeight() 285 return ::com::sun::star::awt::FontWeight::SEMIBOLD; in ConvertFontWeight() 287 return ::com::sun::star::awt::FontWeight::BOLD; in ConvertFontWeight() 289 return ::com::sun::star::awt::FontWeight::ULTRABOLD; in ConvertFontWeight() 291 return ::com::sun::star::awt::FontWeight::BLACK; in ConvertFontWeight() 294 return ::com::sun::star::awt::FontWeight::DONTKNOW; in ConvertFontWeight() [all …]
|
/aoo41x/main/vcl/source/components/ |
H A D | fontident.cxx | 142 case WEIGHT_THIN: aFD.Weight = com::sun::star::awt::FontWeight::THIN;break; in getMaterial() 143 case WEIGHT_ULTRALIGHT: aFD.Weight = com::sun::star::awt::FontWeight::ULTRALIGHT;break; in getMaterial() 144 case WEIGHT_LIGHT: aFD.Weight = com::sun::star::awt::FontWeight::LIGHT;break; in getMaterial() 145 case WEIGHT_SEMILIGHT: aFD.Weight = com::sun::star::awt::FontWeight::SEMILIGHT;break; in getMaterial() 147 case WEIGHT_NORMAL: aFD.Weight = com::sun::star::awt::FontWeight::NORMAL;break; in getMaterial() 148 case WEIGHT_SEMIBOLD: aFD.Weight = com::sun::star::awt::FontWeight::SEMIBOLD;break; in getMaterial() 149 case WEIGHT_BOLD: aFD.Weight = com::sun::star::awt::FontWeight::BOLD;break; in getMaterial() 150 case WEIGHT_ULTRABOLD: aFD.Weight = com::sun::star::awt::FontWeight::ULTRABOLD;break; in getMaterial() 151 case WEIGHT_BLACK: aFD.Weight = com::sun::star::awt::FontWeight::BLACK;break; in getMaterial() 153 aFD.Weight = com::sun::star::awt::FontWeight::DONTKNOW; in getMaterial()
|
/aoo41x/main/svgio/inc/svgio/svgreader/ |
H A D | svgstyleattributes.hxx | 96 enum FontWeight enum 112 FontWeight getBolder(FontWeight aSource); 113 FontWeight getLighter(FontWeight aSource); 114 ::FontWeight getVclFontWeight(FontWeight aSource); 185 FontWeight maFontWeight; 382 FontWeight getFontWeight() const; 383 …void setFontWeight(const FontWeight aFontWeight = FontWeight_notset) { maFontWeight = aFontWeight;… in setFontWeight()
|
/aoo41x/main/vcl/inc/ |
H A D | outfont.hxx | 63 FontWeight GetWeight() const { return meWeight; } in GetWeight() 73 FontWeight meWeight; // Weight Type 234 ImplDevFontListData* ImplFindByAttributes( sal_uLong nSearchType, FontWeight, FontWidth, 340 …void AddFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontName ); 341 …bool GetFallbackForUnicode( sal_UCS4, FontWeight eWeight, String* pFontName ) const; 342 …void IgnoreFallbackForUnicode( sal_UCS4, FontWeight eWeight, const String& rFontNam… 348 typedef ::std::pair<sal_UCS4,FontWeight> GFBCacheKey;
|
/aoo41x/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 2593 ::css::uno::Any Document::mapFontWeight(::FontWeight nWeight) in mapFontWeight() 2598 = { ::css::awt::FontWeight::DONTKNOW, // WEIGHT_DONTKNOW in mapFontWeight() 2599 ::css::awt::FontWeight::THIN, // WEIGHT_THIN in mapFontWeight() 2601 ::css::awt::FontWeight::LIGHT, // WEIGHT_LIGHT in mapFontWeight() 2603 ::css::awt::FontWeight::NORMAL, // WEIGHT_NORMAL in mapFontWeight() 2604 ::css::awt::FontWeight::NORMAL, // WEIGHT_MEDIUM in mapFontWeight() 2606 ::css::awt::FontWeight::BOLD, // WEIGHT_BOLD in mapFontWeight() 2608 ::css::awt::FontWeight::BLACK }; // WEIGHT_BLACK in mapFontWeight() 2615 float nWeight = ::css::awt::FontWeight::NORMAL; in mapFontWeight() 2618 : nWeight <= ::css::awt::FontWeight::THIN ? WEIGHT_THIN in mapFontWeight() [all …]
|
/aoo41x/main/editeng/inc/editeng/ |
H A D | wghtitem.hxx | 50 SvxWeightItem( const FontWeight eWght /*= WEIGHT_NORMAL*/, 78 FontWeight GetWeight() const in GetWeight() 79 { return (FontWeight)GetValue(); } in GetWeight() 80 void SetWeight( FontWeight eNew ) in SetWeight()
|
/aoo41x/main/sc/source/core/data/ |
H A D | patattr.cxx | 234 FontWeight eWeight; in GetFont() 287 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in GetFont() 338 eWeight = (FontWeight)((const SvxWeightItem&) in GetFont() 509 FontWeight eWeight, eCjkWeight, eCtlWeight; in FillToEditItemSet() 556 eWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet() 559 eCjkWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet() 562 eCtlWeight = (FontWeight)((const SvxWeightItem*)pItem)->GetValue(); in FillToEditItemSet() 639 eWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet() 641 eCjkWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet() 643 eCtlWeight = (FontWeight)((const SvxWeightItem&) in FillToEditItemSet() [all …]
|
/aoo41x/main/qadevOOo/tests/java/ifc/style/ |
H A D | _CharacterPropertiesAsian.java | 29 import com.sun.star.awt.FontWeight; 58 testProperty("CharWeightAsian", new Float(FontWeight.NORMAL), in _CharWeightAsian() 59 new Float(FontWeight.BOLD)); in _CharWeightAsian()
|
H A D | _CharacterPropertiesComplex.java | 48 testProperty("CharWeightComplex", new Float(com.sun.star.awt.FontWeight.BOLD), in _CharWeightComplex() 49 new Float(com.sun.star.awt.FontWeight.THIN)) ; in _CharWeightComplex()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 990 float ConvertFontWeight( ::FontWeight eWeight ) in ConvertFontWeight() 993 return ::com::sun::star::awt::FontWeight::DONTKNOW; in ConvertFontWeight() 995 return ::com::sun::star::awt::FontWeight::THIN; in ConvertFontWeight() 999 return ::com::sun::star::awt::FontWeight::LIGHT; in ConvertFontWeight() 1001 return ::com::sun::star::awt::FontWeight::SEMILIGHT; in ConvertFontWeight() 1003 return ::com::sun::star::awt::FontWeight::NORMAL; in ConvertFontWeight() 1005 return ::com::sun::star::awt::FontWeight::SEMIBOLD; in ConvertFontWeight() 1007 return ::com::sun::star::awt::FontWeight::BOLD; in ConvertFontWeight() 1009 return ::com::sun::star::awt::FontWeight::ULTRABOLD; in ConvertFontWeight() 1011 return ::com::sun::star::awt::FontWeight::BLACK; in ConvertFontWeight() [all …]
|
/aoo41x/main/vcl/aqua/source/a11y/ |
H A D | aqua11ytextattributeswrapper.mm | 34 #include <com/sun/star/awt/FontWeight.hpp> 61 if ( value == ::css_awt::FontWeight::SEMIBOLD 62 || value == ::css_awt::FontWeight::BOLD 63 || value == ::css_awt::FontWeight::ULTRABOLD 64 || value == ::css_awt::FontWeight::BLACK ) {
|
/aoo41x/test/testuno/source/fvt/uno/sw/puretext/ |
H A D | CharacterStyle.java | 65 xCursorProps.setPropertyValue("CharWeight", new Float(com.sun.star.awt.FontWeight.BOLD)); in testCharacterStyleSetting() 93 …assertEquals(com.sun.star.awt.FontWeight.BOLD,xCursorProps_assert_odt.getPropertyValue("CharWeight… in testCharacterStyleSetting() 100 …assertEquals(com.sun.star.awt.FontWeight.BOLD,xCursorProps_assert_doc.getPropertyValue("CharWeight… in testCharacterStyleSetting()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | txtattr.hxx | 89 FontWeight meWeight; 92 TextAttribFontWeight( FontWeight eWeight ); 100 inline FontWeight getFontWeight() const { return meWeight; } in getFontWeight()
|
H A D | ctrltool.hxx | 197 const XubString& GetStyleName( FontWeight eWeight, FontItalic eItalic ) const; 203 FontWeight eWeight,
|
/aoo41x/main/wizards/com/sun/star/wizards/report/ |
H A D | Dataimport.java | 127 oFontDesc.Weight = com.sun.star.awt.FontWeight.BOLD; in showProgressDisplay() 204 modifyFontWeight("lblProgressDBConnection", com.sun.star.awt.FontWeight.NORMAL); in importReportData() 205 modifyFontWeight("lblProgressDataImport", com.sun.star.awt.FontWeight.BOLD); in importReportData()
|
/aoo41x/main/vbahelper/source/msforms/ |
H A D | vbanewfont.cxx | 103 return aAny.get< float >() > awt::FontWeight::NORMAL; in getBold() 110 uno::Any( bBold ? awt::FontWeight::BOLD : awt::FontWeight::NORMAL ) ); in setBold()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swfont.hxx | 113 inline void SetWeight( const FontWeight eWeight ); 228 inline void SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich ); 296 FontWeight GetWeight() const { return aSub[nActual].GetWeight(); } in GetWeight() 318 inline FontWeight GetWeight( const sal_uInt8 nWhich ) const in GetWeight() 485 inline void SwSubFont::SetWeight( const FontWeight eWeight ) in SetWeight() 491 inline void SwFont::SetWeight( const FontWeight eWeight, const sal_uInt8 nWhich ) in SetWeight()
|
/aoo41x/main/svgio/source/svgreader/ |
H A D | svgstyleattributes.cxx | 126 FontWeight getBolder(FontWeight aSource) in getBolder() 144 FontWeight getLighter(FontWeight aSource) in getLighter() 162 ::FontWeight getVclFontWeight(FontWeight aSource) in getVclFontWeight() 164 ::FontWeight nRetval(WEIGHT_NORMAL); in getVclFontWeight() 2354 FontWeight SvgStyleAttributes::getFontWeight() const in getFontWeight() 2368 FontWeight aInherited = pSvgStyleAttributes->getFontWeight(); in getFontWeight()
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 166 FontWeight Weight; 198 …FontWeight getSubstWeight( const com::sun::star::uno::Reference< com::sun::star::container::XNameA… 218 …Name( const String& rOrgName, String& rShortName, String& rFamilyName, FontWeight& rWeight, FontWi…
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbafontbase.cxx | 180 double fBoldValue = awt::FontWeight::NORMAL; in setBold() 182 fBoldValue = awt::FontWeight::BOLD; in setBold() 192 return uno::makeAny( fValue == awt::FontWeight::BOLD ); in getBold()
|
/aoo41x/main/svtools/source/control/ |
H A D | ctrltool.cxx | 412 const XubString& FontList::GetStyleName( FontWeight eWeight, FontItalic eItalic ) const in GetStyleName() 456 FontWeight eWeight = rInfo.GetWeight(); in GetStyleName() 532 FontWeight eWeight = rInfo.GetWeight(); in GetFontMapText() 697 FontWeight eWeight, FontItalic eItalic ) const in Get()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | font.cxx | 173 FontWeight eWeight = WEIGHT_DONTKNOW; in AskConfig() 519 void Font::SetWeight( FontWeight eWeight ) in SetWeight() 786 rIStm >> nTmp16; rImpl_Font.meWeight = (FontWeight) nTmp16; in operator >>() 956 FontWeight weight; 1099 FontWeight Font::GetWeight() const { return mpImplFont->GetWeight(); } in GetWeight()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | font.hxx | 101 void SetWeight( FontWeight ); 102 FontWeight GetWeight() const;
|