Searched refs:pCTLOptions (Results 1 – 9 of 9) sorted by relevance
375 static SvtCTLOptions_Impl* pCTLOptions = NULL; variable385 if ( !pCTLOptions ) in SvtCTLOptions()387 pCTLOptions = new SvtCTLOptions_Impl; in SvtCTLOptions()390 if( !bDontLoad && !pCTLOptions->IsLoaded() ) in SvtCTLOptions()391 pCTLOptions->Load(); in SvtCTLOptions()394 m_pImp = pCTLOptions; in SvtCTLOptions()407 DELETEZ( pCTLOptions ); in ~SvtCTLOptions()412 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in SetCTLFontEnabled()413 pCTLOptions->SetCTLFontEnabled( _bEnabled ); in SetCTLFontEnabled()418 DBG_ASSERT( pCTLOptions->IsLoaded(), "CTL options not loaded" ); in IsCTLFontEnabled()[all …]
776 if( pCTLOptions ) in Notify()778 pCTLOptions->RemoveListener(this); in Notify()779 DELETEZ(pCTLOptions); in Notify()850 else if( pBrdCst == pCTLOptions ) in ConfigurationChanged()908 if(!pCTLOptions) in GetCTLOptions()910 pCTLOptions = new SvtCTLOptions; in GetCTLOptions()911 pCTLOptions->AddListener(this); in GetCTLOptions()913 return *pCTLOptions; in GetCTLOptions()
199 pCTLOptions(0), in SwModule()
148 pCTLOptions( NULL ), in ScModule()271 else if ( p == pCTLOptions ) in ConfigurationChanged()358 if ( pCTLOptions ) in DeleteCfg()360 pCTLOptions->RemoveListener(this); in DeleteCfg()361 DELETEZ( pCTLOptions ); in DeleteCfg()914 if ( !pCTLOptions ) in GetCTLOptions()916 pCTLOptions = new SvtCTLOptions; in GetCTLOptions()917 pCTLOptions->AddListener(this); in GetCTLOptions()920 return *pCTLOptions; in GetCTLOptions()
123 pCTLOptions = NULL; in ImpEditEngine()204 delete pCTLOptions; in ~ImpEditEngine()1679 if (!pCTLOptions) in IsInputSequenceCheckingRequired()1680 pCTLOptions = new SvtCTLOptions; in IsInputSequenceCheckingRequired()1689 pCTLOptions->IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()1690 pCTLOptions->IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()2696 if (!pCTLOptions) in InsertText()2697 pCTLOptions = new SvtCTLOptions; in InsertText()2699 if (_xISC.is() || pCTLOptions) in InsertText()2702 sal_Int16 nCheckMode = pCTLOptions->IsCTLSequenceCheckingRestricted() ? in InsertText()[all …]
4380 if( !pCTLOptions ) in ImplInitDigitMode()4381 pCTLOptions = new SvtCTLOptions; in ImplInitDigitMode()4384 const SvtCTLOptions::TextNumerals nCTLTextNumerals = pCTLOptions->GetCTLTextNumerals(); in ImplInitDigitMode()4474 if( !pCTLOptions ) in ImplInitLayoutMode()4475 pCTLOptions = new SvtCTLOptions; in ImplInitLayoutMode()4477 if ( SvtCTLOptions::NUMERALS_HINDI == pCTLOptions->GetCTLTextNumerals() ) in ImplInitLayoutMode()4479 else if ( SvtCTLOptions::NUMERALS_ARABIC == pCTLOptions->GetCTLTextNumerals() ) in ImplInitLayoutMode()
430 mutable SvtCTLOptions* pCTLOptions; member in ImpEditEngine
92 SvtCTLOptions* pCTLOptions; member in SwModule
133 SvtCTLOptions* pCTLOptions; member in ScModule