Home
last modified time | relevance | path

Searched refs:LineStyleList (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dtheme.hxx50 typedef RefVector< LineProperties > LineStyleList; typedef
71 LineStyleList& getLineStyleList() { return maLineStyleList; } in getLineStyleList()
72 const LineStyleList& getLineStyleList() const { return maLineStyleList; } in getLineStyleList()
104 LineStyleList maLineStyleList;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dtheme.hxx51 typedef RefVector< LineProperties > LineStyleList; typedef
75 LineStyleList& getLineStyleList() { return maLineStyleList; } in getLineStyleList()
76 const LineStyleList& getLineStyleList() const { return maLineStyleList; } in getLineStyleList()
108 LineStyleList maLineStyleList;
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dthemeelementscontext.cxx81 LineStyleListContext( ContextHandler2Helper const & rParent, LineStyleList& rLineStyleList );
85 LineStyleList& mrLineStyleList;
90 LineStyleListContext::LineStyleListContext( ContextHandler2Helper const & rParent, LineStyleList& r… in LineStyleListContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dthemeelementscontext.cxx76 LineStyleListContext( ContextHandler2Helper const & rParent, LineStyleList& rLineStyleList );
80 LineStyleList& mrLineStyleList;
83 LineStyleListContext::LineStyleListContext( ContextHandler2Helper const & rParent, LineStyleList& r… in LineStyleListContext()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/samples/floatcanvas/
H A DMiniDemo.py80 self.LineStyles = FloatCanvas.DrawObject.LineStyleList.keys()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/floatcanvas/
H A DFCObjects.py188 LineStyleList = { variable in DrawObject
299 wx.Pen(LineColor, LineWidth, self.LineStyleList[LineStyle]))
326 …r, "solid", self.HitLineWidth), wx.Pen(HitColor, self.HitLineWidth, self.LineStyleList["Solid"]) )
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/demo/
H A DFloatCanvas.py1517 … Object.SetLineStyle(list(FloatCanvas.DrawObject.LineStyleList.keys())[random.randint(0,5)])
1521 … Object.SetLineStyle(list(FloatCanvas.DrawObject.LineStyleList.keys())[random.randint(0,5)])