Home
last modified time | relevance | path

Searched defs:LineProperties (Results 1 – 3 of 3) sorted by last modified time

/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java53 public class LineProperties { class
/trunk/main/oox/inc/oox/drawingml/
H A Dlineproperties.hxx46 struct LineProperties struct
48 typedef ::std::pair< sal_Int32, sal_Int32 > DashStop;
49 typedef ::std::vector< DashStop > DashStopVector;
51 LineArrowProperties maStartArrow; /// Start line arrow style.
52 LineArrowProperties maEndArrow; /// End line arrow style.
53 FillProperties maLineFill; /// Line fill (solid, gradient, ...).
54 DashStopVector maCustomDash; /// User-defined line dash style.
55 OptValue< sal_Int32 > moLineWidth; /// Line width (EMUs).
56 OptValue< sal_Int32 > moPresetDash; /// Preset dash (OOXML token).
58 OptValue< sal_Int32 > moLineCap; /// Line cap (OOXML token).
[all …]
/trunk/main/chart2/source/inc/
H A DLineProperties.hxx37 class OOO_DLLPUBLIC_CHARTTOOLS LineProperties class

Completed in 19 milliseconds