Home
last modified time | relevance | path

Searched refs:SvtCJKOptions (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/svl/source/config/ !
H A Dcjkoptions.cxx95 sal_Bool IsReadOnly(SvtCJKOptions::EOption eOption) const;
367 sal_Bool SvtCJKOptions_Impl::IsReadOnly(SvtCJKOptions::EOption eOption) const in IsReadOnly()
372 case SvtCJKOptions::E_CJKFONT : bReadOnly = bROCJKFont; break; in IsReadOnly()
373 case SvtCJKOptions::E_VERTICALTEXT : bReadOnly = bROVerticalText; break; in IsReadOnly()
374 case SvtCJKOptions::E_ASIANTYPOGRAPHY : bReadOnly = bROAsianTypography; break; in IsReadOnly()
375 case SvtCJKOptions::E_JAPANESEFIND : bReadOnly = bROJapaneseFind; break; in IsReadOnly()
376 case SvtCJKOptions::E_RUBY : bReadOnly = bRORuby; break; in IsReadOnly()
377 case SvtCJKOptions::E_CHANGECASEMAP : bReadOnly = bROChangeCaseMap; break; in IsReadOnly()
378 case SvtCJKOptions::E_DOUBLELINES : bReadOnly = bRODoubleLines; break; in IsReadOnly()
379 case SvtCJKOptions::E_EMPHASISMARKS : bReadOnly = bROEmphasisMarks; break; in IsReadOnly()
[all …]
H A Dlanguageoptions.cxx49 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 Ditemholder2.cxx150 rItem.pItem = new SvtCJKOptions(); in impl_newItem()
/trunk/main/svl/inc/svl/ !
H A Dcjkoptions.hxx34 class SVL_DLLPUBLIC SvtCJKOptions: public utl::detail::Options class
56 SvtCJKOptions(sal_Bool bDontLoad = sal_False);
57 virtual ~SvtCJKOptions();
H A Dlanguageoptions.hxx41 class SvtCJKOptions;
47 SvtCJKOptions* m_pCJKOptions;
/trunk/main/sw/source/ui/fmtui/ !
H A Dtmpdlg.cxx152 SvtCJKOptions aCJKOptions; in SwTemplateDlg()
221 SvtCJKOptions aCJKOptions; in SwTemplateDlg()
329 SvtCJKOptions aCJKOptions; in SwTemplateDlg()
/trunk/main/sw/source/ui/index/ !
H A Dswuiidxmrk.cxx155 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()
/trunk/main/cui/source/dialogs/ !
H A Dcuifmsearch.cxx63 SvtCJKOptions aCJKOptions; in initCommon()
553 || !SvtCJKOptions().IsJapaneseFindEnabled(); in IMPL_LINK()
707 …sal_Bool bEnableRedundants = !m_aSoundsLikeCJK.IsChecked() || !SvtCJKOptions().IsJapaneseFindEnabl… in EnableSearchForDependees()
H A Dsrchxtra.cxx69 SvtCJKOptions aCJKOptions; in SvxSearchFormatDialog()
/trunk/main/sd/source/ui/view/ !
H A Ddrviewsf.cxx243 SvtCJKOptions aCJKOptions; in GetCtrlState()
271 SvtCJKOptions aCJKOptions; in GetCtrlState()
/trunk/main/chart2/source/controller/dialogs/ !
H A Ddlg_ShapeParagraph.cxx49 SvtCJKOptions aCJKOptions; in ShapeParagraphDialog()
/trunk/main/reportdesign/source/ui/dlg/ !
H A Ddlgpage.cxx81 SvtCJKOptions aCJKOptions; in ORptPageDialog()
/trunk/main/svx/source/form/ !
H A Dfmtextcontroldialogs.cxx110 SvtCJKOptions aCJKOptions; in TextControlParaAttribDialog()
/trunk/main/sc/source/ui/miscdlgs/ !
H A Dtextdlgs.cxx102 SvtCJKOptions aCJKOptions; in ScParagraphDlg()
/trunk/main/sc/source/ui/attrdlg/ !
H A Dattrdlg.cxx66 SvtCJKOptions aCJKOptions; in ScAttrDlg()
/trunk/main/sw/source/ui/shells/ !
H A Ddrwtxtex.cxx774 if (!SvtCJKOptions().IsAnyEnabled()) in GetState()
850 SvtCJKOptions aCJKOptions; in GetState()
/trunk/main/sd/source/ui/dlg/ !
H A Dparagr.cxx173 SvtCJKOptions aCJKOptions; in SdParagraphDlg()
H A Dtabtempl.cxx96 SvtCJKOptions aCJKOptions; in SdTabTemplateDlg()
H A Dprltempl.cxx184 SvtCJKOptions aCJKOptions; in SdPresLayoutTemplateDlg()
/trunk/main/sc/source/ui/styleui/ !
H A Dstyledlg.cxx77 SvtCJKOptions aCJKOptions; in ScStyleDlg()
/trunk/main/sw/source/ui/chrdlg/ !
H A Dpardlg.cxx116 SvtCJKOptions aCJKOptions; in SwParaDlg()
H A Dchardlg.cxx124 SvtCJKOptions aCJKOptions; in SwCharDlg()
/trunk/main/sd/source/ui/docshell/ !
H A Ddocshell.cxx334 rSet.Put(SfxVisibilityItem(nWhich, SvtCJKOptions().IsAnyEnabled())); in GetState()
/trunk/main/cui/source/tabpages/ !
H A Dalign.cxx161 maCbAsianMode.Show( SvtCJKOptions().IsVerticalTextEnabled() ); in AlignmentTabPage()
/trunk/main/sw/source/ui/uiview/ !
H A Dviewstat.cxx334 if (!SvtCJKOptions().IsAnyEnabled()) in GetState()

12