/aoo4110/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()
|
/aoo4110/main/basegfx/inc/basegfx/range/ |
H A D | b3ibox.hxx | 63 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 D | b3irange.hxx | 65 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 D | b3drange.hxx | 68 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 D | b2ibox.hxx | 60 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 D | b2irange.hxx | 60 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 D | b2drange.hxx | 63 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 D | b1ibox.hxx | 49 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 D | b1irange.hxx | 49 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 D | b1drange.hxx | 51 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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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)
|
/aoo4110/main/canvas/source/directx/ |
H A D | dx_spritecanvashelper.cxx | 322 maUpdateRect.expand( aActualArea ); in scrollUpdate() 346 maUpdateRect.expand( aActualArea ); in opaqueUpdate() 376 maUpdateRect.expand( aActualArea ); in genericUpdate()
|
/aoo4110/main/solenv/inc/ |
H A D | settings.mk | 1362 COMPONENTPREFIX_URE_NATIVE = vnd.sun.star.expand:$$URE_INTERNAL_LIB_DIR/ 1363 COMPONENTPREFIX_URE_JAVA = vnd.sun.star.expand:$$URE_INTERNAL_JAVA_DIR/ 1367 COMPONENTPREFIX_BASIS_NATIVE = vnd.sun.star.expand:$$OOO_BASE_DIR/program/ 1369 COMPONENTPREFIX_BASIS_JAVA = vnd.sun.star.expand:$$OOO_BASE_DIR/program/classes/ 1372 vnd.sun.star.expand:$$OOO_INBUILD_SHAREDLIB_DIR/ 1373 COMPONENTPREFIX_INBUILD_JAVA = vnd.sun.star.expand:$$OOO_INBUILD_JAR_DIR/
|