Searched refs:getCap (Results 1 – 4 of 4) sorted by relevance
85 com::sun::star::drawing::LineCap getCap() const { return meCap; } in getCap() function in drawinglayer::attribute::ImpSdrLineAttribute95 && getCap() == rCandidate.getCap() in operator ==()249 com::sun::star::drawing::LineCap SdrLineAttribute::getCap() const in getCap() function in drawinglayer::attribute::SdrLineAttribute251 return mpSdrLineAttribute->getCap(); in getCap()
81 com::sun::star::drawing::LineCap getCap() const;
153 …:LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(), rLine.getCap()); in create3DPolyPolygonLinePrimitives()
132 …:LineAttribute aLineAttribute(rLine.getColor(), rLine.getWidth(), rLine.getJoin(), rLine.getCap()); in createPolygonLinePrimitive()
Completed in 28 milliseconds