Home
last modified time | relevance | path

Searched refs:AskConfig (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dimpfont.hxx48 …FontPitch GetPitch() { if(mePitch==PITCH_DONTKNOW) AskConfig(); return mePitch; } in GetPitch()
49 …FontFamily GetFamily() { if(meFamily==FAMILY_DONTKNOW) AskConfig(); return meFamily;… in GetFamily()
50 …FontItalic GetItalic() { if(meItalic==ITALIC_DONTKNOW) AskConfig(); return meItalic;… in GetItalic()
51 …FontWeight GetWeight() { if(meWeight==WEIGHT_DONTKNOW) AskConfig(); return meWeight;… in GetWeight()
52 …FontWidth GetWidthType() { if(meWidthType==WIDTH_DONTKNOW)AskConfig(); return meWidthTy… in GetWidthType()
56 void AskConfig();
/trunk/main/vcl/source/gdi/
H A Dfont.cxx160 void Impl_Font::AskConfig() in AskConfig() function in Impl_Font

Completed in 32 milliseconds