Searched defs:GetPitch (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/editeng/inc/editeng/ | ||
H A D | fontitem.hxx | 90 inline FontPitch GetPitch() const { return ePitch; } in GetPitch() function in SvxFontItem |
/aoo42x/main/xmloff/source/style/ | ||
H A D | XMLFontAutoStylePool.cxx | 85 sal_Int16 GetPitch() const { return nPitch; } in GetPitch() function in XMLFontAutoStylePoolEntry_Impl |
/aoo42x/main/vcl/inc/ | ||
H A D | impfont.hxx | 48 …FontPitch GetPitch() { if(mePitch==PITCH_DONTKNOW) AskConfig(); return mePitch; } in GetPitch() function in Impl_Font |
H A D | outfont.hxx | 66 FontPitch GetPitch() const { return mePitch; } in GetPitch() function in ImplFontAttributes |
/aoo42x/main/sw/source/core/inc/ | ||
H A D | swfont.hxx | 293 FontPitch GetPitch() const { return aSub[nActual].GetPitch(); } in GetPitch() function in SwFont |
/aoo42x/main/vcl/source/gdi/ | ||
H A D | font.cxx | 1098 FontPitch Font::GetPitch() const { return mpImplFont->GetPitch(); } in GetPitch() function in Font |
Completed in 37 milliseconds