Searched refs:RES_CHRATR_WORDLINEMODE (Results 1 – 14 of 14) sorted by relevance
/trunk/main/sw/source/core/bastyp/ |
H A D | init.cxx | 501 …aAttrTab[ RES_CHRATR_WORDLINEMODE- POOLATTR_BEGIN ] = new SvxWordLineModeItem( sal_False, RES_CH… in _InitCore()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | w1filter.cxx | 1103 SvxWordLineModeItem(sal_False, RES_CHRATR_WORDLINEMODE); in Out() 1111 SvxWordLineModeItem(sal_True, RES_CHRATR_WORDLINEMODE); in Out() 1203 .EndItem(RES_CHRATR_WORDLINEMODE); in Stop()
|
/trunk/main/sw/inc/ |
H A D | hintids.hxx | 75 RES_CHRATR_WORDLINEMODE, // 16 enumerator
|
H A D | charatr.hxx | 52 { return (const SvxWordLineModeItem&)Get( RES_CHRATR_WORDLINEMODE,bInP); } in GetWordLineMode()
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 393 /* 4 */ RES_CHRATR_SHADOWED, RES_CHRATR_WORDLINEMODE, in ExecSearch()
|
/trunk/main/sw/source/core/text/ |
H A D | atrstck.cxx | 770 case RES_CHRATR_WORDLINEMODE : in FontChg()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unosrch.cxx | 374 case RES_CHRATR_WORDLINEMODE: in FillItemSet()
|
H A D | unomap.cxx | 222 …{ SW_PROP_NMID(UNO_NAME_CHAR_WORD_MODE), RES_CHRATR_WORDLINEMODE,CPPU_E2T(CPPUTYPE_BOOLEAN) , … 445 …{ SW_PROP_NMID(UNO_NAME_CHAR_WORD_MODE), RES_CHRATR_WORDLINEMODE,CPPU_E2T(CPPUTYPE_BOOLEAN) , … 664 …{ SW_PROP_NMID(UNO_NAME_CHAR_WORD_MODE), RES_CHRATR_WORDLINEMODE,CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries() 711 …{ SW_PROP_NMID(UNO_NAME_CHAR_WORD_MODE), RES_CHRATR_WORDLINEMODE,CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | rtfnum.cxx | 1047 SvxWordLineModeItem( sal_True, RES_CHRATR_WORDLINEMODE )); in ReadNumSecLevel()
|
/trunk/main/sw/source/core/doc/ |
H A D | dbgoutsw.cxx | 146 … aItemWhichMap[RES_CHRATR_WORDLINEMODE] = String("CHRATR_WORDLINEMODE", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 379 if( SFX_ITEM_SET == pAttrSet->GetItemState( RES_CHRATR_WORDLINEMODE, in SetDiffFnt()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 3402 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_WORDLINEMODE ); in Read_Underline() 3408 NewAttr(SvxWordLineModeItem(true, RES_CHRATR_WORDLINEMODE)); in Read_Underline()
|
H A D | rtfattributeoutput.cxx | 2198 const SfxPoolItem* pItem = m_rExport.HasItem( RES_CHRATR_WORDLINEMODE ); in CharUnderline()
|
H A D | ww8atr.cxx | 1261 const SfxPoolItem* pItem = m_rWW8Export.HasItem( RES_CHRATR_WORDLINEMODE ); in CharUnderline()
|
Completed in 193 milliseconds