Home
last modified time | relevance | path

Searched refs:m_nPitch (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/svl/source/items/
H A Dsfontitm.cxx58 && m_nPitch == pFontItem->m_nPitch in operator ==()
83 rStream >> pItem->m_nFamily >> pItem->m_nPitch >> pItem->m_nWeight in Create()
123 << m_nFamily << m_nPitch << m_nWeight << m_nUnderline in Store()
/AOO41X/main/svl/inc/svl/
H A Dsfontitm.hxx43 sal_Int16 m_nPitch; member in SfxFontItem
94 sal_Int16 getPitch() const { return m_nPitch; } in getPitch()
146 m_nPitch(0), // PITCH_DONTKNOW in SfxFontItem()
171 m_nPitch = nThePitch; in setFont()