Home
last modified time | relevance | path

Searched refs:RES_CHRATR_BEGIN (Results 1 – 25 of 86) sorted by relevance

1234

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrt_fn.cxx35 FnAttrOut pOut = pTab[ nId - RES_CHRATR_BEGIN]; in Out()
73 pOut = pTab[ pItem->Which() - RES_CHRATR_BEGIN]; in Out_SfxItemSet()
97 pOut = pTab[ nWhich - RES_CHRATR_BEGIN]; in Out_SfxItemSet()
119 pOut = pTab[RES_BACKGROUND - RES_CHRATR_BEGIN]; in Out_SfxItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrt_fn.cxx37 if( nullptr != ( pOut = pTab[ nId - RES_CHRATR_BEGIN] )) in Out()
74 if( nullptr != ( pOut = pTab[ pItem->Which() - RES_CHRATR_BEGIN]) ) in Out_SfxItemSet()
97 if( nullptr != ( pOut = pTab[ nWhich - RES_CHRATR_BEGIN] )) in Out_SfxItemSet()
118 if( nullptr != ( pOut = pTab[RES_BACKGROUND - RES_CHRATR_BEGIN] )) in Out_SfxItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhintids.hxx69 #define RES_CHRATR_BEGIN HINT_BEGIN macro
70 #define RES_CHRATR_CASEMAP TypedWhichId<SvxCaseMapItem>(RES_CHRATR_BEGIN) …
341 return (RES_CHRATR_BEGIN <= nWhich) && (RES_UNKNOWNATR_END > nWhich); in isATR()
345 return (RES_CHRATR_BEGIN <= nWhich) && (RES_CHRATR_END > nWhich); in isCHRATR()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfntcch.cxx41 for (sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in SwFontObj()
H A Dndtxt.cxx1252 const int coArrSz = RES_TXTATR_WITHEND_END - RES_CHRATR_BEGIN; in Update()
1285 const sal_uInt16 nWhPos = nWhich - RES_CHRATR_BEGIN; in Update()
1302 aDontExp[ RES_TXTATR_CHARFMT - RES_CHRATR_BEGIN ] = true; in Update()
1303 aDontExp[ RES_TXTATR_INETFMT - RES_CHRATR_BEGIN ] = true; in Update()
2043 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in CopyText()
2086 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in CopyText()
2509 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in CutImpl()
2522 svl::Items<RES_CHRATR_BEGIN, RES_PARATR_LIST_LEVEL - 1, in CutImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfntcch.cxx41 for (sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in SwFontObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/dochdl/
H A Ddochdl.cxx63 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Datrstck.cxx68 const sal_uInt8 StackPos[ RES_TXTATR_WITHEND_END - RES_CHRATR_BEGIN + 1 ] =
283 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++ ) in Init()
352 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in PushAndChg()
440 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in PopAndChg()
H A Ditratr.cxx442 pAttrs[nWhich - RES_CHRATR_BEGIN] = pItem; in InsertCharAttrs()
472 SfxPoolItem const* activeCharAttrsStart[RES_CHRATR_END - RES_CHRATR_BEGIN + 1] = { nullptr, }; in CanSkipOverRedline()
556 SfxPoolItem const* activeCharAttrsEnd[RES_CHRATR_END - RES_CHRATR_BEGIN + 1] = { nullptr, }; in CanSkipOverRedline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx150 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
171 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
247 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
254 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhintids.hxx194 constexpr sal_uInt16 RES_CHRATR_BEGIN(HINT_BEGIN);
195 constexpr TypedWhichId<SvxCaseMapItem> RES_CHRATR_CASEMAP(RES_CHRATR_BEGIN); // 1
469 return (RES_CHRATR_BEGIN <= nWhich) && (RES_UNKNOWNATR_END > nWhich); in isATR()
473 return (RES_CHRATR_BEGIN <= nWhich) && (RES_CHRATR_END > nWhich); in isCHRATR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx152 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
173 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
246 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
253 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Datrstck.cxx69 const sal_uInt8 StackPos[ RES_TXTATR_WITHEND_END - RES_CHRATR_BEGIN + 1 ] =
284 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++ ) in Init()
353 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in PushAndChg()
441 for ( sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; i++) in PopAndChg()
H A Ditratr.cxx446 pAttrs[nWhich - RES_CHRATR_BEGIN] = pItem; in InsertCharAttrs()
476 SfxPoolItem const* activeCharAttrsStart[RES_CHRATR_END - RES_CHRATR_BEGIN + 1] = { nullptr, }; in CanSkipOverRedline()
560 SfxPoolItem const* activeCharAttrsEnd[RES_CHRATR_END - RES_CHRATR_BEGIN + 1] = { nullptr, }; in CanSkipOverRedline()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/draw/
H A Ddrawdoc.cxx52 RES_CHRATR_BEGIN, RES_CHRATR_END, in SwDrawModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/draw/
H A Ddrawdoc.cxx52 RES_CHRATR_BEGIN, RES_CHRATR_END, in SwDrawModel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx451 bool aFlags[ static_cast< sal_uInt16 >(RES_FRMATR_END) - RES_CHRATR_BEGIN ]; in SetStyleDefaults()
460 nStt = RES_CHRATR_BEGIN; in SetStyleDefaults()
467 aFlags[ n - RES_CHRATR_BEGIN ] = nullptr != rPool.GetPoolDefaultItem( n ) in SetStyleDefaults()
473 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_WIDOWS) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
474 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_HYPHENZONE) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
475 aFlags[ static_cast< sal_uInt16 >(RES_FRAMEDIR) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
479 aFlags[ RES_CHRATR_FONTSIZE - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
480 aFlags[ RES_CHRATR_LANGUAGE - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
486 const bool* pFlags = aFlags + ( nStt - RES_CHRATR_BEGIN ); in SetStyleDefaults()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8sty.cxx452 bool aFlags[ RES_FRMATR_END - RES_CHRATR_BEGIN ]; in SetStyleDefaults()
461 nStt = RES_CHRATR_BEGIN; in SetStyleDefaults()
468 aFlags[ n - RES_CHRATR_BEGIN ] = nullptr != rPool.GetPoolDefaultItem( n ) in SetStyleDefaults()
474 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_WIDOWS) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
475 aFlags[ static_cast< sal_uInt16 >(RES_PARATR_HYPHENZONE) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
476 aFlags[ static_cast< sal_uInt16 >(RES_FRAMEDIR) - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
480 aFlags[ RES_CHRATR_FONTSIZE - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
481 aFlags[ RES_CHRATR_LANGUAGE - RES_CHRATR_BEGIN ] = true; in SetStyleDefaults()
487 const bool* pFlags = aFlags + ( nStt - RES_CHRATR_BEGIN ); in SetStyleDefaults()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx75 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{}); in lcl_CreateEmptyItemSet()
80 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in lcl_CreateEmptyItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dformatclipboard.cxx76 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{}); in lcl_CreateEmptyItemSet()
81 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in lcl_CreateEmptyItemSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj.cxx523 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END-1, in SetCursorPropertyValue()
1744 RES_CHRATR_BEGIN, RES_FRMATR_END - 1, in GetPropertyValue()
1902 NotInRange(pEntry->nWID, RES_CHRATR_BEGIN, RES_TXTATR_END) ) in GetPropertyStates()
1924 svl::Items<RES_CHRATR_BEGIN, RES_TXTATR_END>{} )); in GetPropertyStates()
1935 RES_CHRATR_BEGIN, RES_FRMATR_END - 1, in GetPropertyStates()
2300 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoobj.cxx563 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END-1, in SetCursorPropertyValue()
1784 RES_CHRATR_BEGIN, RES_FRMATR_END - 1, in GetPropertyValue()
1942 NotInRange(pEntry->nWID, RES_CHRATR_BEGIN, RES_TXTATR_END) ) in GetPropertyStates()
1964 svl::Items<RES_CHRATR_BEGIN, RES_TXTATR_END>{} )); in GetPropertyStates()
1975 RES_CHRATR_BEGIN, RES_FRMATR_END - 1, in GetPropertyStates()
2340 RES_CHRATR_BEGIN, RES_CHRATR_END-1,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccpara.cxx1452 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in _getDefaultAttributesImpl()
1459 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{} ) ); in _getDefaultAttributesImpl()
1481 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{} ); in _getDefaultAttributesImpl()
1649 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
1660 … svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
1668 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccpara.cxx1449 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in _getDefaultAttributesImpl()
1456 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{} ) ); in _getDefaultAttributesImpl()
1478 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END - 1>{} ); in _getDefaultAttributesImpl()
1647 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
1658 … svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
1666 svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END -1>{} ); in _getRunAttributesImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/wrtsh/
H A Dwrtsh1.cxx216 typedef svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_RSID - 1, in Insert()
260 for (sal_uInt16 i = RES_CHRATR_BEGIN; i < RES_CHRATR_END; ++i) in Insert()
1597 RES_CHRATR_BEGIN, RES_CHRATR_END - 1, in AutoUpdatePara()

1234