Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptctl.cxx64 SvtCTLOptions aCTLOptions; in FillItemSet() local
70 aCTLOptions.SetCTLSequenceChecking( bChecked ); in FillItemSet()
77 aCTLOptions.SetCTLSequenceCheckingRestricted( bChecked ); in FillItemSet()
83 aCTLOptions.SetCTLSequenceCheckingTypeAndReplace(bChecked); in FillItemSet()
93 aCTLOptions.SetCTLCursorMovement( eMovement ); in FillItemSet()
109 SvtCTLOptions aCTLOptions; in Reset() local
111 m_xSequenceCheckingCB->set_active( aCTLOptions.IsCTLSequenceChecking() ); in Reset()
112 m_xRestrictedCB->set_active( aCTLOptions.IsCTLSequenceCheckingRestricted() ); in Reset()
113 m_xTypeReplaceCB->set_active( aCTLOptions.IsCTLSequenceCheckingTypeAndReplace() ); in Reset()
115 SvtCTLOptions::CursorMovement eMovement = aCTLOptions.GetCTLCursorMovement(); in Reset()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptctl.cxx64 SvtCTLOptions aCTLOptions; in FillItemSet() local
70 aCTLOptions.SetCTLSequenceChecking( bChecked ); in FillItemSet()
77 aCTLOptions.SetCTLSequenceCheckingRestricted( bChecked ); in FillItemSet()
83 aCTLOptions.SetCTLSequenceCheckingTypeAndReplace(bChecked); in FillItemSet()
93 aCTLOptions.SetCTLCursorMovement( eMovement ); in FillItemSet()
109 SvtCTLOptions aCTLOptions; in Reset() local
111 m_xSequenceCheckingCB->set_active( aCTLOptions.IsCTLSequenceChecking() ); in Reset()
112 m_xRestrictedCB->set_active( aCTLOptions.IsCTLSequenceCheckingRestricted() ); in Reset()
113 m_xTypeReplaceCB->set_active( aCTLOptions.IsCTLSequenceCheckingTypeAndReplace() ); in Reset()
115 SvtCTLOptions::CursorMovement eMovement = aCTLOptions.GetCTLCursorMovement(); in Reset()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Dobjcont.cxx162 SvtCTLOptions aCTLOptions; in CreatePreviewMetaFile_Impl() local
163 if ( SvtCTLOptions::NUMERALS_HINDI == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
165 else if ( SvtCTLOptions::NUMERALS_ARABIC == aCTLOptions.GetCTLTextNumerals() ) in CreatePreviewMetaFile_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfubullet.cxx298 SvtCTLOptions aCTLOptions; in GetSlotState() local
299 const bool bCtlEnabled = aCTLOptions.IsCTLFontEnabled(); in GetSlotState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfubullet.cxx298 SvtCTLOptions aCTLOptions; in GetSlotState() local
299 const bool bCtlEnabled = aCTLOptions.IsCTLFontEnabled(); in GetSlotState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dobjcont.cxx188 SvtCTLOptions aCTLOptions; in CreatePreview_Impl() local
189 if ( SvtCTLOptions::NUMERALS_HINDI == aCTLOptions.GetCTLTextNumerals() ) in CreatePreview_Impl()
191 else if ( SvtCTLOptions::NUMERALS_ARABIC == aCTLOptions.GetCTLTextNumerals() ) in CreatePreview_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dviewutil.cxx288 SvtCTLOptions aCTLOptions; in HideDisabledSlot() local
307 bEnabled = aCTLOptions.IsCTLFontEnabled(); in HideDisabledSlot()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dviewutil.cxx287 SvtCTLOptions aCTLOptions; in HideDisabledSlot() local
306 bEnabled = aCTLOptions.IsCTLFontEnabled(); in HideDisabledSlot()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx616 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired() local
622 aCTLOptions.IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()
623 aCTLOptions.IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()
670 SvtCTLOptions aCTLOptions; in ImpInsertText() local
675 sal_Int16 nCheckMode = aCTLOptions.IsCTLSequenceCheckingRestricted() ? in ImpInsertText()
681 if (aCTLOptions.IsCTLSequenceCheckingTypeAndReplace()) in ImpInsertText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx616 SvtCTLOptions aCTLOptions; in IsInputSequenceCheckingRequired() local
622 aCTLOptions.IsCTLFontEnabled() && in IsInputSequenceCheckingRequired()
623 aCTLOptions.IsCTLSequenceChecking() && in IsInputSequenceCheckingRequired()
670 SvtCTLOptions aCTLOptions; in ImpInsertText() local
675 sal_Int16 nCheckMode = aCTLOptions.IsCTLSequenceCheckingRestricted() ? in ImpInsertText()
681 if (aCTLOptions.IsCTLSequenceCheckingTypeAndReplace()) in ImpInsertText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsrchdlg.cxx441 SvtCTLOptions aCTLOptions; in Construct_Impl() local
447 if(!aCTLOptions.IsCTLFontEnabled()) in Construct_Impl()
697 SvtCTLOptions aCTLOptions; in ShowOptionalControls_Impl() local
715 m_xIncludeKashida->set_visible(aCTLOptions.IsCTLFontEnabled()); in ShowOptionalControls_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dsrchdlg.cxx418 SvtCTLOptions aCTLOptions; in Construct_Impl() local
424 if(!aCTLOptions.IsCTLFontEnabled()) in Construct_Impl()
676 SvtCTLOptions aCTLOptions; in ShowOptionalControls_Impl() local
694 m_xIncludeKashida->set_visible(aCTLOptions.IsCTLFontEnabled()); in ShowOptionalControls_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Ddrwtxtex.cxx942 SvtCTLOptions aCTLOptions; in GetState() local
943 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dannotsh.cxx818 SvtCTLOptions aCTLOptions; in GetState() local
819 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dtextsh1.cxx2157 SvtCTLOptions aCTLOptions; in GetState() local
2158 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Ddrwtxtex.cxx964 SvtCTLOptions aCTLOptions; in GetState() local
965 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dannotsh.cxx847 SvtCTLOptions aCTLOptions; in GetState() local
848 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
H A Dtextsh1.cxx1981 SvtCTLOptions aCTLOptions; in GetState() local
1982 bool bEnabled = aCTLOptions.IsCTLFontEnabled(); in GetState()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx163 SvtCTLOptions aCTLOptions; in impl_executeSearch() local
167 if (aCTLOptions.IsCTLFontEnabled()) in impl_executeSearch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dtbunosearchcontrollers.cxx119 SvtCTLOptions aCTLOptions; in impl_executeSearch() local
123 if (aCTLOptions.IsCTLFontEnabled()) in impl_executeSearch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/config/
H A Doptpage.cxx351 SvtCTLOptions aCTLOptions; in SwAddPrinterTabPage() local
352 m_xProspectCB_RTL->set_visible(aCTLOptions.IsCTLFontEnabled()); in SwAddPrinterTabPage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocstyle.cxx879 SvtCTLOptions aCTLOptions; in GetDescription() local
969 if(aCTLOptions.IsCTLFontEnabled()) in GetDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/config/
H A Doptpage.cxx338 SvtCTLOptions aCTLOptions; in SwAddPrinterTabPage() local
339 m_xProspectCB_RTL->set_visible(aCTLOptions.IsCTLFontEnabled()); in SwAddPrinterTabPage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocstyle.cxx878 SvtCTLOptions aCTLOptions; in GetDescription() local
968 if(aCTLOptions.IsCTLFontEnabled()) in GetDescription()