/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfldw.cxx | 324 RES_CHRATR_POSTURE, RES_CHRATR_POSTURE, in OutHTML_SwField() 332 RES_CHRATR_POSTURE, RES_CHRATR_WEIGHT }; in OutHTML_SwField()
|
H A D | htmldraw.cxx | 240 case RES_CHRATR_POSTURE: nEEWhich = EE_CHAR_ITALIC; break; in PutEEPoolItem() 431 RES_CHRATR_POSTURE, RES_CHRATR_UNDERLINE, RES_CHRATR_WEIGHT, in NewMarquee() 650 case EE_CHAR_ITALIC: nSwWhich = RES_CHRATR_POSTURE; break; in GetEEAttrsFromDrwObj()
|
H A D | css1atr.cxx | 1171 case RES_CHRATR_POSTURE: in SubtractItemSet() 1312 RES_CHRATR_POSTURE, RES_CHRATR_CJK_POSTURE, RES_CHRATR_CTL_POSTURE, in HasScriptDependentItems() 1378 RES_CHRATR_POSTURE, RES_CHRATR_POSTURE, in HasScriptDependentItems() 1428 RES_CHRATR_LANGUAGE, RES_CHRATR_POSTURE, in OutCSS1Rule() 1541 RES_CHRATR_LANGUAGE, RES_CHRATR_POSTURE, in OutCSS1DropCapRule()
|
H A D | htmlcss1.cxx | 681 RES_CHRATR_POSTURE, RES_CHRATR_WEIGHT }, in RemoveScriptItems() 1081 aScriptItemSet.ClearItem( RES_CHRATR_POSTURE ); in StyleParsed() 1654 case RES_CHRATR_POSTURE: in GetAttrTabEntry()
|
H A D | htmlatr.cxx | 445 RES_CHRATR_POSTURE, RES_CHRATR_WEIGHT }, in SV_IMPL_OP_PTRARR_SORT() 1392 case RES_CHRATR_POSTURE: in GetHTMLItemState() 1944 case RES_CHRATR_POSTURE: in Insert()
|
H A D | swhtml.cxx | 1737 SvxPostureItem aPosture( ITALIC_NORMAL, RES_CHRATR_POSTURE ); in NextToken() 2055 case RES_CHRATR_POSTURE: in lcl_swhtml_getItemInfo() 2300 case RES_CHRATR_POSTURE: nIdx = 3; break; in AppendTxtNode()
|
/aoo42x/main/sw/source/core/attr/ |
H A D | hints.cxx | 252 { RES_CHRATR_POSTURE, RES_CHRATR_CJK_POSTURE, RES_CHRATR_CTL_POSTURE}; in GetWhichOfScript() 280 case RES_CHRATR_POSTURE: in GetWhichOfScript()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 136 case RES_CHRATR_POSTURE: in SetAllScriptItem() 216 SetAllScriptItem( rSet, SvxPostureItem( ITALIC_NORMAL, RES_CHRATR_POSTURE ) ); in lcl_SetHeadline() 596 SetAllScriptItem( aSet, SvxPostureItem( ITALIC_NORMAL, RES_CHRATR_POSTURE ) ); in GetTxtCollFromPool() 622 SetAllScriptItem( aSet, SvxPostureItem(ITALIC_NORMAL, RES_CHRATR_POSTURE) ); in GetTxtCollFromPool() 957 SetAllScriptItem( aSet, SvxPostureItem( ITALIC_NORMAL, RES_CHRATR_POSTURE )); in GetTxtCollFromPool() 1264 SetAllScriptItem( aSet, SvxPostureItem( ITALIC_NORMAL, RES_CHRATR_POSTURE) ); in GetFmtFromPool()
|
H A D | tblafmt.cxx | 198 aPosture( ITALIC_NONE, RES_CHRATR_POSTURE ), in SwBoxAutoFmt() 631 pFmt->SetPosture( (SvxPostureItem&)rSet.Get( RES_CHRATR_POSTURE ) ); in UpdateFromSet()
|
H A D | dbgoutsw.cxx | 140 aItemWhichMap[RES_CHRATR_POSTURE] = String("CHRATR_POSTURE", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 496 …aAttrTab[ RES_CHRATR_POSTURE- POOLATTR_BEGIN ] = new SvxPostureItem( ITALIC_NONE, RES_CHRAT… in _InitCore()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1085 rOut.GetPostureItalic()?ITALIC_NONE:ITALIC_NORMAL, RES_CHRATR_POSTURE); in Out() 1190 rOut.EndItem(RES_CHRATR_POSTURE); in Stop() 1580 rOut.GetPostureItalic()?ITALIC_NONE:ITALIC_NORMAL, RES_CHRATR_POSTURE); in OutDefaults()
|
/aoo42x/main/sw/inc/ |
H A D | hintids.hxx | 70 RES_CHRATR_POSTURE, // 11 enumerator
|
H A D | charatr.hxx | 36 { return (const SvxPostureItem&)Get( RES_CHRATR_POSTURE,bInP); } in GetPosture()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 470 SvxPostureItem aP( (FontItalic)rAttr.nAttr, RES_CHRATR_POSTURE ); in lcl_FillAuthorAttr()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | docxexport.cxx | 92 case RES_CHRATR_POSTURE: in CollapseScriptsforWordOk()
|
H A D | ww8par3.cxx | 2420 { RES_CHRATR_POSTURE, "FontSlant" }, in MiserableDropDownFormHack() 2511 case RES_CHRATR_POSTURE: in MiserableDropDownFormHack()
|
H A D | ww8par6.cxx | 2949 RES_CHRATR_WEIGHT, RES_CHRATR_POSTURE, in Read_BoldUsw() 3133 SvxPostureItem aAttr( bOn ? ITALIC_NORMAL : ITALIC_NONE, RES_CHRATR_POSTURE ); in SetToggleBiDiAttr() 3159 SvxPostureItem aAttr( bOn ? ITALIC_NORMAL : ITALIC_NONE, RES_CHRATR_POSTURE ); in SetToggleAttr()
|
H A D | ww8atr.cxx | 177 case RES_CHRATR_POSTURE: in CollapseScriptsforWordOk() 209 case RES_CHRATR_POSTURE: in CollapseScriptsforWordOk() 5084 case RES_CHRATR_POSTURE: in OutputItem()
|
H A D | rtfexport.cxx | 131 case RES_CHRATR_POSTURE: in CollapseScriptsforWordOk()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 392 /* 2 */ RES_CHRATR_COLOR, RES_CHRATR_POSTURE, in ExecSearch()
|
/aoo42x/main/sw/source/core/text/ |
H A D | atrstck.cxx | 740 case RES_CHRATR_POSTURE : in FontChg()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosrch.cxx | 279 case RES_CHRATR_POSTURE: in FillItemSet()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | thints.cxx | 976 case RES_CHRATR_POSTURE: in MakeRedlineTxtAttr() 1805 …return (nWhich == RES_CHRATR_UNDERLINE || nWhich == RES_CHRATR_POSTURE || nWhich == RES_CHRATR_WEI… in lcl_IsIgnoredCharFmtForBullets()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 1005 nTokenValue ? ITALIC_NORMAL : ITALIC_NONE, RES_CHRATR_POSTURE )); in ReadNumSecLevel()
|