Home
last modified time | relevance | path

Searched refs:pCTLOptions (Results 1 – 9 of 9) sorted by relevance

/AOO41X/main/svl/source/config/
H A Dctloptions.cxx375 static SvtCTLOptions_Impl* pCTLOptions = NULL; variable
385 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 …]
/AOO41X/main/sw/source/ui/app/
H A Dapphdl.cxx776 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()
H A Dswmodule.cxx199 pCTLOptions(0), in SwModule()
/AOO41X/main/sc/source/ui/app/
H A Dscmod.cxx148 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()
/AOO41X/main/editeng/source/editeng/
H A Dimpedit2.cxx123 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 …]
H A Dimpedit3.cxx4380 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()
H A Dimpedit.hxx430 mutable SvtCTLOptions* pCTLOptions; member in ImpEditEngine
/AOO41X/main/sw/inc/
H A Dswmodule.hxx92 SvtCTLOptions* pCTLOptions; member in SwModule
/AOO41X/main/sc/inc/
H A Dscmod.hxx133 SvtCTLOptions* pCTLOptions; member in ScModule