Home
last modified time | relevance | path

Searched refs:getMonospaced (Results 1 – 3 of 3) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dfontattribute.cxx91 bool getMonospaced() const { return mbMonospaced; } in getMonospaced() function in drawinglayer::attribute::ImpFontAttribute
104 && getMonospaced() == rCompare.getMonospaced()); in operator ==()
251 bool FontAttribute::getMonospaced() const in getMonospaced() function in drawinglayer::attribute::FontAttribute
253 return mpFontAttribute->getMonospaced(); in getMonospaced()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dfontattribute.hxx88 bool getMonospaced() const;
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx405 aRetval.SetPitch(rFontAttribute.getMonospaced() ? PITCH_FIXED : PITCH_VARIABLE); in getVclFontFromFontAttribute()

Completed in 18 milliseconds