Lines Matching refs:m_pImplConfig
92 SourceViewConfig_Impl* SourceViewConfig::m_pImplConfig = 0; member in utl::SourceViewConfig
196 if(!m_pImplConfig) in SourceViewConfig()
198 m_pImplConfig = new SourceViewConfig_Impl; in SourceViewConfig()
205 m_pImplConfig->AddListener( this ); in SourceViewConfig()
212 m_pImplConfig->RemoveListener( this ); in ~SourceViewConfig()
216 if( m_pImplConfig->IsModified() ) in ~SourceViewConfig()
217 m_pImplConfig->Commit(); in ~SourceViewConfig()
218 DELETEZ( m_pImplConfig ); in ~SourceViewConfig()
226 return m_pImplConfig->GetFontName(); in GetFontName()
233 m_pImplConfig->SetFontName(rName); in SetFontName()
240 return m_pImplConfig->GetFontHeight(); in GetFontHeight()
247 m_pImplConfig->SetFontHeight(nHeight); in SetFontHeight()
254 return m_pImplConfig->IsShowProportionalFontsOnly(); in IsShowProportionalFontsOnly()
261 m_pImplConfig->SetShowProportionalFontsOnly(bSet); in SetShowProportionalFontsOnly()