Home
last modified time | relevance | path

Searched refs:RES_FILL_ORDER (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx201 RES_FILL_ORDER, RES_FRM_SIZE,
216 RES_FILL_ORDER, RES_FRM_SIZE,
227 RES_FILL_ORDER, RES_FRM_SIZE,
592 aAttrTab[ RES_FILL_ORDER- POOLATTR_BEGIN ] = new SwFmtFillOrder; in _InitCore()
/trunk/main/sw/inc/
H A Dfmtfordr.hxx62 { return (const SwFmtFillOrder&)Get( RES_FILL_ORDER,bInP); } in GetFillOrder()
H A Dhintids.hxx193 RES_FILL_ORDER = RES_FRMATR_BEGIN, // 82 enumerator
/trunk/main/sw/source/ui/uiview/
H A Dformatclipboard.cxx78 RES_FRMATR_BEGIN, RES_FILL_ORDER, \
/trunk/main/sw/source/core/doc/
H A Ddocfly.cxx398 case RES_FILL_ORDER: in lcl_SetFlyFrmAttr()
H A Ddbgoutsw.cxx201 aItemWhichMap[RES_FILL_ORDER] = String("FILL_ORDER", RTL_TEXTENCODING_ASCII_US); in GetItemWhichMap()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1127 rSet.ClearItem( RES_FILL_ORDER ); in GetFlyFrmAttr()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx482 : SfxEnumItem( RES_FILL_ORDER, sal_uInt16(nFO) ) in SwFmtFillOrder()