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()419 return pCTLOptions->IsCTLFontEnabled(); in IsCTLFontEnabled()467 return pCTLOptions->GetCTLCursorMovement(); in GetCTLCursorMovement()479 return pCTLOptions->GetCTLTextNumerals(); in GetCTLTextNumerals()[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()
200 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()1684 if (!pCTLOptions) in IsInputSequenceCheckingRequired()1685 pCTLOptions = new SvtCTLOptions; in IsInputSequenceCheckingRequired()1694 pCTLOptions->IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()1695 pCTLOptions->IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()2699 if (!pCTLOptions) in InsertText()2702 if (_xISC.is() || pCTLOptions) in InsertText()4596 if( !pCTLOptions ) in IsVisualCursorTravelingEnabled()4597 pCTLOptions = new SvtCTLOptions; in IsVisualCursorTravelingEnabled()[all …]
4447 if( !pCTLOptions ) in ImplInitDigitMode()4448 pCTLOptions = new SvtCTLOptions; in ImplInitDigitMode()4451 const SvtCTLOptions::TextNumerals nCTLTextNumerals = pCTLOptions->GetCTLTextNumerals(); in ImplInitDigitMode()4541 if( !pCTLOptions ) in ImplInitLayoutMode()4542 pCTLOptions = new SvtCTLOptions; in ImplInitLayoutMode()4544 if ( SvtCTLOptions::NUMERALS_HINDI == pCTLOptions->GetCTLTextNumerals() ) in ImplInitLayoutMode()4546 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
Completed in 96 milliseconds