Searched refs:ImplB2DPolyRange (Results 1 – 2 of 2) sorted by relevance
47 class ImplB2DPolyRange class62 ImplB2DPolyRange() : in ImplB2DPolyRange() function in basegfx::ImplB2DPolyRange68 explicit ImplB2DPolyRange( const B2DPolyRange::ElementType& rElem ) : in ImplB2DPolyRange() function in basegfx::ImplB2DPolyRange74 explicit ImplB2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in ImplB2DPolyRange() function in basegfx::ImplB2DPolyRange80 bool operator==(const ImplB2DPolyRange& rRHS) const in operator ==()138 void insertPolyRange(sal_uInt32 nIndex, const ImplB2DPolyRange& rPolyRange) in insertPolyRange()145 void appendPolyRange(const ImplB2DPolyRange& rPolyRange) in appendPolyRange()269 mpImpl( ImplB2DPolyRange( rElem ) ) in B2DPolyRange()273 mpImpl( ImplB2DPolyRange( rRange, eOrient ) ) in B2DPolyRange()
36 class ImplB2DPolyRange;134 o3tl::cow_wrapper< ImplB2DPolyRange > mpImpl;
Completed in 17 milliseconds