Home
last modified time | relevance | path

Searched refs:aSet2 (Results 1 – 5 of 5) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4584 SfxItemSet aSet2( rOutliner.GetParaAttribs( i ) ); in ImportShape() local
4585 aSet2.Put( SvxFrameDirectionItem( FRMDIR_HORI_RIGHT_TOP, EE_PARA_WRITINGDIR ) ); in ImportShape()
4586 rOutliner.SetParaAttribs( i, aSet2 ); in ImportShape()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx310 SfxItemSet aSet2( pHitTestOutliner->GetEmptyItemSet() ); in SdDrawDocument() local
/trunk/main/sd/source/ui/dlg/
H A Dmorphdlg.cxx84 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()
/trunk/main/sd/source/ui/func/
H A Dfumorph.cxx342 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()
/trunk/main/sd/source/ui/view/
H A Dsdview.cxx1068 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()

Completed in 73 milliseconds