Home
last modified time | relevance | path

Searched refs:RES_CHRATR_END (Results 1 – 25 of 66) sorted by relevance

123

/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()
/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/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhintids.hxx115 #define RES_CHRATR_END (46) macro
118 #define RES_TXTATR_BEGIN RES_CHRATR_END
345 return (RES_CHRATR_BEGIN <= nWhich) && (RES_CHRATR_END > nWhich); in isCHRATR()
/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/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/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/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/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Datrstck.cxx283 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.cxx446 pAttrs[RES_CHRATR_END] = 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()
H A Dredlnitr.cxx724 … m_pSet = std::make_unique<SfxItemSet>(rPool, svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END-1>{}); in Seek()
736 if( ( nWhich < RES_CHRATR_END ) && in Seek()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhintids.hxx240 constexpr sal_uInt16 RES_CHRATR_END(46); variable
243 constexpr sal_uInt16 RES_TXTATR_BEGIN(RES_CHRATR_END);
473 return (RES_CHRATR_BEGIN <= nWhich) && (RES_CHRATR_END > nWhich); in isCHRATR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Datrstck.cxx284 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 Dredlnitr.cxx589 … m_pSet = std::make_unique<SfxItemSet>(rPool, svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END-1>{}); in Seek()
601 if( ( nWhich < RES_CHRATR_END ) && in Seek()
H A Ditratr.cxx450 pAttrs[RES_CHRATR_END] = 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()
H A Dtxtfld.cxx546 … pSet = std::make_unique<SfxItemSet>(rPool, svl::Items<RES_CHRATR_BEGIN, RES_CHRATR_END-1>{}); in lcl_setRedlineAttr()
/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()
H A Dviewsrch.cxx744 RES_CHRATR_BEGIN, RES_CHRATR_END-1, in FUNC_Search()
/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()
H A Dviewsrch.cxx751 RES_CHRATR_BEGIN, RES_CHRATR_END-1, in FUNC_Search()
/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.cxx217 RES_CHRATR_RSID + 1, RES_CHRATR_END - 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()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx545 RES_CHRATR_END>{} ); in NumberingLevel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8num.cxx547 RES_CHRATR_END>{} ); in NumberingLevel()

123