| /aoo42x/main/sal/textenc/ | 
| H A D | convertiso2022kr.c | 307         eSet = ((ImplUnicodeToIso2022KrContext *) pContext)->m_eSet;  in ImplConvertUnicodeToIso2022Kr()310     if (eSet == IMPL_UNICODE_TO_ISO_2022_KR_SET_NONE)  in ImplConvertUnicodeToIso2022Kr()
 318             eSet = IMPL_UNICODE_TO_ISO_2022_KR_SET_ASCII;  in ImplConvertUnicodeToIso2022Kr()
 353                 if (eSet == IMPL_UNICODE_TO_ISO_2022_KR_SET_1001)  in ImplConvertUnicodeToIso2022Kr()
 358                         eSet = IMPL_UNICODE_TO_ISO_2022_KR_SET_ASCII;  in ImplConvertUnicodeToIso2022Kr()
 372                 if (eSet == IMPL_UNICODE_TO_ISO_2022_KR_SET_1001)  in ImplConvertUnicodeToIso2022Kr()
 377                         eSet = IMPL_UNICODE_TO_ISO_2022_KR_SET_ASCII;  in ImplConvertUnicodeToIso2022Kr()
 444                     eSet = IMPL_UNICODE_TO_ISO_2022_KR_SET_ASCII;  in ImplConvertUnicodeToIso2022Kr()
 498             && eSet == IMPL_UNICODE_TO_ISO_2022_KR_SET_1001  in ImplConvertUnicodeToIso2022Kr()
 504                 eSet = IMPL_UNICODE_TO_ISO_2022_KR_SET_ASCII;  in ImplConvertUnicodeToIso2022Kr()
 [all …]
 
 | 
| /aoo42x/main/sw/source/ui/inc/ | 
| H A D | usrpref.hxx | 205     void        SetFldUpdateFlags(SwFldUpdateFlags eSet, sal_Bool bNoModify = sal_False)  in SetFldUpdateFlags()  argument207             eFldUpdateFlags = eSet;  in SetFldUpdateFlags()
 230     void        SetMetric(FieldUnit eSet, sal_Bool bNoModify = sal_False)  in SetMetric()  argument
 232                     eUserMetric = eSet;  in SetMetric()
 239     void        SetHScrollMetric(FieldUnit eSet, sal_Bool bNoModify = sal_False)  in SetHScrollMetric()  argument
 241                     eHScrollMetric = eSet; bIsHScrollMetricSet = sal_True;  in SetHScrollMetric()
 248     void        SetVScrollMetric(FieldUnit eSet, sal_Bool bNoModify = sal_False)  in SetVScrollMetric()  argument
 250                     eVScrollMetric = eSet; bIsVScrollMetricSet = sal_True;  in SetVScrollMetric()
 
 | 
| H A D | toxmgr.hxx | 103 	void 			SetTOXType(TOXTypes eSet) { eTOXType = eSet;}  in SetTOXType()  argument142 	void				SetCaptionDisplay(SwCaptionDisplay eSet) {eCaptionDisplay = eSet;}  in SetCaptionDisplay()  argument
 
 | 
| H A D | numfmtlb.hxx | 72     void                SetLanguage(LanguageType eSet)  { eCurLanguage = eSet;}  in SetLanguage()  argument
 | 
| H A D | swuicnttab.hxx | 119 	void				SetCurrentTOXType(CurTOXType	eSet)  in SetCurrentTOXType()  argument121 									eCurrentTOXType = eSet;  in SetCurrentTOXType()
 261 	void				SelectType(TOXTypes eSet); 	//preset TOXType, GlobalDoc
 
 | 
| H A D | uivwimp.hxx | 133 	void							SetShellMode(ShellModes eSet);
 | 
| H A D | pview.hxx | 246     void         SetZoom(SvxZoomType eSet, sal_uInt16 nFactor);
 | 
| /aoo42x/main/xmloff/source/style/ | 
| H A D | xmlnumi.cxx | 255 	void SetAdjust( sal_Int16 eSet ) { eAdjust = eSet; }  in SetAdjust()  argument260 	void SetBulletFontFamily( sal_Int16 eSet ) { eBulletFontFamily = eSet; }  in SetBulletFontFamily()  argument
 261 	void SetBulletFontPitch( sal_Int16 eSet ) { eBulletFontPitch = eSet; }  in SetBulletFontPitch()  argument
 262 	void SetBulletFontEncoding( rtl_TextEncoding eSet )  in SetBulletFontEncoding()  argument
 263 		 { eBulletFontEncoding = eSet; }  in SetBulletFontEncoding()
 267 	void SetImageVertOrient( sal_Int16 eSet )  in SetImageVertOrient()  argument
 268 		 { eImageVertOrient = eSet; }  in SetImageVertOrient()
 
 | 
| /aoo42x/main/sw/source/ui/shells/ | 
| H A D | basesh.cxx | 1061 			RndStdIds eSet = nSlot == FN_TOOL_ANKER_PAGE  in Execute()  local1072 				rSh.ChgAnchor( eSet );  in Execute()
 1079 				SwFmtAnchor aAnc( eSet, rSh.GetPhyPageNum() );  in Execute()
 1105 				switch( eSet )  in Execute()
 1639 					RndStdIds eSet = ((SwFmtAnchor&)aSet.Get(RES_ANCHOR)).GetAnchorId();  in GetState()  local
 1642                             (eSet == FLY_AT_PAGE))  in GetState()
 1644                             (eSet == FLY_AT_PARA))  in GetState()
 1646                             (eSet == FLY_AT_FLY))  in GetState()
 1648                             (eSet == FLY_AT_CHAR))  in GetState()
 1650                             (eSet == FLY_AS_CHAR));  in GetState()
 [all …]
 
 | 
