/aoo42x/main/svl/source/config/ |
H A D | ctloptions.cxx | 58 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 D | languageoptions.cxx | 50 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 D | itemholder2.cxx | 154 rItem.pItem = new SvtCTLOptions(); in impl_newItem()
|
/aoo42x/main/cui/source/options/ |
H A D | optctl.cxx | 84 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()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | WindowUpdater.cxx | 129 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()
|
/aoo42x/main/svl/inc/svl/ |
H A D | ctloptions.hxx | 36 class SVL_DLLPUBLIC SvtCTLOptions : public utl::detail::Options class 44 SvtCTLOptions( sal_Bool bDontLoad = sal_False ); 45 virtual ~SvtCTLOptions();
|
H A D | languageoptions.hxx | 42 class SvtCTLOptions; 48 SvtCTLOptions* m_pCTLOptions;
|
/aoo42x/main/sw/inc/ |
H A D | swmodule.hxx | 60 class SvtCTLOptions; 92 SvtCTLOptions* pCTLOptions; 179 SvtCTLOptions& GetCTLOptions();
|
/aoo42x/main/sc/inc/ |
H A D | scmod.hxx | 51 class SvtCTLOptions; 133 SvtCTLOptions* pCTLOptions; 222 SvtCTLOptions& GetCTLOptions();
|
/aoo42x/main/sc/source/ui/app/ |
H A D | scmod.cxx | 912 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()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objcont.cxx | 170 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()
|
/aoo42x/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 1497 const SvtCTLOptions aSvtCTLOptions; in VclProcessor2D() 1500 if(SvtCTLOptions::NUMERALS_HINDI == aSvtCTLOptions.GetCTLTextNumerals()) in VclProcessor2D() 1504 else if(SvtCTLOptions::NUMERALS_ARABIC == aSvtCTLOptions.GetCTLTextNumerals()) in VclProcessor2D()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 328 … 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()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | apphdl.cxx | 906 SvtCTLOptions& SwModule::GetCTLOptions() in GetCTLOptions() 910 pCTLOptions = new SvtCTLOptions; in GetCTLOptions()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | WindowUpdater.hxx | 116 SvtCTLOptions maCTLOptions;
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 4448 pCTLOptions = new SvtCTLOptions; in ImplInitDigitMode() 4451 const SvtCTLOptions::TextNumerals nCTLTextNumerals = pCTLOptions->GetCTLTextNumerals(); in ImplInitDigitMode() 4453 if ( SvtCTLOptions::NUMERALS_HINDI == nCTLTextNumerals ) in ImplInitDigitMode() 4455 else if ( SvtCTLOptions::NUMERALS_ARABIC == nCTLTextNumerals ) in ImplInitDigitMode() 4457 else if ( SvtCTLOptions::NUMERALS_SYSTEM == nCTLTextNumerals ) in ImplInitDigitMode() 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 D | impedit.hxx | 90 class SvtCTLOptions; 430 mutable SvtCTLOptions* pCTLOptions;
|
H A D | impedit2.cxx | 1685 pCTLOptions = new SvtCTLOptions; in IsInputSequenceCheckingRequired() 2700 pCTLOptions = new SvtCTLOptions; in InsertText() 4597 pCTLOptions = new SvtCTLOptions; in IsVisualCursorTravelingEnabled() 4599 …if ( pCTLOptions->IsCTLFontEnabled() && ( pCTLOptions->GetCTLCursorMovement() == SvtCTLOptions::MO… in IsVisualCursorTravelingEnabled()
|
H A D | editdoc.hxx | 44 class SvtCTLOptions;
|
/aoo42x/main/sd/source/ui/func/ |
H A D | fubullet.cxx | 324 SvtCTLOptions aCTLOptions; in GetSlotState()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | texteng.hxx | 66 class SvtCTLOptions;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewutil.cxx | 326 SvtCTLOptions aCTLOptions; in HideDisabledSlot()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1619 const SvtCTLOptions& rCTLOptions = SW_MOD()->GetCTLOptions(); in DoSetBidiLevelLeftRight() 1621 SvtCTLOptions::MOVEMENT_VISUAL == in DoSetBidiLevelLeftRight()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwtxtex.cxx | 865 SvtCTLOptions aCTLOptions; in GetState()
|
/aoo42x/main/svtools/source/edit/ |
H A D | texteng.cxx | 724 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired() 779 SvtCTLOptions aCTLOptions; in ImpInsertText()
|