Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 25 of 234) sorted by relevance

12345678910

/aoo42x/main/basegfx/source/range/
H A Db3drange.cxx44 maRangeX.expand( rRange.getMaxX() ); in B3DRange()
45 maRangeY.expand( rRange.getMaxY() ); in B3DRange()
46 maRangeZ.expand( rRange.getMaxZ() ); in B3DRange()
56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform()
57 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMinZ())); in transform()
58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
59 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform()
61 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMaxZ())); in transform()
62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform()
[all …]
H A Db2drange.cxx43 maRangeX.expand(rRange.getMaxX()); in B2DRange()
44 maRangeY.expand(rRange.getMaxY()); in B2DRange()
54 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMinY())); in transform()
55 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMinY())); in transform()
56 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMaxY())); in transform()
57 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMaxY())); in transform()
H A Db2dpolyrange.cxx56 &B2DRange::expand), in updateBounds()
114 maBounds.expand(boost::get<0>(rElement)); in insertElement()
121 maBounds.expand(rRange); in insertElement()
128 maBounds.expand(boost::get<0>(rElement)); in appendElement()
135 maBounds.expand(rRange); in appendElement()
/aoo42x/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx64 maRangeX.expand(x2); in B3IBox()
65 maRangeY.expand(y2); in B3IBox()
66 maRangeZ.expand(z2); in B3IBox()
75 expand(rTuple2); in B3IBox()
228 maRangeX.expand(rTuple.getX()); in expand()
229 maRangeY.expand(rTuple.getY()); in expand()
230 maRangeZ.expand(rTuple.getZ()); in expand()
233 void expand(const B3IBox& rBox) in expand() function in basegfx::B3IBox
235 maRangeX.expand(rBox.maRangeX); in expand()
236 maRangeY.expand(rBox.maRangeY); in expand()
[all …]
H A Db3irange.hxx66 maRangeX.expand(x2); in B3IRange()
67 maRangeY.expand(y2); in B3IRange()
68 maRangeZ.expand(z2); in B3IRange()
77 expand(rTuple2); in B3IRange()
229 void expand(const B3ITuple& rTuple) in expand() function in basegfx::B3IRange
231 maRangeX.expand(rTuple.getX()); in expand()
232 maRangeY.expand(rTuple.getY()); in expand()
233 maRangeZ.expand(rTuple.getZ()); in expand()
236 void expand(const B3IRange& rRange) in expand() function in basegfx::B3IRange
238 maRangeX.expand(rRange.maRangeX); in expand()
[all …]
H A Db3drange.hxx69 maRangeX.expand(x2); in B3DRange()
70 maRangeY.expand(y2); in B3DRange()
71 maRangeZ.expand(z2); in B3DRange()
80 expand(rTuple2); in B3DRange()
260 void expand(const B3DTuple& rTuple) in expand() function in basegfx::B3DRange
262 maRangeX.expand(rTuple.getX()); in expand()
263 maRangeY.expand(rTuple.getY()); in expand()
264 maRangeZ.expand(rTuple.getZ()); in expand()
267 void expand(const B3DRange& rRange) in expand() function in basegfx::B3DRange
269 maRangeX.expand(rRange.maRangeX); in expand()
[all …]
H A Db2ibox.hxx61 maRangeX.expand(x2); in B2IBox()
62 maRangeY.expand(y2); in B2IBox()
70 expand( rTuple2 ); in B2IBox()
194 void expand(const B2ITuple& rTuple) in expand() function in basegfx::B2IBox
196 maRangeX.expand(rTuple.getX()); in expand()
197 maRangeY.expand(rTuple.getY()); in expand()
200 void expand(const B2IBox& rBox) in expand() function in basegfx::B2IBox
202 maRangeX.expand(rBox.maRangeX); in expand()
203 maRangeY.expand(rBox.maRangeY); in expand()
H A Db2irange.hxx61 maRangeX.expand(x2); in B2IRange()
62 maRangeY.expand(y2); in B2IRange()
70 expand( rTuple2 ); in B2IRange()
195 void expand(const B2ITuple& rTuple) in expand() function in basegfx::B2IRange
197 maRangeX.expand(rTuple.getX()); in expand()
198 maRangeY.expand(rTuple.getY()); in expand()
201 void expand(const B2IRange& rRange) in expand() function in basegfx::B2IRange
203 maRangeX.expand(rRange.maRangeX); in expand()
204 maRangeY.expand(rRange.maRangeY); in expand()
H A Db2drange.hxx64 maRangeX.expand(x2); in B2DRange()
65 maRangeY.expand(y2); in B2DRange()
73 expand( rTuple2 ); in B2DRange()
227 void expand(const B2DTuple& rTuple) in expand() function in basegfx::B2DRange
229 maRangeX.expand(rTuple.getX()); in expand()
230 maRangeY.expand(rTuple.getY()); in expand()
233 void expand(const B2DRange& rRange) in expand() function in basegfx::B2DRange
235 maRangeX.expand(rRange.maRangeX); in expand()
236 maRangeY.expand(rRange.maRangeY); in expand()
H A Db1ibox.hxx50 expand(nStartValue2); in B1IBox()
118 void expand(sal_Int32 nValue) in expand() function in basegfx::B1IBox
120 maRange.expand(nValue); in expand()
123 void expand(const B1IBox& rBox) in expand() function in basegfx::B1IBox
125 maRange.expand(rBox.maRange); in expand()
H A Db1irange.hxx50 expand(nStartValue2); in B1IRange()
119 void expand(sal_Int32 nValue) in expand() function in basegfx::B1IRange
121 maRange.expand(nValue); in expand()
124 void expand(const B1IRange& rRange) in expand() function in basegfx::B1IRange
126 maRange.expand(rRange.maRange); in expand()
H A Db1drange.hxx52 expand(fStartValue2); in B1DRange()
133 void expand(double fValue) in expand() function in basegfx::B1DRange
135 maRange.expand(fValue); in expand()
138 void expand(const B1DRange& rRange) in expand() function in basegfx::B1DRange
140 maRange.expand(rRange.maRange); in expand()
/aoo42x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclTreeListBox.java160 public void expand(int index) { in expand() method in VclTreeListBox
166 public void expand() { in expand() method in VclTreeListBox
167 expand(getSelIndex()); in expand()
170 public void expand(String text) { in expand() method in VclTreeListBox
174 expand(i); in expand()
365 expand(i); in expandAll()
383 expand(i); in selectByPath()
/aoo42x/main/configmgr/source/
H A Dcomponents.cxx119 rtl::OUString expand(rtl::OUString const & str) { in expand() function
504 expand( in Components()
509 expand( in Components()
515 expand( in Components()
520 expand( in Components()
530 expand( in Components()
540 expand( in Components()
551 expand( in Components()
817 return expand( in getModificationFileUrl()
838 expand( in parseModificationLayer()
/aoo42x/main/svx/source/sdr/contact/
H A Dviewcontactofe3dcube.cxx65 aCubeRange.expand(aCubePosition - aHalfCubeSize); in createViewIndependentPrimitive3DSequence()
66 aCubeRange.expand(aCubePosition + aHalfCubeSize); in createViewIndependentPrimitive3DSequence()
70 aCubeRange.expand(aCubePosition); in createViewIndependentPrimitive3DSequence()
71 aCubeRange.expand(aCubePosition + aCubeSize); in createViewIndependentPrimitive3DSequence()
/aoo42x/main/toolkit/test/accessibility/
H A DAccessibilityTree.java161 if( aExpander.expand( aObj ) ) in expandTree()
358 abstract public boolean expand (Object aObject); in expand() method in AccessibilityTree.Expander
364 public boolean expand(Object aObject) { return true; } in expand() method in AccessibilityTree.AllExpander
370 public boolean expand (Object aObject) in expand() method in AccessibilityTree.ShapeExpander
/aoo42x/main/solenv/gbuild/
H A DAnt.mk76 OOO:vnd.sun.star.expand:\dOOO_BASE_DIR/program/classes/ \
77 URE:vnd.sun.star.expand:\dURE_INTERNAL_JAVA_DIR/ \
78 INTERN:vnd.sun.star.expand:\dOOO_INBUILD_JAVA_DIR/
H A DJar.mk142 OOO:vnd.sun.star.expand:\dOOO_BASE_DIR/program/classes/ \
143 URE:vnd.sun.star.expand:\dURE_INTERNAL_JAVA_DIR/ \
144 INTERN:vnd.sun.star.expand:\dOOO_INBUILD_JAVA_DIR/
/aoo42x/main/drawinglayer/source/primitive2d/
H A Dembedded3dprimitive2d.cxx134 aNewRange.expand(basegfx::B2DPoint(a3DRange.getMinX(), a3DRange.getMinY())); in getB2DRange()
135 aNewRange.expand(basegfx::B2DPoint(a3DRange.getMaxX(), a3DRange.getMaxY())); in getB2DRange()
146 aNewRange.expand(aShadow2DRange); in getB2DRange()
H A Dmarkerarrayprimitive2d.cxx119 aRetval.expand(*aIter); in getB2DRange()
137 aRetval.expand(aRetval.getMinimum() - aLogicHalfSize); in getB2DRange()
138 aRetval.expand(aRetval.getMaximum() + aLogicHalfSize); in getB2DRange()
H A Dbaseprimitive2d.cxx152 aRetval.expand(pCandidate->getB2DRange(aViewInformation)); in getB2DRangeFromPrimitive2DReference()
158 …aRetval.expand(basegfx::unotools::b2DRectangleFromRealRectangle2D(rCandidate->getRange(rViewParame… in getB2DRangeFromPrimitive2DReference()
176 aRetval.expand(getB2DRangeFromPrimitive2DReference(rCandidate[a], aViewInformation)); in getB2DRangeFromPrimitive2DSequence()
/aoo42x/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx573 maBufferRememberedRangePixel.expand(aTopLeft); in invalidateRange()
574 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange()
581 maBufferRememberedRangePixel.expand(aTopLeft); in invalidateRange()
582 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange()
/aoo42x/main/drawinglayer/source/primitive3d/
H A Dbaseprimitive3d.cxx131 aRetval.expand(pCandidate->getB3DRange(aViewInformation)); in getB3DRangeFromPrimitive3DReference()
137 …aRetval.expand(basegfx::unotools::b3DRectangleFromRealRectangle3D(rCandidate->getRange(rViewParame… in getB3DRangeFromPrimitive3DReference()
155 aRetval.expand(getB3DRangeFromPrimitive3DReference(rCandidate[a], aViewInformation)); in getB3DRangeFromPrimitive3DSequence()
/aoo42x/main/udkapi/com/sun/star/uri/
H A DXVndSunStarExpandUrl.idl37 represents absolute &ldquo;vnd.sun.star.expand&rdquo; URLs.
40 &emsp;<var>vnd-sun-star-expand-url</var> =
67 string expand([in] com::sun::star::util::XMacroExpander expander)
/aoo42x/main/sw/source/ui/docvw/
H A DShadowOverlayObject.cxx91 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (2.0 * ge… in create2DDecomposition()
112 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()
133 …aRange.expand(basegfx::B2DTuple(getSecondPosition().getX(), getSecondPosition().getY() + (4.0 * ge… in create2DDecomposition()

Completed in 98 milliseconds

12345678910