Lines Matching refs:rOther
52 XColorEntry::XColorEntry(const XColorEntry& rOther) in XColorEntry() argument
53 : XPropertyEntry(rOther), in XColorEntry()
54 aColor(rOther.aColor) in XColorEntry()
67 XLineEndEntry::XLineEndEntry(const XLineEndEntry& rOther) in XLineEndEntry() argument
68 : XPropertyEntry(rOther), in XLineEndEntry()
69 aB2DPolyPolygon(rOther.aB2DPolyPolygon) in XLineEndEntry()
82 XDashEntry::XDashEntry(const XDashEntry& rOther) in XDashEntry() argument
83 : XPropertyEntry(rOther), in XDashEntry()
84 aDash(rOther.aDash) in XDashEntry()
97 XHatchEntry::XHatchEntry(const XHatchEntry& rOther) in XHatchEntry() argument
98 : XPropertyEntry(rOther), in XHatchEntry()
99 aHatch(rOther.aHatch) in XHatchEntry()
112 XGradientEntry::XGradientEntry(const XGradientEntry& rOther) in XGradientEntry() argument
113 : XPropertyEntry(rOther), in XGradientEntry()
114 aGradient(rOther.aGradient) in XGradientEntry()
127 XBitmapEntry::XBitmapEntry(const XBitmapEntry& rOther) in XBitmapEntry() argument
128 : XPropertyEntry(rOther), in XBitmapEntry()
129 maGraphicObject(rOther.maGraphicObject) in XBitmapEntry()