Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dsourceviewconfig.cxx44 sal_Int16 m_nFontHeight; member in utl::SourceViewConfig_Impl
70 {return m_nFontHeight;} in GetFontHeight()
73 if(m_nFontHeight != nHeight) in SetFontHeight()
75 m_nFontHeight = nHeight; in SetFontHeight()
100 m_nFontHeight(12), in SourceViewConfig_Impl()
151 case 1: pValues[nProp] >>= m_nFontHeight; break; in Load()
179 case 1: pValues[nProp] <<= m_nFontHeight; break; in Commit()

Completed in 8 milliseconds