Searched refs:aCTLOptions (Results 1 – 9 of 9) sorted by relevance
84 SvtCTLOptions aCTLOptions; in FillItemSet() local90 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() local132 m_aSequenceCheckingCB.Check( aCTLOptions.IsCTLSequenceChecking() ); in Reset()133 m_aRestrictedCB.Check( aCTLOptions.IsCTLSequenceCheckingRestricted() ); in Reset()136 SvtCTLOptions::CursorMovement eMovement = aCTLOptions.GetCTLCursorMovement(); in Reset()[all …]
324 SvtCTLOptions aCTLOptions; in GetSlotState() local325 const sal_Bool bCtlEnabled = aCTLOptions.IsCTLFontEnabled(); in GetSlotState()
170 const SvtCTLOptions aCTLOptions; in CreatePreviewMetaFile_Impl() local172 if ( SvtCTLOptions::NUMERALS_HINDI == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()174 else if ( SvtCTLOptions::NUMERALS_ARABIC == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
326 SvtCTLOptions aCTLOptions; in HideDisabledSlot() local347 bEnabled = aCTLOptions.IsCTLFontEnabled(); in HideDisabledSlot()
724 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired() local733 aCTLOptions.IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()734 aCTLOptions.IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()779 SvtCTLOptions aCTLOptions; in ImpInsertText() local784 sal_Int16 nCheckMode = aCTLOptions.IsCTLSequenceCheckingRestricted() ? in ImpInsertText()791 if (aCTLOptions.IsCTLSequenceCheckingTypeAndReplace()) in ImpInsertText()
865 SvtCTLOptions aCTLOptions; in GetState() local866 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
842 SvtCTLOptions aCTLOptions; in GetState() local843 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
1872 SvtCTLOptions aCTLOptions; in GetState() local1873 sal_Bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
414 SvtCTLOptions aCTLOptions; in SwAddPrinterTabPage() local415 aProspectCB_RTL.Show(aCTLOptions.IsCTLFontEnabled()); in SwAddPrinterTabPage()
Completed in 64 milliseconds