Searched refs:appendElement (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/basegfx/test/ |
H A D | boxclipper.cxx | 112 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 113 aEqualRanges.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 115 aIntersectionN.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 116 aIntersectionN.appendElement( aNorth, ORIENTATION_NEGATIVE ); in setUp() 118 aIntersectionE.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 119 aIntersectionE.appendElement( aEast, ORIENTATION_NEGATIVE ); in setUp() 121 aIntersectionS.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 122 aIntersectionS.appendElement( aSouth, ORIENTATION_NEGATIVE ); in setUp() 124 aIntersectionW.appendElement( aCenter, ORIENTATION_NEGATIVE ); in setUp() 125 aIntersectionW.appendElement( aWest, ORIENTATION_NEGATIVE ); in setUp() [all …]
|
H A D | basegfx2d.cxx | 287 aRange.appendElement(B2DRange(0,0,1,1),ORIENTATION_POSITIVE); in check() 288 aRange.appendElement(B2DRange(2,2,3,3),ORIENTATION_POSITIVE); in check()
|
/aoo4110/main/basegfx/source/range/ |
H A D | b2dpolyrange.cxx | 124 void appendElement(const B2DPolyRange::ElementType& rElement, sal_uInt32 nCount) in appendElement() function in basegfx::ImplB2DPolyRange 131 void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount) in appendElement() function in basegfx::ImplB2DPolyRange 334 void B2DPolyRange::appendElement(const ElementType& rElement, sal_uInt32 nCount) in appendElement() function in basegfx::B2DPolyRange 336 mpImpl->appendElement(rElement, nCount); in appendElement() 339 …void B2DPolyRange::appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 n… in appendElement() function in basegfx::B2DPolyRange 341 mpImpl->appendElement(rRange, eOrient, nCount ); in appendElement()
|
/aoo4110/main/basegfx/inc/basegfx/range/ |
H A D | b2dpolyrange.hxx | 85 void appendElement(const ElementType& rElement, sal_uInt32 nCount = 1); 86 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
|
/aoo4110/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 200 maUpdateAreas.appendElement( rUpdateRange, in addUpdateRange()
|
/aoo4110/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 130 maPendingRanges.appendElement( in addRange()
|
Completed in 46 milliseconds