Home
last modified time | relevance | path

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

/trunk/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()
419 return pCTLOptions->IsCTLFontEnabled(); in IsCTLFontEnabled()
467 return pCTLOptions->GetCTLCursorMovement(); in GetCTLCursorMovement()
479 return pCTLOptions->GetCTLTextNumerals(); in GetCTLTextNumerals()
[all …]
/trunk/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.cxx200 pCTLOptions(0), in SwModule()
/trunk/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()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx123 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 …]
H A Dimpedit3.cxx4447 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()
H A Dimpedit.hxx430 mutable SvtCTLOptions* pCTLOptions; member in ImpEditEngine
/trunk/main/sw/inc/
H A Dswmodule.hxx92 SvtCTLOptions* pCTLOptions; member in SwModule
/trunk/main/sc/inc/
H A Dscmod.hxx133 SvtCTLOptions* pCTLOptions; member in ScModule

Completed in 106 milliseconds