Searched refs:POOLATTR_BEGIN (Results 1 – 14 of 14) sorted by relevance
| /AOO42X/main/sw/source/core/bastyp/ |
| H A D | init.cxx | 482 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 D | hints.cxx | 180 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 D | swatrset.cxx | 53 POOLATTR_BEGIN, POOLATTR_END-1, in SwAttrPool()
|
| /AOO42X/main/sw/inc/ |
| H A D | hintids.hxx | 52 #define POOLATTR_BEGIN HINT_BEGIN macro 443 typedef SfxPoolItem* SwDfltAttrTab[ POOLATTR_END - POOLATTR_BEGIN ];
|
| /AOO42X/main/sw/source/filter/inc/ |
| H A D | wrt_fn.hxx | 36 typedef FnAttrOut SwAttrFnTab[ POOLATTR_END - POOLATTR_BEGIN ];
|
| /AOO42X/main/sw/source/filter/writer/ |
| H A D | wrt_fn.cxx | 36 ASSERT( nId < POOLATTR_END && nId >= POOLATTR_BEGIN, "SwAttrFnTab::Out()" ); in Out()
|
| /AOO42X/main/sw/source/core/view/ |
| H A D | vprint.cxx | 382 for( sal_uInt16 nWh = POOLATTR_BEGIN; nWh < POOLATTR_END; ++nWh ) in FillPrtDoc()
|
| /AOO42X/main/sw/source/filter/ww1/ |
| H A D | fltshell.cxx | 346 (POOLATTR_BEGIN <= nAttrId && POOLATTR_END > nAttrId) || in SetAttr()
|
| /AOO42X/main/sw/source/core/crsr/ |
| H A D | crstrvl.cxx | 1571 SfxItemSet aSet( GetDoc()->GetAttrPool(), POOLATTR_BEGIN, in GetContentAtPos()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8graf.cxx | 504 for( sal_uInt16 i = POOLATTR_BEGIN; i < POOLATTR_END; i++ ) in InsertTxbxStyAttrs()
|
| H A D | ww8atr.cxx | 150 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
|
| /AOO42X/main/sw/source/filter/html/ |
| H A D | css1atr.cxx | 112 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
|
| H A D | htmlatr.cxx | 101 #if ATTRFNTAB_SIZE != POOLATTR_END - POOLATTR_BEGIN
|
| /AOO42X/main/sw/source/core/unocore/ |
| H A D | unostyle.cxx | 2854 if (pEntry->nWID >= POOLATTR_BEGIN && pEntry->nWID < RES_UNKNOWNATR_END ) in GetPropertyValues_Impl()
|