Home
last modified time | relevance | path

Searched refs:aHatchItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtpshadow.cxx144 XFillHatchItem aHatchItem( ( ( const XFillHatchItem& ) in SvxShadowTabPage()
146 rXFSet.Put( aHatchItem ); in SvxShadowTabPage()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx1622 XFillHatchItem aHatchItem; in SetFillAttribute() local
1623 aHatchItem.SetWhich( XATTR_FILLHATCH ); in SetFillAttribute()
1624 aHatchItem.SetName( rName ); in SetFillAttribute()
1625 aHatchItem.SetHatchValue( pEntry->GetHatch() ); in SetFillAttribute()
1626 rSet.Put( aHatchItem ); in SetFillAttribute()