Home
last modified time | relevance | path

Searched refs:aSet1 (Results 1 – 11 of 11) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/dlg/
H A Dmorphdlg.cxx44 SfxItemSet aSet1( rPool ); in MorphDlg() local
47 aSet1.Put(pObj1->GetMergedItemSet()); in MorphDlg()
50 const drawing::LineStyle eLineStyle1 = aSet1.Get( XATTR_LINESTYLE ).GetValue(); in MorphDlg()
52 const drawing::FillStyle eFillStyle1 = aSet1.Get( XATTR_FILLSTYLE ).GetValue(); in MorphDlg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/dlg/
H A Dmorphdlg.cxx44 SfxItemSet aSet1( rPool ); in MorphDlg() local
47 aSet1.Put(pObj1->GetMergedItemSet()); in MorphDlg()
50 const drawing::LineStyle eLineStyle1 = aSet1.Get( XATTR_LINESTYLE ).GetValue(); in MorphDlg()
52 const drawing::FillStyle eFillStyle1 = aSet1.Get( XATTR_FILLSTYLE ).GetValue(); in MorphDlg()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfumorph.cxx335 …SfxItemSet aSet1( rPool,svl::Items<SDRATTR_START,SDRATTR_NOTPERSIST_FIRST-1,EE_ITEMS_STAR… in ImpInsertPolygons() local
336 SfxItemSet aSet2( aSet1 ); in ImpInsertPolygons()
343 aSet1.Put(pObj1->GetMergedItemSet()); in ImpInsertPolygons()
346 const drawing::LineStyle eLineStyle1 = aSet1.Get(XATTR_LINESTYLE).GetValue(); in ImpInsertPolygons()
348 const drawing::FillStyle eFillStyle1 = aSet1.Get(XATTR_FILLSTYLE).GetValue(); in ImpInsertPolygons()
357 aStartLineCol = aSet1.Get(XATTR_LINECOLOR).GetColorValue(); in ImpInsertPolygons()
360 nStartLineWidth = aSet1.Get(XATTR_LINEWIDTH).GetValue(); in ImpInsertPolygons()
369 aStartFillCol = aSet1.Get(XATTR_FILLCOLOR).GetColorValue(); in ImpInsertPolygons()
379 SfxItemSet aSet( aSet1 ); in ImpInsertPolygons()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfumorph.cxx335 …SfxItemSet aSet1( rPool,svl::Items<SDRATTR_START,SDRATTR_NOTPERSIST_FIRST-1,EE_ITEMS_STAR… in ImpInsertPolygons() local
336 SfxItemSet aSet2( aSet1 ); in ImpInsertPolygons()
343 aSet1.Put(pObj1->GetMergedItemSet()); in ImpInsertPolygons()
346 const drawing::LineStyle eLineStyle1 = aSet1.Get(XATTR_LINESTYLE).GetValue(); in ImpInsertPolygons()
348 const drawing::FillStyle eFillStyle1 = aSet1.Get(XATTR_FILLSTYLE).GetValue(); in ImpInsertPolygons()
357 aStartLineCol = aSet1.Get(XATTR_LINECOLOR).GetColorValue(); in ImpInsertPolygons()
360 nStartLineWidth = aSet1.Get(XATTR_LINEWIDTH).GetValue(); in ImpInsertPolygons()
369 aStartFillCol = aSet1.Get(XATTR_FILLCOLOR).GetColorValue(); in ImpInsertPolygons()
379 SfxItemSet aSet( aSet1 ); in ImpInsertPolygons()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DBOPTools_SetMapHasher.hxx40 static Standard_Boolean IsEqual (const BOPTools_Set& aSet1, const BOPTools_Set& aSet2);
/dports/cad/opencascade/opencascade-7.6.0/src/BOPTools/
H A DBOPTools_SetMapHasher.hxx40 static Standard_Boolean IsEqual (const BOPTools_Set& aSet1, const BOPTools_Set& aSet2);
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DBOPTools_SetMapHasher.hxx40 static Standard_Boolean IsEqual (const BOPTools_Set& aSet1, const BOPTools_Set& aSet2);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx1350 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1352 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1354 CPPUNIT_ASSERT_EQUAL(SfxItemState::DISABLED, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
1366 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1368 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1370 CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
1371 CPPUNIT_ASSERT(dynamic_cast< const SfxStringItem* >(aSet1.GetItem(SID_UNDO))); in testDisableUndoRepair()
1388 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1390 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1392 CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/tiledrendering/
H A Dtiledrendering.cxx1540 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1542 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1544 CPPUNIT_ASSERT_EQUAL(SfxItemState::DISABLED, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
1556 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1558 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1560 CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
1561 CPPUNIT_ASSERT(dynamic_cast< const SfxStringItem* >(aSet1.GetItem(SID_UNDO))); in testDisableUndoRepair()
1578 SfxItemSet aSet1(pView1->GetPool(), svl::Items<SID_UNDO, SID_UNDO>{}); in testDisableUndoRepair() local
1580 pView1->GetSlotState(SID_UNDO, nullptr, &aSet1); in testDisableUndoRepair()
1582 CPPUNIT_ASSERT_EQUAL(SfxItemState::SET, aSet1.GetItemState(SID_UNDO)); in testDisableUndoRepair()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dsdview.cxx961 … SfxItemSet aSet1( mrDoc.GetPool(), svl::Items<XATTR_FILLSTYLE, XATTR_FILLSTYLE>{} ); in IsMorphingAllowed() local
964 aSet1.Put(pObj1->GetMergedItemSet()); in IsMorphingAllowed()
967 const drawing::FillStyle eFillStyle1 = aSet1.Get( XATTR_FILLSTYLE ).GetValue(); in IsMorphingAllowed()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dsdview.cxx956 … SfxItemSet aSet1( mrDoc.GetPool(), svl::Items<XATTR_FILLSTYLE, XATTR_FILLSTYLE>{} ); in IsMorphingAllowed() local
959 aSet1.Put(pObj1->GetMergedItemSet()); in IsMorphingAllowed()
962 const drawing::FillStyle eFillStyle1 = aSet1.Get( XATTR_FILLSTYLE ).GetValue(); in IsMorphingAllowed()