/trunk/main/basegfx/source/range/ |
H A D | b3drange.cxx | 44 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 D | b2drange.cxx | 43 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 D | b2dpolyrange.cxx | 56 &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()
|
/trunk/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 64 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 D | b3irange.hxx | 66 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 D | b3drange.hxx | 69 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 D | b2ibox.hxx | 61 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 D | b2irange.hxx | 61 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 D | b2drange.hxx | 64 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 D | b1ibox.hxx | 50 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 D | b1irange.hxx | 50 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 D | b1drange.hxx | 52 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()
|
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclTreeListBox.java | 160 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()
|
/trunk/main/configmgr/source/ |
H A D | components.cxx | 119 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()
|
/trunk/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dcube.cxx | 65 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()
|
/trunk/main/toolkit/test/accessibility/ |
H A D | AccessibilityTree.java | 161 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
|
/trunk/main/solenv/gbuild/ |
H A D | Ant.mk | 76 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 D | Jar.mk | 142 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/
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | embedded3dprimitive2d.cxx | 134 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 D | markerarrayprimitive2d.cxx | 119 aRetval.expand(*aIter); in getB2DRange() 137 aRetval.expand(aRetval.getMinimum() - aLogicHalfSize); in getB2DRange() 138 aRetval.expand(aRetval.getMaximum() + aLogicHalfSize); in getB2DRange()
|
H A D | baseprimitive2d.cxx | 152 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()
|
/trunk/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 573 maBufferRememberedRangePixel.expand(aTopLeft); in invalidateRange() 574 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange() 581 maBufferRememberedRangePixel.expand(aTopLeft); in invalidateRange() 582 maBufferRememberedRangePixel.expand(aBottomRight); in invalidateRange()
|
/trunk/main/drawinglayer/source/primitive3d/ |
H A D | baseprimitive3d.cxx | 131 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()
|
/trunk/main/udkapi/com/sun/star/uri/ |
H A D | XVndSunStarExpandUrl.idl | 37 represents absolute “vnd.sun.star.expand” URLs. 40  <var>vnd-sun-star-expand-url</var> = 67 string expand([in] com::sun::star::util::XMacroExpander expander)
|
/trunk/main/sw/source/ui/docvw/ |
H A D | ShadowOverlayObject.cxx | 91 …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()
|