Home
last modified time | relevance | path

Searched refs:aXHatch (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/unodraw/
H A DXPropertyTable.cxx539 XHatch aXHatch; in getEntry() local
540 aXHatch.SetHatchStyle( (XHatchStyle)aUnoHatch.Style ); in getEntry()
541 aXHatch.SetColor( aUnoHatch.Color ); in getEntry()
542 aXHatch.SetDistance( aUnoHatch.Distance ); in getEntry()
543 aXHatch.SetAngle( aUnoHatch.Angle ); in getEntry()
546 return new XHatchEntry( aXHatch, aName ); in getEntry()
/trunk/main/cui/source/tabpages/
H A Dtphatch.cxx403 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK() local
408 rXFSet.Put( XFillHatchItem( String(), aXHatch ) ); in IMPL_LINK()
567 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK() local
571 XHatchEntry* pEntry = new XHatchEntry( aXHatch, aName ); in IMPL_LINK()
642 XHatch aXHatch( aLbLineColor.GetSelectEntryColor(), in IMPL_LINK() local
647 XHatchEntry* pEntry = new XHatchEntry( aXHatch, aName ); in IMPL_LINK()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx2048 … XHatch aXHatch(((const XFillHatchItem&)rObj.GetMergedItem(XATTR_FILLHATCH)).GetHatchValue()); in AdaptObjColor() local
2051 aXHatch.SetColor( in AdaptObjColor()
2053 aXHatch.GetColor(), in AdaptObjColor()
2057 rObj.SetMergedItem( XFillHatchItem( String(), aXHatch ) ); in AdaptObjColor()

Completed in 33 milliseconds