| /trunk/main/sd/source/ui/view/ |
| H A D | drviews9.cxx | 272 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 328 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 333 pAttr->Put (XFillStyleItem (XFILL_SOLID), XATTR_FILLSTYLE); in AttrExec() 380 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 440 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 452 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec() 464 pAttr->Put (XFillStyleItem (XFILL_HATCH), XATTR_FILLSTYLE); in AttrExec() 547 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 613 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() 677 pAttr->ClearItem (XATTR_FILLSTYLE); in AttrExec() [all …]
|
| H A D | sdview.cxx | 1067 SfxItemSet aSet1( mpDoc->GetPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE ); in IsMorphingAllowed() 1068 SfxItemSet aSet2( mpDoc->GetPool(), XATTR_FILLSTYLE, XATTR_FILLSTYLE ); in IsMorphingAllowed() 1073 …const XFillStyle eFillStyle1 = ( (const XFillStyleItem&) aSet1.Get( XATTR_FILLSTYLE ) ).GetValue(); in IsMorphingAllowed() 1074 …const XFillStyle eFillStyle2 = ( (const XFillStyleItem&) aSet2.Get( XATTR_FILLSTYLE ) ).GetValue(); in IsMorphingAllowed()
|
| H A D | drviewsi.cxx | 171 XFillStyle eFillStyle = ITEMVALUE( aSet, XATTR_FILLSTYLE, XFillStyleItem ); in AssignFrom3DWindow()
|
| /trunk/main/sd/source/ui/func/ |
| H A D | fupage.cxx | 274 … if(XFILL_NONE != ((const XFillStyleItem&)rBackgroundAttributes.Get(XATTR_FILLSTYLE)).GetValue()) in ExecuteDialog() 282 …& XFILL_NONE != ((const XFillStyleItem&)pStyleSheet->GetItemSet().Get(XATTR_FILLSTYLE)).GetValue()) in ExecuteDialog() 354 if( ( ( (XFillStyleItem*) pTempSet->GetItem( XATTR_FILLSTYLE ) )->GetValue() == XFILL_NONE ) || in ExecuteDialog() 355 ( ( pTempSet->GetItemState( XATTR_FILLSTYLE ) == SFX_ITEM_DEFAULT ) && in ExecuteDialog() 356 ( ( (XFillStyleItem*) aMergedAttr.GetItem( XATTR_FILLSTYLE ) )->GetValue() == XFILL_NONE ) ) ) in ExecuteDialog() 440 if(XFILL_NONE != ((const XFillStyleItem&)rFillAttributes.Get(XATTR_FILLSTYLE)).GetValue()) in ExecuteDialog()
|
| H A D | fucopy.cxx | 99 if( SFX_ITEM_SET == aAttr.GetItemState( XATTR_FILLSTYLE, sal_True, &pPoolItem ) ) in DoExecute() 227 SfxItemSet aNewSet( mpViewShell->GetPool(), XATTR_FILLSTYLE, XATTR_FILLCOLOR, 0L ); in DoExecute() 290 SfxItemSet aNewSet( mpViewShell->GetPool(), XATTR_FILLSTYLE, XATTR_FILLCOLOR, 0L ); in DoExecute()
|
| H A D | fuconstr.cxx | 408 const XFillStyleItem& rFillStyle = (const XFillStyleItem&)rSet.Get(XATTR_FILLSTYLE); in SetStyleSheet() 437 aAttr.Put(pSheet->GetItemSet().Get(XATTR_FILLSTYLE)); in SetStyleSheet()
|
| H A D | fumorph.cxx | 354 const XFillStyle eFillStyle1 = ITEMVALUE( aSet1, XATTR_FILLSTYLE, XFillStyleItem ); in ImpInsertPolygons() 355 const XFillStyle eFillStyle2 = ITEMVALUE( aSet2, XATTR_FILLSTYLE, XFillStyleItem ); in ImpInsertPolygons()
|
| /trunk/main/cui/source/tabpages/ |
| H A D | tparea.cxx | 556 rXFSet.Put ( ( XFillStyleItem& ) rSet.Get(XATTR_FILLSTYLE) ); in InitPreview() 566 bBitmap = ( ( ( XFillStyleItem& )rSet.Get(XATTR_FILLSTYLE) ).GetValue() == XFILL_BITMAP ); in InitPreview() 1053 pOld = GetOldItem( rAttrs, XATTR_FILLSTYLE ); in FillItemSet() 1083 pOld = GetOldItem( rAttrs, XATTR_FILLSTYLE ); in FillItemSet() 1114 pOld = GetOldItem( rAttrs, XATTR_FILLSTYLE ); in FillItemSet() 1160 pOld = GetOldItem( rAttrs, XATTR_FILLSTYLE ); in FillItemSet() 1201 pOld = GetOldItem( rAttrs, XATTR_FILLSTYLE ); in FillItemSet() 1493 if( rAttrs.GetItemState( XATTR_FILLSTYLE ) != SFX_ITEM_DONTCARE ) in Reset() 1496 Get( GetWhich( XATTR_FILLSTYLE ) ) ).GetValue() ); in Reset() 1593 ( rAttrs.GetItemState( XATTR_FILLSTYLE ) != SFX_ITEM_DONTCARE ) ) in Reset()
|
| H A D | tpshadow.cxx | 115 if( rOutAttrs.GetItemState( XATTR_FILLSTYLE ) != SFX_ITEM_DONTCARE ) in SvxShadowTabPage() 118 Get( GetWhich( XATTR_FILLSTYLE ) ) ).GetValue() ); in SvxShadowTabPage()
|
| /trunk/main/sd/source/ui/dlg/ |
| H A D | morphdlg.cxx | 91 const XFillStyle eFillStyle1 = ( (const XFillStyleItem&) aSet1.Get( XATTR_FILLSTYLE ) ).GetValue(); in MorphDlg() 92 const XFillStyle eFillStyle2 = ( (const XFillStyleItem&) aSet2.Get( XATTR_FILLSTYLE ) ).GetValue(); in MorphDlg()
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | xpool.cxx | 91 mppLocalPoolDefaults[XATTR_FILLSTYLE -XATTR_START] = new XFillStyleItem; in XOutdevItemPool() 148 mpLocalItemInfos[XATTR_FILLSTYLE -XATTR_START]._nSID = SID_ATTR_FILL_STYLE; in XOutdevItemPool()
|
| /trunk/main/svx/source/engine3d/ |
| H A D | view3d.cxx | 729 XFillStyle eFillStyle = ITEMVALUE(rSet, XATTR_FILLSTYLE, XFillStyleItem); in ImpChangeSomeAttributesFor3DConversion2() 760 XFillStyle eFillStyle = ITEMVALUE(aSet, XATTR_FILLSTYLE, XFillStyleItem); in ImpCreateSingle3DObjectFlat() 1120 const XFillStyle eLocalFillStyle = ITEMVALUE(rLocalSet, XATTR_FILLSTYLE, XFillStyleItem); in DoDepthArrange() 1146 XFillStyle eCompareFillStyle = ITEMVALUE(rCompareSet, XATTR_FILLSTYLE, XFillStyleItem); in DoDepthArrange()
|
| /trunk/main/svx/source/customshapes/ |
| H A D | EnhancedCustomShape3d.cxx | 365 XFillStyle eFillStyle( ITEMVALUE( aSet, XATTR_FILLSTYLE, XFillStyleItem ) ); in Create3DObject() 406 …sal_Bool bIsPlaceholderObject = (((XFillStyleItem&)pNext->GetMergedItem( XATTR_FILLSTYLE )).GetVal… in Create3DObject() 423 … const XFillStyle eStyle(((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue()); in Create3DObject()
|
| H A D | EnhancedCustomShape2d.cxx | 705 …bFilled ( ((const XFillStyleItem&)pAObj->GetMergedItem( XATTR_FILLSTYLE )).GetValue() != XFILL_… in EnhancedCustomShape2d() 2012 …const XFillStyle eFillStyle = ((const XFillStyleItem&)rObj.GetMergedItem(XATTR_FILLSTYLE)).GetValu… in AdaptObjColor() 2118 …t XFillStyle eFillStyle = ((const XFillStyleItem&)pObj->GetMergedItem(XATTR_FILLSTYLE)).GetValue(); in CreatePathObj()
|
| /trunk/main/chart2/source/controller/itemsetwrapper/ |
| H A D | GraphicPropertyItemConverter.cxx | 62 IPM_MAP_ENTRY( XATTR_FILLSTYLE, "FillStyle", 0 ) in lcl_GetDataPointFilledPropertyMap() 116 IPM_MAP_ENTRY( XATTR_FILLSTYLE, "FillStyle", 0 ) in lcl_GetFillPropertyMap()
|
| /trunk/main/svx/source/sdr/properties/ |
| H A D | pageproperties.cxx | 90 if( (nWhich == XATTR_FILLSTYLE) && (mpEmptyItemSet != NULL) ) in PostItemChange()
|
| H A D | properties.cxx | 190 …eItem* pFillStyleItem = dynamic_cast< const XFillStyleItem* >( rItemSet.GetItem(XATTR_FILLSTYLE) ); in CleanupFillProperties()
|
| H A D | defaultproperties.cxx | 205 if( (nWhich == XATTR_FILLSTYLE) && (mpItemSet != NULL) ) in PostItemChange()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | sdrmasterpagedescriptor.cxx | 118 …_NONE == ((const XFillStyleItem&)pCorrectProperties->GetItemSet().Get(XATTR_FILLSTYLE)).GetValue()) in getCorrectSdrPageProperties()
|
| H A D | svdoattr.cxx | 168 …return bClosedObj && ((XFillStyleItem&)(GetProperties().GetObjectItemSet().Get(XATTR_FILLSTYLE))).… in HasFill()
|
| H A D | svdedtv.cxx | 556 SfxItemState eState = rSet.GetItemState(XATTR_FILLSTYLE, sal_False); in CheckPossibilities() 561 XFillStyle eFillStyle = ((XFillStyleItem&)(rSet.Get(XATTR_FILLSTYLE))).GetValue(); in CheckPossibilities()
|
| /trunk/main/svx/inc/svx/ |
| H A D | xdef.hxx | 58 #define XATTR_FILLSTYLE XATTR_FILL_FIRST macro
|
| /trunk/main/svx/source/sdr/contact/ |
| H A D | viewcontactofsdrcaptionobj.cxx | 110 const XFillStyle eShadowStyle = ((XFillStyleItem&)(rItemSet.Get(XATTR_FILLSTYLE))).GetValue(); in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | swunohelper.cxx | 293 …Item* pXFillStyleItem(static_cast< const XFillStyleItem* >(rSet.GetItem(XATTR_FILLSTYLE, false))); in needToMapFillItemsToSvxBrushItemTypes()
|
| /trunk/main/svx/source/unodraw/ |
| H A D | unobrushitemhelper.cxx | 200 …llStyleItem(static_cast< const XFillStyleItem* >(rSourceSet.GetItem(XATTR_FILLSTYLE, bSearchInPar… in getSvxBrushItemFromSourceSet()
|