Searched refs:XHatchStyle (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/svx/inc/svx/ |
| H A D | xhatch.hxx | 38 XHatchStyle eStyle; 45 XHatch(const Color& rCol, XHatchStyle eStyle = XHATCH_SINGLE, 50 void SetHatchStyle(XHatchStyle eNewStyle) { eStyle = eNewStyle; } in SetHatchStyle() 55 XHatchStyle GetHatchStyle() const { return eStyle; } in GetHatchStyle()
|
| H A D | xenum.hxx | 34 enum XHatchStyle { XHATCH_SINGLE, XHATCH_DOUBLE, XHATCH_TRIPLE }; enum
|
| /trunk/main/cui/source/tabpages/ |
| H A D | tphatch.cxx | 333 (XHatchStyle) aLbLineType.GetSelectEntryPos(), in FillItemSet() 404 (XHatchStyle) aLbLineType.GetSelectEntryPos(), in IMPL_LINK() 568 (XHatchStyle) aLbLineType.GetSelectEntryPos(), in IMPL_LINK() 643 (XHatchStyle) aLbLineType.GetSelectEntryPos(), in IMPL_LINK()
|
| /trunk/main/sd/source/ui/view/ |
| H A D | drviews9.cxx | 627 aHatch.SetHatchStyle ((XHatchStyle) pStyle->GetValue ()); in AttrExec() 640 XHatch aHatch (aBlack, (XHatchStyle) pStyle->GetValue (), pDistance->GetValue (), in AttrExec()
|
| /trunk/main/svx/source/xoutdev/ |
| H A D | xattr.cxx | 4229 XHatch::XHatch(const Color& rCol, XHatchStyle eTheStyle, long nTheDistance, in XHatch() 4336 rIn >> nITemp; aHatch.SetHatchStyle((XHatchStyle)nITemp); in XFillHatchItem() 4592 aHatch.SetHatchStyle( (XHatchStyle)aUnoHatch.Style ); in PutValue() 4610 aHatch.SetHatchStyle( (XHatchStyle)aUnoHatch.Style ); in PutValue() 4631 aHatch.SetHatchStyle( (XHatchStyle)nVal ); in PutValue()
|
| /trunk/main/svx/source/unodraw/ |
| H A D | XPropertyTable.cxx | 540 aXHatch.SetHatchStyle( (XHatchStyle)aUnoHatch.Style ); in getEntry()
|
| /trunk/main/svx/source/sdr/primitive2d/ |
| H A D | sdrattributecreator.cxx | 121 attribute::HatchStyle XHatchStyleToHatchStyle(XHatchStyle eStyle) in XHatchStyleToHatchStyle()
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdfmtf.cxx | 1167 XHatchStyle eStyle; in DoAction()
|
Completed in 126 milliseconds