Home
last modified time | relevance | path

Searched refs:SvtCTLOptions (Results 1 – 25 of 30) sorted by relevance

12

/aoo4110/main/svl/source/config/
H A Dctloptions.cxx58 SvtCTLOptions::CursorMovement m_eCTLCursorMovement;
59 SvtCTLOptions::TextNumerals m_eCTLTextNumerals;
90 SvtCTLOptions::CursorMovement
94 SvtCTLOptions::TextNumerals
381 SvtCTLOptions::SvtCTLOptions( sal_Bool bDontLoad ) in SvtCTLOptions() function in SvtCTLOptions
400 SvtCTLOptions::~SvtCTLOptions() in ~SvtCTLOptions()
416 sal_Bool SvtCTLOptions::IsCTLFontEnabled() const in IsCTLFontEnabled()
458 void SvtCTLOptions::SetCTLCursorMovement( SvtCTLOptions::CursorMovement _eMovement ) in SetCTLCursorMovement()
464 SvtCTLOptions::CursorMovement SvtCTLOptions::GetCTLCursorMovement() const in GetCTLCursorMovement()
470 void SvtCTLOptions::SetCTLTextNumerals( SvtCTLOptions::TextNumerals _eNumerals ) in SetCTLTextNumerals()
[all …]
H A Dlanguageoptions.cxx50 m_pCTLOptions = new SvtCTLOptions( _bDontLoad ); in SvtLanguageOptions()
192 …tions::E_CTLFONT : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOptions::E_CTLFONT … in IsReadOnly()
193 …tions::E_CTLSEQUENCECHECKING : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOptions::E_CTLSEQUENCE… in IsReadOnly()
194 …tions::E_CTLCURSORMOVEMENT : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOptions::E_CTLCURSORMO… in IsReadOnly()
195 …tions::E_CTLTEXTNUMERALS : bReadOnly = m_pCTLOptions->IsReadOnly(SvtCTLOptions::E_CTLTEXTNUME… in IsReadOnly()
H A Ditemholder2.cxx154 rItem.pItem = new SvtCTLOptions(); in impl_newItem()
/aoo4110/main/cui/source/options/
H A Doptctl.cxx84 SvtCTLOptions aCTLOptions; in FillItemSet()
112 SvtCTLOptions::CursorMovement eMovement = in FillItemSet()
113 bLogicalChecked ? SvtCTLOptions::MOVEMENT_LOGICAL : SvtCTLOptions::MOVEMENT_VISUAL; in FillItemSet()
121 aCTLOptions.SetCTLTextNumerals( (SvtCTLOptions::TextNumerals)nPos ); in FillItemSet()
130 SvtCTLOptions aCTLOptions; in Reset()
136 SvtCTLOptions::CursorMovement eMovement = aCTLOptions.GetCTLCursorMovement(); in Reset()
139 case SvtCTLOptions::MOVEMENT_LOGICAL : in Reset()
143 case SvtCTLOptions::MOVEMENT_VISUAL : in Reset()
/aoo4110/main/sd/source/ui/view/
H A DWindowUpdater.cxx129 SvtCTLOptions::TextNumerals aNumeralMode (maCTLOptions.GetCTLTextNumerals()); in UpdateWindow()
138 case SvtCTLOptions::NUMERALS_HINDI: in UpdateWindow()
142 case SvtCTLOptions::NUMERALS_SYSTEM: in UpdateWindow()
146 case SvtCTLOptions::NUMERALS_ARABIC: in UpdateWindow()
/aoo4110/main/svl/inc/svl/
H A Dctloptions.hxx36 class SVL_DLLPUBLIC SvtCTLOptions : public utl::detail::Options class
44 SvtCTLOptions( sal_Bool bDontLoad = sal_False );
45 virtual ~SvtCTLOptions();
H A Dlanguageoptions.hxx42 class SvtCTLOptions;
48 SvtCTLOptions* m_pCTLOptions;
/aoo4110/main/sw/inc/
H A Dswmodule.hxx60 class SvtCTLOptions;
92 SvtCTLOptions* pCTLOptions;
179 SvtCTLOptions& GetCTLOptions();
/aoo4110/main/sc/inc/
H A Dscmod.hxx51 class SvtCTLOptions;
133 SvtCTLOptions* pCTLOptions;
222 SvtCTLOptions& GetCTLOptions();
/aoo4110/main/sc/source/ui/app/
H A Dscmod.cxx912 SvtCTLOptions& ScModule::GetCTLOptions() in GetCTLOptions()
916 pCTLOptions = new SvtCTLOptions; in GetCTLOptions()
934 SvtCTLOptions::TextNumerals eNumerals = GetCTLOptions().GetCTLTextNumerals(); in GetOptDigitLanguage()
935 return ( eNumerals == SvtCTLOptions::NUMERALS_ARABIC ) ? LANGUAGE_ENGLISH_US : in GetOptDigitLanguage()
936 ( eNumerals == SvtCTLOptions::NUMERALS_HINDI) ? LANGUAGE_ARABIC_SAUDI_ARABIA : in GetOptDigitLanguage()
/aoo4110/main/sfx2/source/doc/
H A Dobjcont.cxx170 const SvtCTLOptions aCTLOptions; in CreatePreviewMetaFile_Impl()
172 if ( SvtCTLOptions::NUMERALS_HINDI == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
174 else if ( SvtCTLOptions::NUMERALS_ARABIC == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx1497 const SvtCTLOptions aSvtCTLOptions; in VclProcessor2D()
1500 if(SvtCTLOptions::NUMERALS_HINDI == aSvtCTLOptions.GetCTLTextNumerals()) in VclProcessor2D()
1504 else if(SvtCTLOptions::NUMERALS_ARABIC == aSvtCTLOptions.GetCTLTextNumerals()) in VclProcessor2D()
/aoo4110/main/sd/source/ui/inc/
H A DWindowUpdater.hxx116 SvtCTLOptions maCTLOptions;
/aoo4110/main/sw/source/ui/app/
H A Dapphdl.cxx906 SvtCTLOptions& SwModule::GetCTLOptions() in GetCTLOptions()
910 pCTLOptions = new SvtCTLOptions; in GetCTLOptions()
/aoo4110/main/sw/source/core/text/
H A Dtxtfrm.cxx328 … const SvtCTLOptions::TextNumerals nTextNumerals = SW_MOD()->GetCTLOptions().GetCTLTextNumerals(); in SwDigitModeModifier()
330 if ( SvtCTLOptions::NUMERALS_HINDI == nTextNumerals ) in SwDigitModeModifier()
332 else if ( SvtCTLOptions::NUMERALS_ARABIC == nTextNumerals ) in SwDigitModeModifier()
334 else if ( SvtCTLOptions::NUMERALS_SYSTEM == nTextNumerals ) in SwDigitModeModifier()
/aoo4110/main/editeng/source/editeng/
H A Dimpedit3.cxx4381 pCTLOptions = new SvtCTLOptions; in ImplInitDigitMode()
4384 const SvtCTLOptions::TextNumerals nCTLTextNumerals = pCTLOptions->GetCTLTextNumerals(); in ImplInitDigitMode()
4386 if ( SvtCTLOptions::NUMERALS_HINDI == nCTLTextNumerals ) in ImplInitDigitMode()
4388 else if ( SvtCTLOptions::NUMERALS_ARABIC == nCTLTextNumerals ) in ImplInitDigitMode()
4390 else if ( SvtCTLOptions::NUMERALS_SYSTEM == nCTLTextNumerals ) in ImplInitDigitMode()
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.hxx90 class SvtCTLOptions;
430 mutable SvtCTLOptions* pCTLOptions;
H A Deditdoc.hxx43 class SvtCTLOptions;
H A Dimpedit2.cxx1680 pCTLOptions = new SvtCTLOptions; in IsInputSequenceCheckingRequired()
2697 pCTLOptions = new SvtCTLOptions; in InsertText()
4594 pCTLOptions = new SvtCTLOptions; in IsVisualCursorTravelingEnabled()
4596 …if ( pCTLOptions->IsCTLFontEnabled() && ( pCTLOptions->GetCTLCursorMovement() == SvtCTLOptions::MO… in IsVisualCursorTravelingEnabled()
/aoo4110/main/sd/source/ui/func/
H A Dfubullet.cxx324 SvtCTLOptions aCTLOptions; in GetSlotState()
/aoo4110/main/svtools/inc/svtools/
H A Dtexteng.hxx66 class SvtCTLOptions;
/aoo4110/main/sc/source/ui/view/
H A Dviewutil.cxx326 SvtCTLOptions aCTLOptions; in HideDisabledSlot()
/aoo4110/main/sw/source/core/crsr/
H A Dswcrsr.cxx1607 const SvtCTLOptions& rCTLOptions = SW_MOD()->GetCTLOptions(); in DoSetBidiLevelLeftRight()
1609 SvtCTLOptions::MOVEMENT_VISUAL == in DoSetBidiLevelLeftRight()
/aoo4110/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx865 SvtCTLOptions aCTLOptions; in GetState()
/aoo4110/main/svtools/source/edit/
H A Dtexteng.cxx724 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired()
779 SvtCTLOptions aCTLOptions; in ImpInsertText()

Completed in 180 milliseconds

12