Home
last modified time | relevance | path

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

123456789

/aoo41x/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()
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx63 maRangeX.expand(x2); in B3IBox()
64 maRangeY.expand(y2); in B3IBox()
65 maRangeZ.expand(z2); in B3IBox()
74 expand(rTuple2); in B3IBox()
227 maRangeX.expand(rTuple.getX()); in expand()
228 maRangeY.expand(rTuple.getY()); in expand()
229 maRangeZ.expand(rTuple.getZ()); in expand()
232 void expand(const B3IBox& rBox) in expand() function in basegfx::B3IBox
234 maRangeX.expand(rBox.maRangeX); in expand()
235 maRangeY.expand(rBox.maRangeY); in expand()
[all …]
H A Db3irange.hxx65 maRangeX.expand(x2); in B3IRange()
66 maRangeY.expand(y2); in B3IRange()
67 maRangeZ.expand(z2); in B3IRange()
76 expand(rTuple2); in B3IRange()
228 void expand(const B3ITuple& rTuple) in expand() function in basegfx::B3IRange
230 maRangeX.expand(rTuple.getX()); in expand()
231 maRangeY.expand(rTuple.getY()); in expand()
232 maRangeZ.expand(rTuple.getZ()); in expand()
235 void expand(const B3IRange& rRange) in expand() function in basegfx::B3IRange
237 maRangeX.expand(rRange.maRangeX); in expand()
[all …]
H A Db3drange.hxx68 maRangeX.expand(x2); in B3DRange()
69 maRangeY.expand(y2); in B3DRange()
70 maRangeZ.expand(z2); in B3DRange()
79 expand(rTuple2); in B3DRange()
259 void expand(const B3DTuple& rTuple) in expand() function in basegfx::B3DRange
261 maRangeX.expand(rTuple.getX()); in expand()
262 maRangeY.expand(rTuple.getY()); in expand()
263 maRangeZ.expand(rTuple.getZ()); in expand()
266 void expand(const B3DRange& rRange) in expand() function in basegfx::B3DRange
268 maRangeX.expand(rRange.maRangeX); in expand()
[all …]
H A Db2ibox.hxx60 maRangeX.expand(x2); in B2IBox()
61 maRangeY.expand(y2); in B2IBox()
69 expand( rTuple2 ); in B2IBox()
193 void expand(const B2ITuple& rTuple) in expand() function in basegfx::B2IBox
195 maRangeX.expand(rTuple.getX()); in expand()
196 maRangeY.expand(rTuple.getY()); in expand()
199 void expand(const B2IBox& rBox) in expand() function in basegfx::B2IBox
201 maRangeX.expand(rBox.maRangeX); in expand()
202 maRangeY.expand(rBox.maRangeY); in expand()
H A Db2irange.hxx60 maRangeX.expand(x2); in B2IRange()
61 maRangeY.expand(y2); in B2IRange()
69 expand( rTuple2 ); in B2IRange()
194 void expand(const B2ITuple& rTuple) in expand() function in basegfx::B2IRange
196 maRangeX.expand(rTuple.getX()); in expand()
197 maRangeY.expand(rTuple.getY()); in expand()
200 void expand(const B2IRange& rRange) in expand() function in basegfx::B2IRange
202 maRangeX.expand(rRange.maRangeX); in expand()
203 maRangeY.expand(rRange.maRangeY); in expand()
H A Db2drange.hxx63 maRangeX.expand(x2); in B2DRange()
64 maRangeY.expand(y2); in B2DRange()
72 expand( rTuple2 ); in B2DRange()
226 void expand(const B2DTuple& rTuple) in expand() function in basegfx::B2DRange
228 maRangeX.expand(rTuple.getX()); in expand()
229 maRangeY.expand(rTuple.getY()); in expand()
232 void expand(const B2DRange& rRange) in expand() function in basegfx::B2DRange
234 maRangeX.expand(rRange.maRangeX); in expand()
235 maRangeY.expand(rRange.maRangeY); in expand()
H A Db1ibox.hxx49 expand(nStartValue2); in B1IBox()
117 void expand(sal_Int32 nValue) in expand() function in basegfx::B1IBox
119 maRange.expand(nValue); in expand()
122 void expand(const B1IBox& rBox) in expand() function in basegfx::B1IBox
124 maRange.expand(rBox.maRange); in expand()
H A Db1irange.hxx49 expand(nStartValue2); in B1IRange()
118 void expand(sal_Int32 nValue) in expand() function in basegfx::B1IRange
120 maRange.expand(nValue); in expand()
123 void expand(const B1IRange& rRange) in expand() function in basegfx::B1IRange
125 maRange.expand(rRange.maRange); in expand()
H A Db1drange.hxx51 expand(fStartValue2); in B1DRange()
132 void expand(double fValue) in expand() function in basegfx::B1DRange
134 maRange.expand(fValue); in expand()
137 void expand(const B1DRange& rRange) in expand() function in basegfx::B1DRange
139 maRange.expand(rRange.maRange); in expand()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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)
/aoo41x/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()
/aoo41x/main/canvas/source/directx/
H A Ddx_spritecanvashelper.cxx322 maUpdateRect.expand( aActualArea ); in scrollUpdate()
346 maUpdateRect.expand( aActualArea ); in opaqueUpdate()
376 maUpdateRect.expand( aActualArea ); in genericUpdate()
/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx1070 aCubicRange.expand(aCubic.getControlPointA()); in addPointsAtCuts()
1071 aCubicRange.expand(aCubic.getControlPointB()); in addPointsAtCuts()
1142 aCubicRangeA.expand(aCubicA.getControlPointA()); in addPointsAtCuts()
1143 aCubicRangeA.expand(aCubicA.getControlPointB()); in addPointsAtCuts()
1154 aCubicRangeB.expand(aCubicB.getControlPointA()); in addPointsAtCuts()
1155 aCubicRangeB.expand(aCubicB.getControlPointB()); in addPointsAtCuts()

Completed in 396 milliseconds

123456789