Home
last modified time | relevance | path

Searched refs:XFillHatchItem (Results 1 – 25 of 28) sorted by relevance

12

/aoo4110/main/svx/inc/svx/
H A Dxflhtit.hxx36 class SVX_DLLPUBLIC XFillHatchItem : public NameOrIndex class
42 XFillHatchItem() : NameOrIndex(XATTR_FILLHATCH, -1) {} in XFillHatchItem() function in XFillHatchItem
43 XFillHatchItem(sal_Int32 nIndex, const XHatch& rTheHatch);
44 XFillHatchItem(const String& rName, const XHatch& rTheHatch);
45 XFillHatchItem(SfxItemPool* pPool, const XHatch& rTheHatch);
46 XFillHatchItem(SfxItemPool* pPool );
47 XFillHatchItem(const XFillHatchItem& rItem);
48 XFillHatchItem(SvStream& rIn);
68 XFillHatchItem* checkForUniqueItem( SdrModel* pModel ) const;
H A Dfillctrl.hxx34 class XFillHatchItem;
53 XFillHatchItem* pHatchItem;
/aoo4110/main/svx/source/xoutdev/
H A Dxattr.cxx4273 XFillHatchItem::XFillHatchItem(sal_Int32 nIndex, in XFillHatchItem() function in XFillHatchItem
4291 XFillHatchItem::XFillHatchItem(const XubString& rName, in XFillHatchItem() function in XFillHatchItem
4308 XFillHatchItem::XFillHatchItem(const XFillHatchItem& rItem) : in XFillHatchItem() function in XFillHatchItem
4324 XFillHatchItem::XFillHatchItem(SvStream& rIn) : in XFillHatchItem() function in XFillHatchItem
4351 XFillHatchItem::XFillHatchItem(SfxItemPool* /*pPool*/, const XHatch& rTheHatch) in XFillHatchItem() function in XFillHatchItem
4359 XFillHatchItem::XFillHatchItem(SfxItemPool* /*pPool*/) in XFillHatchItem() function in XFillHatchItem
4376 return new XFillHatchItem(*this); in Clone()
4407 return new XFillHatchItem(rIn); in Create()
4660 return ((XFillHatchItem*)p1)->GetHatchValue() == ((XFillHatchItem*)p2)->GetHatchValue(); in CompareValueFunc()
4663 XFillHatchItem* XFillHatchItem::checkForUniqueItem( SdrModel* pModel ) const in checkForUniqueItem()
[all …]
H A Dxpool.cxx94 mppLocalPoolDefaults[XATTR_FILLHATCH -XATTR_START] = new XFillHatchItem (this,aNullHatch); in XOutdevItemPool()
/aoo4110/main/sd/source/ui/view/
H A Ddrviews9.cxx453 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
465 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
632 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
645 pAttr->Put (XFillHatchItem (pName->GetValue (), aHatch), XATTR_FILLHATCH); in AttrExec()
713 pAttr->Put (XFillHatchItem (pName->GetValue (), pEntry->GetHatch ()), XATTR_FILLHATCH); in AttrExec()
849 const XFillHatchItem &rFillHatchItem = (const XFillHatchItem &) aAttr.Get (XATTR_FILLHATCH); in AttrState()
/aoo4110/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx395 XFillHatchItem aItem; in FillSpecialItem()
404 XFillHatchItem * pItemToPut = & aItem; in FillSpecialItem()
664 const XFillHatchItem & rItem = in ApplySpecialItem()
665 static_cast< const XFillHatchItem & >( in ApplySpecialItem()
/aoo4110/main/cui/source/tabpages/
H A Dtphatch.cxx339 rSet.Put( XFillHatchItem( aString, *pXHatch ) ); in FillItemSet()
408 rXFSet.Put( XFillHatchItem( String(), aXHatch ) ); in IMPL_LINK()
433 pHatch = new XHatch( ( ( const XFillHatchItem* ) pPoolItem )->GetHatchValue() ); in IMPL_LINK()
488 rXFSet.Put( XFillHatchItem( String(), *pHatch ) ); in IMPL_LINK()
H A Dtparea.cxx552 rXFSet.Put ( ( XFillHatchItem& ) rSet.Get(XATTR_FILLHATCH) ); in InitPreview()
1087 XFillHatchItem aItem( aString, aHatching ); in FillItemSet()
1089 if ( !pOld || !( *(const XFillHatchItem*)pOld == aItem ) ) in FillItemSet()
1481 aLbHatching.SelectEntry( ( ( const XFillHatchItem& ) in Reset()
2086 rXFSet.Put( XFillHatchItem( String(), pEntry->GetHatch() ) ); in IMPL_LINK()
2092 …rXFSet.Put( XFillHatchItem( String(), ( ( const XFillHatchItem* ) pPoolItem )->GetHatchValue() ) ); in IMPL_LINK()
H A Dtpshadow.cxx144 XFillHatchItem aHatchItem( ( ( const XFillHatchItem& ) in SvxShadowTabPage()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewcontactofsdrcaptionobj.cxx120 XHatch aHatch = ((XFillHatchItem&)(rItemSet.Get(XATTR_FILLHATCH))).GetHatchValue(); in createViewIndependentPrimitive2DSequence()
122 aSet.Put(XFillHatchItem(String(),aHatch)); in createViewIndependentPrimitive2DSequence()
/aoo4110/main/svx/source/sidebar/area/
H A DAreaPropertyPanel.cxx413 … const XFillHatchItem aXFillHatchItem(mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
557 … const XFillHatchItem aXFillHatchItem( mpLbFillAttr->GetSelectEntry(), aHatch); in IMPL_LINK()
1018 mpHatchItem.reset(pState ? (XFillHatchItem*)pState->Clone() : 0); in NotifyItemUpdate()
H A DAreaPropertyPanel.hxx124 ::boost::scoped_ptr< XFillHatchItem > mpHatchItem;
/aoo4110/main/svx/source/unodraw/
H A Dunohtabl.cxx82 return new XFillHatchItem(); in createItem()
/aoo4110/main/svx/source/tbxctrls/
H A Dfillctrl.cxx152 pHatchItem = (XFillHatchItem*) pState->Clone(); in StateChanged()
743 XFillHatchItem aXFillHatchItem( pLbFillAttr->GetSelectEntry(), aHatch ); in IMPL_LINK()
/aoo4110/main/sw/sdi/
H A Dswslots.sdi46 item String XFillHatchItem;
/aoo4110/main/svx/sdi/
H A Dxoitems.sdi78 item XFillHatch XFillHatchItem;
/aoo4110/main/svx/source/sdr/properties/
H A Dattributeproperties.cxx212 pItem = ((XFillHatchItem*)pItem)->checkForUniqueItem( pModel ); in ItemChange()
/aoo4110/main/sd/source/ui/func/
H A Dfutempl.cxx544 SfxPoolItem* pNewItem = ((XFillHatchItem*)pOldItem)->checkForUniqueItem( mpDoc ); in DoExecute()
/aoo4110/main/cui/source/inc/
H A Dcuitabarea.hxx523 XFillHatchItem aXHatchItem;
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrattributecreator.cxx473 const XHatch& rHatch(((XFillHatchItem&)(rSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in createNewSdrFillAttribute()
/aoo4110/main/svx/source/svdraw/
H A Dsvdetc.cxx513 Color aCol1(((XFillHatchItem&)rSet.Get(XATTR_FILLHATCH)).GetHatchValue().GetColor()); in GetDraftFillColor()
H A Dsvdoashp.cxx286 XHatch aHatch(((XFillHatchItem&)(rOriginalSet.Get(XATTR_FILLHATCH))).GetHatchValue()); in ImpCreateShadowObjectClone()
288 aTempSet.Put(XFillHatchItem(aTempSet.GetPool(), aHatch)); in ImpCreateShadowObjectClone()
H A Dsvdfmtf.cxx1188 …aHatchAttr.Put(XFillHatchItem(&mpModel->GetItemPool(), XHatch(rHatch.GetColor(), eStyle, rHatch.Ge… in DoAction()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2048 … XHatch aXHatch(((const XFillHatchItem&)rObj.GetMergedItem(XATTR_FILLHATCH)).GetHatchValue()); in AdaptObjColor()
2057 rObj.SetMergedItem( XFillHatchItem( String(), aXHatch ) ); in AdaptObjColor()
/aoo4110/main/sd/source/core/
H A Ddrawdoc4.cxx188 rISet.Put(XFillHatchItem(pPool,aNullHatch)); in CreateLayoutTemplates()

Completed in 179 milliseconds

12