/aoo41x/main/svl/source/config/ |
H A D | cjkoptions.cxx | 397 SvtCJKOptions::SvtCJKOptions(sal_Bool bDontLoad) in SvtCJKOptions() function in SvtCJKOptions 415 SvtCJKOptions::~SvtCJKOptions() in ~SvtCJKOptions() 423 sal_Bool SvtCJKOptions::IsCJKFontEnabled() const in IsCJKFontEnabled() 429 sal_Bool SvtCJKOptions::IsVerticalTextEnabled() const in IsVerticalTextEnabled() 441 sal_Bool SvtCJKOptions::IsJapaneseFindEnabled() const in IsJapaneseFindEnabled() 447 sal_Bool SvtCJKOptions::IsRubyEnabled() const in IsRubyEnabled() 453 sal_Bool SvtCJKOptions::IsChangeCaseMapEnabled() const in IsChangeCaseMapEnabled() 459 sal_Bool SvtCJKOptions::IsDoubleLinesEnabled() const in IsDoubleLinesEnabled() 465 sal_Bool SvtCJKOptions::IsEmphasisMarksEnabled() const in IsEmphasisMarksEnabled() 479 void SvtCJKOptions::SetAll(sal_Bool bSet) in SetAll() [all …]
|
H A D | languageoptions.cxx | 49 m_pCJKOptions = new SvtCJKOptions( _bDontLoad ); in SvtLanguageOptions() 181 …geOptions::E_CJKFONT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_CJKFONT … in IsReadOnly() 182 …geOptions::E_VERTICALTEXT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_VERTICALTEX… in IsReadOnly() 183 …geOptions::E_ASIANTYPOGRAPHY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_ASIANTYPOGR… in IsReadOnly() 184 …geOptions::E_JAPANESEFIND : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_JAPANESEFIN… in IsReadOnly() 185 …geOptions::E_RUBY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_RUBY … in IsReadOnly() 186 …geOptions::E_CHANGECASEMAP : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_CHANGECASEM… in IsReadOnly() 187 …geOptions::E_DOUBLELINES : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_DOUBLELINES… in IsReadOnly() 188 …geOptions::E_EMPHASISMARKS : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_EMPHASISMAR… in IsReadOnly() 189 …geOptions::E_VERTICALCALLOUT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions::E_VERTICALCAL… in IsReadOnly() [all …]
|
H A D | itemholder2.cxx | 150 rItem.pItem = new SvtCJKOptions(); in impl_newItem()
|
/aoo41x/main/svl/inc/svl/ |
H A D | cjkoptions.hxx | 34 class SVL_DLLPUBLIC SvtCJKOptions: public utl::detail::Options class 56 SvtCJKOptions(sal_Bool bDontLoad = sal_False); 57 virtual ~SvtCJKOptions();
|
H A D | languageoptions.hxx | 41 class SvtCJKOptions; 47 SvtCJKOptions* m_pCJKOptions;
|
/aoo41x/main/sw/source/ui/fmtui/ |
H A D | tmpdlg.cxx | 152 SvtCJKOptions aCJKOptions; in SwTemplateDlg() 215 SvtCJKOptions aCJKOptions; in SwTemplateDlg() 308 SvtCJKOptions aCJKOptions; in SwTemplateDlg()
|
/aoo41x/main/sw/source/ui/index/ |
H A D | swuiidxmrk.cxx | 155 if( SvtCJKOptions().IsCJKFontEnabled() ) in SwIndexMarkDlg() 1108 SfxModelessDialog(_pBindings, pChild, pParent, SvtCJKOptions().IsCJKFontEnabled()?SW_RES(DLG_INSIDX… in SwIndexMarkFloatDlg() 1109 …aDlg(this, bNew, SW_RES(WIN_DLG), SvtCJKOptions().IsCJKFontEnabled()?DLG_INSIDXMARK_CJK:DLG_INSIDX… in SwIndexMarkFloatDlg() 1133 SvxStandardDialog(pParent, SvtCJKOptions().IsCJKFontEnabled()?SW_RES(DLG_EDIT_IDXMARK_CJK):SW_RES(D… in SwIndexMarkModalDlg() 1134 …aDlg(this, sal_False, SW_RES(WIN_DLG), SvtCJKOptions().IsCJKFontEnabled()?DLG_EDIT_IDXMARK_CJK:DLG… in SwIndexMarkModalDlg()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuifmsearch.cxx | 63 SvtCJKOptions aCJKOptions; in initCommon() 553 || !SvtCJKOptions().IsJapaneseFindEnabled(); in IMPL_LINK() 707 …sal_Bool bEnableRedundants = !m_aSoundsLikeCJK.IsChecked() || !SvtCJKOptions().IsJapaneseFindEnabl… in EnableSearchForDependees()
|
H A D | srchxtra.cxx | 69 SvtCJKOptions aCJKOptions; in SvxSearchFormatDialog()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | dlg_ShapeParagraph.cxx | 49 SvtCJKOptions aCJKOptions; in ShapeParagraphDialog()
|
/aoo41x/main/reportdesign/source/ui/dlg/ |
H A D | dlgpage.cxx | 81 SvtCJKOptions aCJKOptions; in ORptPageDialog()
|
/aoo41x/main/svx/source/form/ |
H A D | fmtextcontroldialogs.cxx | 110 SvtCJKOptions aCJKOptions; in TextControlParaAttribDialog()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviewsf.cxx | 243 SvtCJKOptions aCJKOptions; in GetCtrlState() 271 SvtCJKOptions aCJKOptions; in GetCtrlState()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | textdlgs.cxx | 103 SvtCJKOptions aCJKOptions; in ScParagraphDlg()
|
/aoo41x/main/sc/source/ui/attrdlg/ |
H A D | attrdlg.cxx | 68 SvtCJKOptions aCJKOptions; in ScAttrDlg()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | paragr.cxx | 173 SvtCJKOptions aCJKOptions; in SdParagraphDlg()
|
H A D | tabtempl.cxx | 96 SvtCJKOptions aCJKOptions; in SdTabTemplateDlg()
|
H A D | prltempl.cxx | 184 SvtCJKOptions aCJKOptions; in SdPresLayoutTemplateDlg()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | drwtxtex.cxx | 774 if (!SvtCJKOptions().IsAnyEnabled()) in GetState() 850 SvtCJKOptions aCJKOptions; in GetState()
|
/aoo41x/main/sc/source/ui/styleui/ |
H A D | styledlg.cxx | 78 SvtCJKOptions aCJKOptions; in ScStyleDlg()
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | pardlg.cxx | 116 SvtCJKOptions aCJKOptions; in SwParaDlg()
|
H A D | chardlg.cxx | 124 SvtCJKOptions aCJKOptions; in SwCharDlg()
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshell.cxx | 334 rSet.Put(SfxVisibilityItem(nWhich, SvtCJKOptions().IsAnyEnabled())); in GetState()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | align.cxx | 161 maCbAsianMode.Show( SvtCJKOptions().IsVerticalTextEnabled() ); in AlignmentTabPage()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewstat.cxx | 327 if (!SvtCJKOptions().IsAnyEnabled()) in GetState()
|