Searched refs:aSet2 (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sd/source/ui/dlg/ |
H A D | morphdlg.cxx | 84 SfxItemSet aSet2( *pPool ); in MorphDlg() local 87 aSet2.Put(pObj2->GetMergedItemSet()); in MorphDlg() 90 const XLineStyle eLineStyle2 = ( (const XLineStyleItem&) aSet2.Get( XATTR_LINESTYLE ) ).GetValue(); in MorphDlg() 92 const XFillStyle eFillStyle2 = ( (const XFillStyleItem&) aSet2.Get( XATTR_FILLSTYLE ) ).GetValue(); in MorphDlg()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 342 SfxItemSet aSet2( aSet1 ); in ImpInsertPolygons() local 350 aSet2.Put(pObj2->GetMergedItemSet()); in ImpInsertPolygons() 353 const XLineStyle eLineStyle2 = ITEMVALUE( aSet2, XATTR_LINESTYLE, XLineStyleItem ); in ImpInsertPolygons() 355 const XFillStyle eFillStyle2 = ITEMVALUE( aSet2, XATTR_FILLSTYLE, XFillStyleItem ); in ImpInsertPolygons() 366 aSet2.Get(XATTR_LINECOLOR)).GetColorValue(); in ImpInsertPolygons() 369 nEndLineWidth = ITEMVALUE( aSet2, XATTR_LINEWIDTH, XLineWidthItem ); in ImpInsertPolygons() 380 aSet2.Get(XATTR_FILLCOLOR)).GetColorValue(); in ImpInsertPolygons()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | sdview.cxx | 1068 SfxItemSet aSet2( mpDoc->GetPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE ); in IsMorphingAllowed() local 1071 aSet2.Put(pObj2->GetMergedItemSet()); in IsMorphingAllowed() 1074 …const XFillStyle eFillStyle2 = ( (const XFillStyleItem&) aSet2.Get( XATTR_FILLSTYLE ) ).GetValue(); in IsMorphingAllowed()
|
/aoo41x/main/sd/source/core/ |
H A D | drawdoc.cxx | 312 SfxItemSet aSet2( pHitTestOutliner->GetEmptyItemSet() ); in SdDrawDocument() local
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4571 SfxItemSet aSet2( rOutliner.GetParaAttribs( (sal_uInt16)i ) ); in ImportShape() local 4572 aSet2.Put( SvxFrameDirectionItem( FRMDIR_HORI_RIGHT_TOP, EE_PARA_WRITINGDIR ) ); in ImportShape() 4573 rOutliner.SetParaAttribs( (sal_uInt16)i, aSet2 ); in ImportShape()
|
Completed in 127 milliseconds