Home
last modified time | relevance | path

Searched refs:POOLATTR_BEGIN (Results 1 – 14 of 14) sorted by relevance

/AOO42X/main/sw/source/core/bastyp/
H A Dinit.cxx482 memset( aAttrTab, 0, (POOLATTR_END - POOLATTR_BEGIN) * in _InitCore()
485 …aAttrTab[ RES_CHRATR_CASEMAP- POOLATTR_BEGIN ] = new SvxCaseMapItem( SVX_CASEMAP_NOT_MAPPED… in _InitCore()
486 …aAttrTab[ RES_CHRATR_CHARSETCOLOR- POOLATTR_BEGIN ] = new SvxCharSetColorItem(RES_CHRATR_CHARSET… in _InitCore()
487 aAttrTab[ RES_CHRATR_COLOR- POOLATTR_BEGIN ] = new SvxColorItem(RES_CHRATR_COLOR); in _InitCore()
488 …aAttrTab[ RES_CHRATR_CONTOUR- POOLATTR_BEGIN ] = new SvxContourItem( sal_False, RES_CHRATR_… in _InitCore()
489 …aAttrTab[ RES_CHRATR_CROSSEDOUT- POOLATTR_BEGIN ] = new SvxCrossedOutItem( STRIKEOUT_NONE, RES… in _InitCore()
490 …aAttrTab[ RES_CHRATR_ESCAPEMENT- POOLATTR_BEGIN ] = new SvxEscapementItem( RES_CHRATR_ESCAPEME… in _InitCore()
491 aAttrTab[ RES_CHRATR_FONT- POOLATTR_BEGIN ] = new SvxFontItem( RES_CHRATR_FONT ); in _InitCore()
493 …aAttrTab[ RES_CHRATR_FONTSIZE- POOLATTR_BEGIN ] = new SvxFontHeightItem( 240, 100, RES_CHRAT… in _InitCore()
494 …aAttrTab[ RES_CHRATR_KERNING- POOLATTR_BEGIN ] = new SvxKerningItem( 0, RES_CHRATR_KERNING … in _InitCore()
[all …]
/AOO42X/main/sw/source/core/attr/
H A Dhints.cxx180 return aAttrTab[ nWhich - POOLATTR_BEGIN ]; in GetDfltAttr()
185 ASSERT_ID( nWhich < POOLATTR_END && nWhich >= POOLATTR_BEGIN, in GetDfltAttr()
188 SfxPoolItem *pHt = aAttrTab[ nWhich - POOLATTR_BEGIN ]; in GetDfltAttr()
H A Dswatrset.cxx53 POOLATTR_BEGIN, POOLATTR_END-1, in SwAttrPool()
/AOO42X/main/sw/inc/
H A Dhintids.hxx52 #define POOLATTR_BEGIN HINT_BEGIN macro
443 typedef SfxPoolItem* SwDfltAttrTab[ POOLATTR_END - POOLATTR_BEGIN ];
/AOO42X/main/sw/source/filter/inc/
H A Dwrt_fn.hxx36 typedef FnAttrOut SwAttrFnTab[ POOLATTR_END - POOLATTR_BEGIN ];
/AOO42X/main/sw/source/filter/writer/
H A Dwrt_fn.cxx36 ASSERT( nId < POOLATTR_END && nId >= POOLATTR_BEGIN, "SwAttrFnTab::Out()" ); in Out()
/AOO42X/main/sw/source/core/view/
H A Dvprint.cxx382 for( sal_uInt16 nWh = POOLATTR_BEGIN; nWh < POOLATTR_END; ++nWh ) in FillPrtDoc()
/AOO42X/main/sw/source/filter/ww1/
H A Dfltshell.cxx346 (POOLATTR_BEGIN <= nAttrId && POOLATTR_END > nAttrId) || in SetAttr()
/AOO42X/main/sw/source/core/crsr/
H A Dcrstrvl.cxx1571 SfxItemSet aSet( GetDoc()->GetAttrPool(), POOLATTR_BEGIN, in GetContentAtPos()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8graf.cxx504 for( sal_uInt16 i = POOLATTR_BEGIN; i < POOLATTR_END; i++ ) in InsertTxbxStyAttrs()
H A Dww8atr.cxx150 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
/AOO42X/main/sw/source/filter/html/
H A Dcss1atr.cxx112 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
H A Dhtmlatr.cxx101 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
/AOO42X/main/sw/source/core/unocore/
H A Dunostyle.cxx2854 if (pEntry->nWID >= POOLATTR_BEGIN && pEntry->nWID < RES_UNKNOWNATR_END ) in GetPropertyValues_Impl()