Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svl/source/config/
H A Dlanguageoptions.cxx51 m_pCTLOptions.reset(new SvtCTLOptions( _bDontLoad )); in SvtLanguageOptions()
52 m_pCTLOptions->AddListener(this); in SvtLanguageOptions()
60 m_pCTLOptions->RemoveListener(this); in ~SvtLanguageOptions()
64 m_pCTLOptions.reset(); in ~SvtLanguageOptions()
94 m_pCTLOptions->SetCTLFontEnabled( _bEnabled ); in SetCTLFontEnabled()
98 return m_pCTLOptions->IsCTLFontEnabled(); in IsCTLFontEnabled()
102 m_pCTLOptions->SetCTLSequenceChecking( _bEnabled ); in SetCTLSequenceChecking()
107 m_pCTLOptions->SetCTLSequenceCheckingRestricted( _bEnable ); in SetCTLSequenceCheckingRestricted()
112 m_pCTLOptions->SetCTLSequenceCheckingTypeAndReplace( _bEnable ); in SetCTLSequenceCheckingTypeAndReplace()
132 …case SvtLanguageOptions::E_CTLFONT : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOpti… in IsReadOnly()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svl/source/config/
H A Dlanguageoptions.cxx51 m_pCTLOptions.reset(new SvtCTLOptions( _bDontLoad )); in SvtLanguageOptions()
52 m_pCTLOptions->AddListener(this); in SvtLanguageOptions()
60 m_pCTLOptions->RemoveListener(this); in ~SvtLanguageOptions()
64 m_pCTLOptions.reset(); in ~SvtLanguageOptions()
94 m_pCTLOptions->SetCTLFontEnabled( _bEnabled ); in SetCTLFontEnabled()
98 return m_pCTLOptions->IsCTLFontEnabled(); in IsCTLFontEnabled()
102 m_pCTLOptions->SetCTLSequenceChecking( _bEnabled ); in SetCTLSequenceChecking()
107 m_pCTLOptions->SetCTLSequenceCheckingRestricted( _bEnable ); in SetCTLSequenceCheckingRestricted()
112 m_pCTLOptions->SetCTLSequenceCheckingTypeAndReplace( _bEnable ); in SetCTLSequenceCheckingTypeAndReplace()
132 …case SvtLanguageOptions::E_CTLFONT : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOpti… in IsReadOnly()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Dapphdl.cxx927 if( m_pCTLOptions ) in Notify()
929 m_pCTLOptions->RemoveListener(this); in Notify()
930 m_pCTLOptions.reset(); in Notify()
978 else if( pBrdCst == m_pCTLOptions.get() ) in ConfigurationChanged()
1026 if(!m_pCTLOptions) in GetCTLOptions()
1028 m_pCTLOptions.reset(new SvtCTLOptions); in GetCTLOptions()
1029 m_pCTLOptions->AddListener(this); in GetCTLOptions()
1031 return *m_pCTLOptions; in GetCTLOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Dapphdl.cxx910 if( m_pCTLOptions ) in Notify()
912 m_pCTLOptions->RemoveListener(this); in Notify()
913 m_pCTLOptions.reset(); in Notify()
961 else if( pBrdCst == m_pCTLOptions.get() ) in ConfigurationChanged()
1009 if(!m_pCTLOptions) in GetCTLOptions()
1011 m_pCTLOptions.reset(new SvtCTLOptions); in GetCTLOptions()
1012 m_pCTLOptions->AddListener(this); in GetCTLOptions()
1014 return *m_pCTLOptions; in GetCTLOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Dlanguageoptions.hxx54 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in SvtLanguageOptions
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Dlanguageoptions.hxx54 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in SvtLanguageOptions
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/app/
H A Dscmod.cxx230 else if ( p == m_pCTLOptions.get() ) in ConfigurationChanged()
309 if ( m_pCTLOptions ) in DeleteCfg()
311 m_pCTLOptions->RemoveListener(this); in DeleteCfg()
312 m_pCTLOptions.reset(); in DeleteCfg()
839 if ( !m_pCTLOptions ) in GetCTLOptions()
841 m_pCTLOptions.reset( new SvtCTLOptions ); in GetCTLOptions()
842 m_pCTLOptions->AddListener(this); in GetCTLOptions()
845 return *m_pCTLOptions; in GetCTLOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/app/
H A Dscmod.cxx235 else if ( p == m_pCTLOptions.get() ) in ConfigurationChanged()
315 if ( m_pCTLOptions ) in DeleteCfg()
317 m_pCTLOptions->RemoveListener(this); in DeleteCfg()
318 m_pCTLOptions.reset(); in DeleteCfg()
847 if ( !m_pCTLOptions ) in GetCTLOptions()
849 m_pCTLOptions.reset( new SvtCTLOptions ); in GetCTLOptions()
850 m_pCTLOptions->AddListener(this); in GetCTLOptions()
853 return *m_pCTLOptions; in GetCTLOptions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswmodule.hxx93 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in SwModule
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswmodule.hxx93 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in SwModule
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dscmod.hxx99 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in ScModule
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dscmod.hxx101 std::unique_ptr<SvtCTLOptions> m_pCTLOptions; member in ScModule