/aoo42x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 216 float VCLUnoHelper::ConvertFontWidth( FontWidth eWidth ) in ConvertFontWidth() 219 return ::com::sun::star::awt::FontWidth::DONTKNOW; in ConvertFontWidth() 225 return ::com::sun::star::awt::FontWidth::CONDENSED; in ConvertFontWidth() 227 return ::com::sun::star::awt::FontWidth::SEMICONDENSED; in ConvertFontWidth() 229 return ::com::sun::star::awt::FontWidth::NORMAL; in ConvertFontWidth() 231 return ::com::sun::star::awt::FontWidth::SEMIEXPANDED; in ConvertFontWidth() 233 return ::com::sun::star::awt::FontWidth::EXPANDED; in ConvertFontWidth() 235 return ::com::sun::star::awt::FontWidth::EXTRAEXPANDED; in ConvertFontWidth() 240 return ::com::sun::star::awt::FontWidth::DONTKNOW; in ConvertFontWidth() 243 FontWidth VCLUnoHelper::ConvertFontWidth( float f ) in ConvertFontWidth() [all …]
|
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1017 float ConvertFontWidth( ::FontWidth eWidth ) in ConvertFontWidth() 1020 return ::com::sun::star::awt::FontWidth::DONTKNOW; in ConvertFontWidth() 1022 return ::com::sun::star::awt::FontWidth::ULTRACONDENSED; in ConvertFontWidth() 1026 return ::com::sun::star::awt::FontWidth::CONDENSED; in ConvertFontWidth() 1028 return ::com::sun::star::awt::FontWidth::SEMICONDENSED; in ConvertFontWidth() 1030 return ::com::sun::star::awt::FontWidth::NORMAL; in ConvertFontWidth() 1032 return ::com::sun::star::awt::FontWidth::SEMIEXPANDED; in ConvertFontWidth() 1034 return ::com::sun::star::awt::FontWidth::EXPANDED; in ConvertFontWidth() 1036 return ::com::sun::star::awt::FontWidth::EXTRAEXPANDED; in ConvertFontWidth() 1038 return ::com::sun::star::awt::FontWidth::ULTRAEXPANDED; in ConvertFontWidth() [all …]
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | fontcfg.hxx | 167 FontWidth Width; 200 …FontWidth getSubstWidth( const com::sun::star::uno::Reference< com::sun::star::container::XNameAcc… 218 …rOrgName, String& rShortName, String& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, sal_uLo…
|
/aoo42x/main/vcl/inc/ |
H A D | outfont.hxx | 67 FontWidth GetWidthType() const { return meWidthType; } in GetWidthType() 77 FontWidth meWidthType; // Width Type 234 ImplDevFontListData* ImplFindByAttributes( sal_uLong nSearchType, FontWeight, FontWidth,
|
H A D | impfont.hxx | 52 …FontWidth GetWidthType() { if(meWidthType==WIDTH_DONTKNOW)AskConfig(); return meWidthTy… in GetWidthType() 71 FontWidth meWidthType;
|
H A D | outdev.h | 88 FontWidth meMatchWidth; // MATCH - Width
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | font.hxx | 103 void SetWidthType( FontWidth ); 104 FontWidth GetWidthType() const;
|
H A D | vclenum.hxx | 185 enum FontWidth { WIDTH_DONTKNOW, WIDTH_ULTRA_CONDENSED, WIDTH_EXTRA_CONDENSED, enum
|
/aoo42x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 590 FontWidth meWidth; 791 String& rFamilyName, FontWeight& rWeight, FontWidth& rWidth, sal_uLong& rType ) in getMapName() 1020 FontWidth FontSubstConfiguration::getSubstWidth( const com::sun::star::uno::Reference< XNameAccess … in getSubstWidth() 1049 return (FontWidth)( width >= 0 ? pWidthNames[width].nEnum : WIDTH_DONTKNOW ); in getSubstWidth()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | font.cxx | 174 FontWidth eWidthType = WIDTH_DONTKNOW; in AskConfig() 532 void Font::SetWidthType( FontWidth eWidth ) in SetWidthType() 791 rIStm >> nTmp16; rImpl_Font.meWidthType = (FontWidth) nTmp16; in operator >>() 1100 FontWidth Font::GetWidthType() const { return mpImplFont->GetWidthType(); } in GetWidthType()
|
H A D | outdev3.cxx | 737 static void ImplCalcType( sal_uLong& rType, FontWeight& rWeight, FontWidth& rWidth, in ImplCalcType() 1657 const FontWidth eSearchWidth = rFontAttr.Width; in ImplFindBySubstFontAttr() 1707 FontWeight eSearchWeight, FontWidth eSearchWidth, FontFamily /*eSearchFamily*/, in ImplFindByAttributes() 1734 FontWidth eMatchWidth = pData->meMatchWidth; in ImplFindByAttributes() 2571 FontWidth eSearchWidth = rFSD.meWidthType; in ImplFindByFont() 2646 FontWidth eTempWidth = WIDTH_DONTKNOW; in ImplFindByFont()
|
H A D | pdfwriter_impl.hxx | 93 FontWidth m_eWidthType; // WidthType
|
/aoo42x/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 110 static float ConvertFontWidth( FontWidth eWidth ); 111 static FontWidth ConvertFontWidth( float f );
|
/aoo42x/main/svtools/source/control/ |
H A D | stdmenu.cxx | 202 FontWidth eLastWidth = WIDTH_DONTKNOW; in Fill() 215 FontWidth eWidth = aInfo.GetWidthType(); in Fill()
|
H A D | ctrlbox.cxx | 1002 FontWidth eLastWidth = WIDTH_DONTKNOW; in Fill() 1015 FontWidth eWidth = aInfo.GetWidthType(); in Fill()
|
/aoo42x/main/tools/inc/tools/ |
H A D | fontenum.hxx | 73 enum FontWidth { WIDTH_DONTKNOW, WIDTH_ULTRA_CONDENSED, WIDTH_EXTRA_CONDENSED, enum
|
/aoo42x/main/reportdesign/source/core/api/ |
H A D | ReportComponent.cxx | 113 aFontDescriptor.CharacterWidth = awt::FontWidth::NORMAL; in OFormatProperties()
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | FontWidth.idl | 37 published constants FontWidth
|
H A D | makefile.mk | 99 FontWidth.idl\
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.hxx | 84 static FontWidth ToFontWidth (psp::width::type eWidth);
|
H A D | svppspgraphics.cxx | 1104 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
|
/aoo42x/main/vcl/inc/unx/ |
H A D | pspgraphics.h | 75 static FontWidth ToFontWidth (psp::width::type eWidth);
|
/aoo42x/main/dbaccess/source/inc/ |
H A D | stringconstants.inc | 168 IMPLEMENT_CONSTASCII_USTRING(PROPERTY_FONTWIDTH, "FontWidth");
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | ctfonts.cxx | 438 rDFA.meWidthType = (FontWidth)nInt; in CTFontEnumCallBack()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1209 FontWidth PspGraphics::ToFontWidth (psp::width::type eWidth) in ToFontWidth()
|