Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptctl.cxx84 SvtCTLOptions aCTLOptions; in FillItemSet() local
90 aCTLOptions.SetCTLSequenceChecking( bChecked ); in FillItemSet()
97 aCTLOptions.SetCTLSequenceCheckingRestricted( bChecked ); in FillItemSet()
103 aCTLOptions.SetCTLSequenceCheckingTypeAndReplace(bChecked); in FillItemSet()
114 aCTLOptions.SetCTLCursorMovement( eMovement ); in FillItemSet()
121 aCTLOptions.SetCTLTextNumerals( (SvtCTLOptions::TextNumerals)nPos ); in FillItemSet()
130 SvtCTLOptions aCTLOptions; in Reset() local
132 m_aSequenceCheckingCB.Check( aCTLOptions.IsCTLSequenceChecking() ); in Reset()
133 m_aRestrictedCB.Check( aCTLOptions.IsCTLSequenceCheckingRestricted() ); in Reset()
136 SvtCTLOptions::CursorMovement eMovement = aCTLOptions.GetCTLCursorMovement(); in Reset()
[all …]
/trunk/main/sd/source/ui/func/
H A Dfubullet.cxx324 SvtCTLOptions aCTLOptions; in GetSlotState() local
325 const sal_Bool bCtlEnabled = aCTLOptions.IsCTLFontEnabled(); in GetSlotState()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx170 const SvtCTLOptions aCTLOptions; in CreatePreviewMetaFile_Impl() local
172 if ( SvtCTLOptions::NUMERALS_HINDI == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
174 else if ( SvtCTLOptions::NUMERALS_ARABIC == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
/trunk/main/sc/source/ui/view/
H A Dviewutil.cxx326 SvtCTLOptions aCTLOptions; in HideDisabledSlot() local
347 bEnabled = aCTLOptions.IsCTLFontEnabled(); in HideDisabledSlot()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx724 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired() local
733 aCTLOptions.IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()
734 aCTLOptions.IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()
779 SvtCTLOptions aCTLOptions; in ImpInsertText() local
784 sal_Int16 nCheckMode = aCTLOptions.IsCTLSequenceCheckingRestricted() ? in ImpInsertText()
791 if (aCTLOptions.IsCTLSequenceCheckingTypeAndReplace()) in ImpInsertText()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtex.cxx865 SvtCTLOptions aCTLOptions; in GetState() local
866 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dannotsh.cxx842 SvtCTLOptions aCTLOptions; in GetState() local
843 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dtextsh1.cxx1872 SvtCTLOptions aCTLOptions; in GetState() local
1873 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
/trunk/main/sw/source/ui/config/
H A Doptpage.cxx414 SvtCTLOptions aCTLOptions; in SwAddPrinterTabPage() local
415 aProspectCB_RTL.Show(aCTLOptions.IsCTLFontEnabled()); in SwAddPrinterTabPage()

Completed in 72 milliseconds