Home
last modified time | relevance | path

Searched refs:RES_GRFATR_BEGIN (Results 1 – 21 of 21) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dhintids.hxx240 #define RES_GRFATR_BEGIN RES_FRMATR_END macro
241 #define RES_GRFATR_MIRRORGRF TypedWhichId<SwMirrorGrf>(RES_GRFATR_BEGIN) // 131
379 return (RES_GRFATR_BEGIN <= nWhich) && (RES_GRFATR_END > nWhich); in isGRFATR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/uibase/shells/
H A Dshells.cxx60 SfxItemSet aGrfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dhintids.hxx368 constexpr sal_uInt16 RES_GRFATR_BEGIN(RES_FRMATR_END);
369 constexpr TypedWhichId<SwMirrorGrf> RES_GRFATR_MIRRORGRF(RES_GRFATR_BEGIN); // 133
505 return (RES_GRFATR_BEGIN <= nWhich) && (RES_GRFATR_END > nWhich); in isGRFATR()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/uibase/shells/
H A Dshells.cxx50 SfxItemSet aGrfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dinit.cxx164 RES_GRFATR_BEGIN, RES_GRFATR_END-1,
186 RES_GRFATR_BEGIN, RES_GRFATR_END-1,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dinit.cxx165 RES_GRFATR_BEGIN, RES_GRFATR_END-1,
187 RES_GRFATR_BEGIN, RES_GRFATR_END-1,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8graf2.cxx429 SwAttrSet aGrfSet( m_rDoc.GetAttrPool(), RES_GRFATR_BEGIN, RES_GRFATR_END-1); in ImportGraf1()
624 SfxItemSet aGrSet( m_rDoc.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in ImportGraf()
H A Dww8graf.cxx3080 SfxItemSet aGrSet(m_rDoc.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in ImportReplaceableDrawables()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8graf2.cxx422 SwAttrSet aGrfSet( m_rDoc.GetAttrPool(), RES_GRFATR_BEGIN, RES_GRFATR_END-1); in ImportGraf1()
617 SfxItemSet aGrSet( m_rDoc.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in ImportGraf()
H A Dww8graf.cxx3101 SfxItemSet aGrSet(m_rDoc.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in ImportReplaceableDrawables()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dgrfsh.cxx521 SfxItemSet aGrfSet( rSh.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in Execute()
566 SfxItemSet aGrfSet( GetShell().GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in ExecAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dgrfsh.cxx533 SfxItemSet aGrfSet( rSh.GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in Execute()
578 SfxItemSet aGrfSet( GetShell().GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, in ExecAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dnotxtfrm.cxx754 for( n = RES_GRFATR_BEGIN; n < RES_GRFATR_END; ++n ) in Modify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dnotxtfrm.cxx790 for( n = RES_GRFATR_BEGIN; n < RES_GRFATR_END; ++n ) in SwClientNotify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/unowriter/
H A Dunowriter.cxx473 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/unowriter/
H A Dunowriter.cxx700 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END - 1>{}); in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/uiwriter/
H A Duiwriter.cxx3690 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in testUndoDelAsCharTdf107512()
3844 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in testUndoDelAsChar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoframe.cxx2729 RES_GRFATR_BEGIN, RES_GRFATR_END-1, in attachToRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoframe.cxx2711 RES_GRFATR_BEGIN, RES_GRFATR_END-1, in attachToRange()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/uiwriter/
H A Duiwriter.cxx3760 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in testUndoDelAsCharTdf107512()
3914 SfxItemSet grfSet(pDoc->GetAttrPool(), svl::Items<RES_GRFATR_BEGIN, RES_GRFATR_END-1>{}); in testUndoDelAsChar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog17408 RES_GRFATR_BEGIN, RES_GRFATR_END-1,
17410 where RES_FRMATR_END is equal to RES_GRFATR_BEGIN. Allowing this
17415 and RES_GRFATR_BEGIN.