Home
last modified time | relevance | path

Searched refs:appendElement (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/basegfx/test/
H A Dboxclipper.cxx112 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 Dbasegfx2d.cxx287 aRange.appendElement(B2DRange(0,0,1,1),ORIENTATION_POSITIVE); in check()
288 aRange.appendElement(B2DRange(2,2,3,3),ORIENTATION_POSITIVE); in check()
/aoo41x/main/basegfx/source/range/
H A Db2dpolyrange.cxx124 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()
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db2dpolyrange.hxx85 void appendElement(const ElementType& rElement, sal_uInt32 nCount = 1);
86 … void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount = 1);
/aoo41x/main/slideshow/source/engine/slide/
H A Dlayer.cxx200 maUpdateAreas.appendElement( rUpdateRange, in addUpdateRange()
/aoo41x/main/basegfx/source/tools/
H A Db2dclipstate.cxx130 maPendingRanges.appendElement( in addRange()

Completed in 48 milliseconds