Searched refs:WIDTH_DONTKNOW (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/vcl/source/gdi/ |
H A D | font.cxx | 62 meWidthType = WIDTH_DONTKNOW; in DBG_NAME() 174 FontWidth eWidthType = WIDTH_DONTKNOW; in AskConfig() 228 if( meWidthType == WIDTH_DONTKNOW ) in AskConfig() 724 if ( rFont.mpImplFont->meWidthType != WIDTH_DONTKNOW ) in Merge() 765 rAttrs.meWidthType = WIDTH_DONTKNOW; in GetFontAttributes()
|
H A D | outdev3.cxx | 761 if ( ((rWidth == WIDTH_DONTKNOW) || (rWidth == WIDTH_NORMAL)) && in ImplCalcType() 762 (pFontAttr->Width != WIDTH_DONTKNOW) ) in ImplCalcType() 1051 meMatchWidth( WIDTH_DONTKNOW ), in ImplDevFontListData() 1120 || (meMatchWidth == WIDTH_DONTKNOW) in AddFontFace() 1716 && ((eSearchWidth == WIDTH_DONTKNOW) || (eSearchWidth == WIDTH_NORMAL)) ) in ImplFindByAttributes() 1946 if( (eSearchWidth != WIDTH_DONTKNOW) && (eSearchWidth != WIDTH_NORMAL) ) in ImplFindByAttributes() 1952 else if( (eMatchWidth < WIDTH_NORMAL) && (eMatchWidth != WIDTH_DONTKNOW) ) in ImplFindByAttributes() 1963 else if( (eMatchWidth != WIDTH_DONTKNOW) && (eMatchWidth != WIDTH_NORMAL) ) in ImplFindByAttributes() 2646 FontWidth eTempWidth = WIDTH_DONTKNOW; in ImplFindByFont()
|
/aoo41x/main/unotools/source/config/ |
H A D | fontcfg.cxx | 605 { NULL, WIDTH_DONTKNOW }, 827 if ( (rWidth == WIDTH_DONTKNOW) || (rWidth == WIDTH_NORMAL) ) in getMapName() 930 { "unknown", WIDTH_DONTKNOW }, 1049 return (FontWidth)( width >= 0 ? pWidthNames[width].nEnum : WIDTH_DONTKNOW ); in getSubstWidth()
|
/aoo41x/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 218 if( eWidth == WIDTH_DONTKNOW ) in ConvertFontWidth() 246 return WIDTH_DONTKNOW; in ConvertFontWidth() 267 return WIDTH_DONTKNOW; in ConvertFontWidth()
|
/aoo41x/main/tools/inc/tools/ |
H A D | fontenum.hxx | 73 enum FontWidth { WIDTH_DONTKNOW, WIDTH_ULTRA_CONDENSED, WIDTH_EXTRA_CONDENSED, enumerator
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | vclenum.hxx | 185 enum FontWidth { WIDTH_DONTKNOW, WIDTH_ULTRA_CONDENSED, WIDTH_EXTRA_CONDENSED, enumerator
|
/aoo41x/main/vcl/inc/ |
H A D | impfont.hxx | 52 …FontWidth GetWidthType() { if(meWidthType==WIDTH_DONTKNOW)AskConfig(); return meWidthTy… in GetWidthType()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi3.cxx | 840 aDFA.meWidthType = WIDTH_DONTKNOW; in WinFont2DevFontAttributes() 915 aDFA.meWidthType = WIDTH_DONTKNOW; in WinFont2DevFontAttributes() 2184 rDFA.meWidthType = WIDTH_DONTKNOW; in ImplGetFontAttrFromFile() 2302 aDFA.meWidthType = WIDTH_DONTKNOW; in AddTempDevFont()
|
/aoo41x/main/svtools/source/control/ |
H A D | stdmenu.cxx | 202 FontWidth eLastWidth = WIDTH_DONTKNOW; in Fill()
|
H A D | ctrlbox.cxx | 1002 FontWidth eLastWidth = WIDTH_DONTKNOW; in Fill()
|
/aoo41x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1222 case psp::width::Unknown: return WIDTH_DONTKNOW; in ToFontWidth() 1227 return WIDTH_DONTKNOW; in ToFontWidth()
|
H A D | salgdi3.cxx | 1493 if( rFontSelData.GetWidthType() != WIDTH_DONTKNOW ) in GetFcSubstitute()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuicharmap.cxx | 399 aFont.SetWidthType( WIDTH_DONTKNOW ); in IMPL_LINK()
|
/aoo41x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1119 return WIDTH_DONTKNOW; in ToFontWidth()
|
/aoo41x/main/vcl/os2/source/gdi/ |
H A D | salgdi3.cxx | 289 aDFA.meWidthType = WIDTH_DONTKNOW; in Os2Font2DevFontAttributes()
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1019 if( eWidth == WIDTH_DONTKNOW ) in ConvertFontWidth()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 624 aDFA.meWidthType = WIDTH_DONTKNOW; in AddFontDir()
|
Completed in 168 milliseconds