Searched refs:aSet1 (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 341 …SfxItemSet aSet1( *pPool,SDRATTR_START,SDRATTR_NOTPERSIST_FIRST-1,EE_ITEMS_START,EE_ITEMS_END,0 … in ImpInsertPolygons() local 342 SfxItemSet aSet2( aSet1 ); in ImpInsertPolygons() 349 aSet1.Put(pObj1->GetMergedItemSet()); in ImpInsertPolygons() 352 const XLineStyle eLineStyle1 = ITEMVALUE( aSet1, XATTR_LINESTYLE, XLineStyleItem ); in ImpInsertPolygons() 354 const XFillStyle eFillStyle1 = ITEMVALUE( aSet1, XATTR_FILLSTYLE, XFillStyleItem ); in ImpInsertPolygons() 364 aSet1.Get(XATTR_LINECOLOR)).GetColorValue(); in ImpInsertPolygons() 368 nStartLineWidth = ITEMVALUE( aSet1, XATTR_LINEWIDTH, XLineWidthItem ); in ImpInsertPolygons() 378 aSet1.Get(XATTR_FILLCOLOR)).GetColorValue(); in ImpInsertPolygons() 388 SfxItemSet aSet( aSet1 ); in ImpInsertPolygons()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | morphdlg.cxx | 83 SfxItemSet aSet1( *pPool ); in MorphDlg() local 86 aSet1.Put(pObj1->GetMergedItemSet()); in MorphDlg() 89 const XLineStyle eLineStyle1 = ( (const XLineStyleItem&) aSet1.Get( XATTR_LINESTYLE ) ).GetValue(); in MorphDlg() 91 const XFillStyle eFillStyle1 = ( (const XFillStyleItem&) aSet1.Get( XATTR_FILLSTYLE ) ).GetValue(); in MorphDlg()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 1067 SfxItemSet aSet1( mpDoc->GetPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE ); in IsMorphingAllowed() local 1070 aSet1.Put(pObj1->GetMergedItemSet()); in IsMorphingAllowed() 1073 …const XFillStyle eFillStyle1 = ( (const XFillStyleItem&) aSet1.Get( XATTR_FILLSTYLE ) ).GetValue(); in IsMorphingAllowed()
|
Completed in 75 milliseconds