Home
last modified time | relevance | path

Searched refs:RES_CHRATR_AUTOKERN (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/core/bastyp/ !
H A Dinit.cxx502 …aAttrTab[ RES_CHRATR_AUTOKERN- POOLATTR_BEGIN ] = new SvxAutoKernItem( sal_False, RES_CHRATR… in _InitCore()
/trunk/main/sw/inc/ !
H A Dhintids.hxx76 RES_CHRATR_AUTOKERN, // 17 enumerator
H A Dcharatr.hxx50 { return (const SvxAutoKernItem&)Get( RES_CHRATR_AUTOKERN,bInP); } in GetAutoKern()
/trunk/main/sw/source/ui/app/ !
H A Ddocshini.cxx348 mpDoc->SetDefault( SvxAutoKernItem( sal_True, RES_CHRATR_AUTOKERN ) ); in InitNew()
/trunk/main/sw/source/core/text/ !
H A Datrstck.cxx773 case RES_CHRATR_AUTOKERN : in FontChg()
/trunk/main/sw/source/core/unocore/ !
H A Dunosrch.cxx214 case RES_CHRATR_AUTOKERN: in FillItemSet()
H A Dunomap.cxx170 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_KERNING), RES_CHRATR_AUTOKERN , CPPU_E2T(CPPUTYPE_BOOLEAN) , …
390 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_KERNING), RES_CHRATR_AUTOKERN , CPPU_E2T(CPPUTYPE_BOOLEAN) , …
640 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_KERNING), RES_CHRATR_AUTOKERN , CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries()
687 …{ SW_PROP_NMID(UNO_NAME_CHAR_AUTO_KERNING), RES_CHRATR_AUTOKERN , CPPU_E2T(CPPUTYPE_BOOLEAN) , … in GetPropertyMapEntries()
/trunk/main/sw/source/core/doc/ !
H A Ddbgoutsw.cxx147 aItemWhichMap[RES_CHRATR_AUTOKERN] = String("CHRATR_AUTOKERN", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
H A Dpoolfmt.cxx2598 GetAttrPool().ResetPoolDefaultItem( RES_CHRATR_AUTOKERN ); in RemoveAllFmtLanguageDependencies()
/trunk/main/sw/source/core/txtnode/ !
H A Dswfont.cxx366 if( SFX_ITEM_SET == pAttrSet->GetItemState( RES_CHRATR_AUTOKERN, in SetDiffFnt()
/trunk/main/sw/source/filter/ww8/ !
H A Dww8par6.cxx3956 pCtrlStck->SetAttr( *pPaM->GetPoint(), RES_CHRATR_AUTOKERN ); in Read_FontKern()
3958 NewAttr(SvxAutoKernItem(true, RES_CHRATR_AUTOKERN)); in Read_FontKern()
H A Dww8atr.cxx5095 case RES_CHRATR_AUTOKERN: in OutputItem()
/trunk/main/sw/source/core/layout/ !
H A Dwsfrm.cxx2341 case RES_CHRATR_AUTOKERN: in _UpdateAttr()