Lines Matching refs:SvtFontOptions_Impl
72 class SvtFontOptions_Impl : public ConfigItem class
84 SvtFontOptions_Impl();
85 ~SvtFontOptions_Impl();
187 SvtFontOptions_Impl::SvtFontOptions_Impl() in SvtFontOptions_Impl() function in SvtFontOptions_Impl
239 SvtFontOptions_Impl::~SvtFontOptions_Impl() in ~SvtFontOptions_Impl()
251 void SvtFontOptions_Impl::Notify( const Sequence< OUString >& seqPropertyNames ) in Notify()
288 void SvtFontOptions_Impl::Commit() in Commit()
319 sal_Bool SvtFontOptions_Impl::IsReplacementTableEnabled() const in IsReplacementTableEnabled()
327 void SvtFontOptions_Impl::EnableReplacementTable( sal_Bool bState ) in EnableReplacementTable()
336 sal_Bool SvtFontOptions_Impl::IsFontHistoryEnabled() const in IsFontHistoryEnabled()
344 void SvtFontOptions_Impl::EnableFontHistory( sal_Bool bState ) in EnableFontHistory()
353 sal_Bool SvtFontOptions_Impl::IsFontWYSIWYGEnabled() const in IsFontWYSIWYGEnabled()
361 void SvtFontOptions_Impl::EnableFontWYSIWYG( sal_Bool bState ) in EnableFontWYSIWYG()
370 Sequence< OUString > SvtFontOptions_Impl::impl_GetPropertyNames() in impl_GetPropertyNames()
390 SvtFontOptions_Impl* SvtFontOptions::m_pDataContainer = NULL ;
406 m_pDataContainer = new SvtFontOptions_Impl; in SvtFontOptions()