Searched refs:appendElement (Results 1 – 6 of 6) sorted by relevance
/trunk/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 | 265 aRange.appendElement(B2DRange(0,0,1,1),ORIENTATION_POSITIVE); in TEST_F() 266 aRange.appendElement(B2DRange(2,2,3,3),ORIENTATION_POSITIVE); in TEST_F()
|
/trunk/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()
|
/trunk/main/basegfx/inc/basegfx/range/ |
H A D | b2dpolyrange.hxx | 86 void appendElement(const ElementType& rElement, sal_uInt32 nCount = 1); 87 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
|
/trunk/main/slideshow/source/engine/slide/ |
H A D | layer.cxx | 200 maUpdateAreas.appendElement( rUpdateRange, in addUpdateRange()
|
/trunk/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 130 maPendingRanges.appendElement( in addRange()
|
Completed in 41 milliseconds