| /aoo42x/main/editeng/inc/editeng/ | 
| H A D | numitem.hxx | 187 	void			SetNumAdjust(SvxAdjust eSet) {eNumAdjust = eSet;}  in SetNumAdjust()  argument214     virtual void        SetVertOrient(sal_Int16 eSet);
 
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | extinput.hxx | 51     void SetLanguage(LanguageType eSet) { eInputLanguage = eSet;}  in SetLanguage()  argument
 | 
| H A D | modcfg.hxx | 188 	void		SetTblMode( TblChgMode  eSet ) { aTableConfig.eTblChgMode = eSet;  in SetTblMode()  argument
 | 
| H A D | tox.hxx | 590 	void					SetCaptionDisplay(SwCaptionDisplay eSet) {eCaptionDisplay = eSet;}  in SetCaptionDisplay()  argument
 | 
| H A D | unoframe.hxx | 86 	SwXFrame(FlyCntType eSet,89 	SwXFrame(SwFrmFmt& rFrmFmt, FlyCntType eSet,
 
 | 
| H A D | numrule.hxx | 93     virtual void                SetVertOrient(sal_Int16 eSet);
 | 
| /aoo42x/main/svtools/inc/svtools/ | 
| H A D | parrtf.hxx | 72 	void SetUNICodeSet( rtl_TextEncoding eSet )		{ eUNICodeSet = eSet; }  in SetUNICodeSet()  argument
 | 
| H A D | miscopt.hxx | 114         void        SetSymbolsSize( sal_Int16 eSet );120         void        SetSymbolsStyle( sal_Int16 eSet );
 
 | 
| /aoo42x/main/sw/source/ui/uiview/ | 
| H A D | uivwimp.cxx | 116 void SwView_Impl::SetShellMode(ShellModes eSet)  in SetShellMode()  argument118 	eShellMode = eSet;  in SetShellMode()
 
 | 
| /aoo42x/main/cui/source/tabpages/ | 
| H A D | autocdlg.cxx | 1330 void OfaAutocorrReplacePage::SetLanguage(LanguageType eSet)  in SetLanguage()  argument1333 	if(eSet != eLang)  in SetLanguage()
 1335 		RefillReplaceBox(sal_False, eLang, eSet);  in SetLanguage()
 1336 		eLastDialogLanguage = eSet;  in SetLanguage()
 1778 void OfaAutocorrExceptPage::SetLanguage(LanguageType eSet)  in SetLanguage()  argument
 1780 	if(eLang != eSet)  in SetLanguage()
 1783 		RefillReplaceBoxes(sal_False, eLang, eSet);  in SetLanguage()
 1784 		eLastDialogLanguage = eSet;  in SetLanguage()
 
 | 
| /aoo42x/main/cui/source/options/ | 
| H A D | optgdlg.cxx | 868         sal_Int16 eSet = SFX_SYMBOLS_SIZE_AUTO;  in FillItemSet()  local871             case 0: eSet = SFX_SYMBOLS_SIZE_AUTO;  break;  in FillItemSet()
 872             case 1: eSet = SFX_SYMBOLS_SIZE_SMALL; break;  in FillItemSet()
 873             case 2: eSet = SFX_SYMBOLS_SIZE_LARGE; break;  in FillItemSet()
 877         aMiscOptions.SetSymbolsSize( eSet );  in FillItemSet()
 
 | 
| /aoo42x/main/cui/source/inc/ | 
| H A D | numpages.hxx | 356 	void				SetMetric(FieldUnit eSet);456 	void				SetMetric(FieldUnit eSet);
 
 | 
| H A D | autocdlg.hxx | 266 	void				SetLanguage(LanguageType eSet);317 	void				SetLanguage(LanguageType eSet);
 
 | 
| /aoo42x/main/editeng/source/items/ | 
| H A D | frmitems.cxx | 1309 	table::ShadowLocation eSet = table::ShadowLocation_NONE;  in QueryValue()  local1312 		case SVX_SHADOW_TOPLEFT    : eSet = table::ShadowLocation_TOP_LEFT    ; break;  in QueryValue()
 1313 		case SVX_SHADOW_TOPRIGHT   : eSet = table::ShadowLocation_TOP_RIGHT   ; break;  in QueryValue()
 1314 		case SVX_SHADOW_BOTTOMLEFT : eSet = table::ShadowLocation_BOTTOM_LEFT ; break;  in QueryValue()
 1315 		case SVX_SHADOW_BOTTOMRIGHT: eSet = table::ShadowLocation_BOTTOM_RIGHT; break;  in QueryValue()
 1318 	aShadow.Location = eSet;  in QueryValue()
 
 | 
| H A D | numitem.cxx | 545 void SvxNumberFormat::SetVertOrient(sal_Int16 eSet)  in SetVertOrient()  argument547 	eVertOrient = eSet;  in SetVertOrient()
 
 | 
| /aoo42x/main/sw/source/core/doc/ | 
| H A D | number.cxx | 410 void    SwNumFmt::SetVertOrient(sal_Int16 eSet)  in SetVertOrient()  argument412 	SvxNumberFormat::SetVertOrient(eSet);  in SetVertOrient()
 
 |