| /aoo41x/main/basegfx/source/matrix/ | 
| H A D | b3dhommatrix.cxx | 440 		rTranslate.setX(mpImpl->get(0, 3));  in decompose()454 		rScale.setX(aCol0.getLength());  in decompose()
 458 		rShear.setX(aCol0.scalar(aCol1));  in decompose()
 462 			rShear.setX(0.0);  in decompose()
 466 			aTemp.setX(aCol1.getX() - rShear.getX() * aCol0.getX());  in decompose()
 480 			rShear.setX(rShear.getX() / rScale.getY());  in decompose()
 492 			aTemp.setX(aCol2.getX() - rShear.getY() * aCol0.getX());  in decompose()
 507 			aTemp.setX(aCol2.getX() - rShear.getZ() * aCol1.getX());  in decompose()
 573                     rRotate.setX(atan2(-1.0*aCol1.getX(), aCol1.getY()));  in decompose()
 575                     rRotate.setX(atan2(aCol1.getX(), aCol1.getY()));  in decompose()
 [all …]
 
 | 
| H A D | b2dhommatrix.cxx | 311 		rTranslate.setX(get(0, 2));  in decompose()318 			rScale.setX(get(0, 0));  in decompose()
 334 				rScale.setX(aUnitVecX.getLength());  in decompose()
 388 				rScale.setX(aUnitVecX.getLength());  in decompose()
 412 						aUnitVecX.setX(rScale.getX());  in decompose()
 423 						aUnitVecY.setX(fNewX);  in decompose()
 429 					aUnitVecY.setX(aUnitVecY.getX() - (aUnitVecY.getY() * rShearX));  in decompose()
 
 | 
| /aoo41x/main/slideshow/source/engine/slide/ | 
| H A D | userpaintoverlay.cxx | 262                 maLastMouseDownPos.setX( e.X );  in handleMousePressed()314                 maLastPoint.setX( e.X );  in handleMouseEntered()
 348                     maLastPoint.setX( e.X-mnSize );  in handleMouseDragged()
 353                     maLastPoint.setX( e.X-mnSize );  in handleMouseDragged()
 357                     maLastPoint.setX( e.X+mnSize );  in handleMouseDragged()
 361                     maLastPoint.setX( e.X+mnSize );  in handleMouseDragged()
 365                     maLastPoint.setX( e.X-mnSize );  in handleMouseDragged()
 411 						maLastPoint.setX( e.X );  in handleMouseDragged()
 419 						maLastPoint.setX( e.X );  in handleMouseDragged()
 
 | 
| /aoo41x/main/drawinglayer/source/attribute/ | 
| H A D | sdrfillgraphicattribute.cxx | 283 						aBitmapSize.setX(aBitmapSize.getX() * (getSize().getX() * -0.01));  in createFillGraphicAttribute()287 						aBitmapSize.setX(getSize().getX());  in createFillGraphicAttribute()
 294                     aBitmapSize.setX(getGraphicLogicSize().getX());  in createFillGraphicAttribute()
 321 					aBitmapTopLeft.setX((fRangeWidth - aBitmapSize.getX()) * 0.5);  in createFillGraphicAttribute()
 325 					aBitmapTopLeft.setX(fRangeWidth - aBitmapSize.getX());  in createFillGraphicAttribute()
 330 …aBitmapTopLeft.setX(aBitmapTopLeft.getX() + (aBitmapSize.getX() * (getOffsetPosition().getX() * 0.…  in createFillGraphicAttribute()
 349 				aBitmapTopLeft.setX(aBitmapTopLeft.getX() / fRangeWidth);  in createFillGraphicAttribute()
 351 				aBitmapSize.setX(aBitmapSize.getX() / fRangeWidth);  in createFillGraphicAttribute()
 
 | 
| /aoo41x/main/drawinglayer/source/primitive2d/ | 
| H A D | wallpaperprimitive2d.cxx | 104 								aTargetTopLeft.setX(aCenter.getX() - (aLogicSize.getX() * 0.5));  in create2DDecomposition()109 								aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX());  in create2DDecomposition()
 127 								aTargetTopLeft.setX(getLocalObjectRange().getMaxX() - aLogicSize.getX());  in create2DDecomposition()
 139 								aTargetTopLeft.setX(aCenter.getX() - (aLogicSize.getX() * 0.5));  in create2DDecomposition()
 183 								aRelativeTopLeft.setX(0.5 - aRelativeSize.getX());  in create2DDecomposition()
 
 | 
| H A D | textprimitive2d.cxx | 78             rScale.setX(1.0);  in getCorrectedScaleAndFontScale()84             rScale.setX(aFontScale.getX() / aFontScale.getY());  in getCorrectedScaleAndFontScale()
 85             aFontScale.setX(aFontScale.getY());  in getCorrectedScaleAndFontScale()
 
 | 
| H A D | textlayoutdevice.cxx | 453             o_rSize.setX(o_rSize.getY());  in getFontAttributeFromVclFont()470                     o_rSize.setX(fScaleFactor * o_rSize.getY());  in getFontAttributeFromVclFont()
 480                 o_rSize.setX((double)rFont.GetSize().getWidth());  in getFontAttributeFromVclFont()
 
 | 
| /aoo41x/main/sd/source/ui/animations/ | 
| H A D | SlideTransitionPane.cxx | 642         aUpperLeft.setX( aUpperLeft.getX() + nPlayButtonWidth + nOffsetX );  in updateLayout()645         aUpperLeft.setX( nOffsetX );  in updateLayout()
 688         aUpperLeft.setX( aUpperLeft.getX() + nItemWidth + nOffsetX );  in updateLayout()
 691         aUpperLeft.setX( nOffsetX );  in updateLayout()
 697         aUpperLeft.setX( nOffsetX + nTextIndent );  in updateLayout()
 704         aUpperLeft.setX( nOffsetX );  in updateLayout()
 707         aUpperLeft.setX( nOffsetX );  in updateLayout()
 735     aUpperLeft.setX( nIndent );  in updateLayout()
 743     aUpperLeft.setX( nOffsetX );  in updateLayout()
 751     aUpperLeft.setX( nIndent );  in updateLayout()
 [all …]
 
 | 
| /aoo41x/main/svx/source/engine3d/ | 
| H A D | obj3d.cxx | 1087 …case 0 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo…  in AddToHdlList()1088 …case 1 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1089 …case 2 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1090 …case 3 : aPos3D.setX(aBoundVolume.getMinX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1091 …case 4 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1092 …case 5 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMinY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1093 …case 6 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo…  in AddToHdlList()
 1094 …case 7 : aPos3D.setX(aBoundVolume.getMaxX()); aPos3D.setY(aBoundVolume.getMaxY()); aPos3D.setZ(aBo…  in AddToHdlList()
 
 | 
| H A D | polygn3d.cxx | 181 		aNormal.setX(fabs(aNormal.getX()));  in CreateDefaultTexture()217 						aTex.setX((aCandidate.getY() - aVolume.getMinY()) / aVolume.getHeight());  in CreateDefaultTexture()
 224 						aTex.setX((aCandidate.getX() - aVolume.getMinX()) / aVolume.getWidth());  in CreateDefaultTexture()
 231 						aTex.setX((aCandidate.getX() - aVolume.getMinX()) / aVolume.getWidth());  in CreateDefaultTexture()
 
 | 
| H A D | viewpt3d2.cxx | 268 			aVec.setX(0.0);  in DoProjection()276 			aVec.setX(aVec.getX() * fPrDist);  in DoProjection()
 296 	aRetval.setX((double)aDeviceRect.Left() + ((rVec.getX() - aViewWin.X) * fWRatio));  in MapToDevice()
 349 	aPRP.setX(0.0);  in SetPRP()
 
 | 
| H A D | dragmt3d.cxx | 368 			maGlobalCenter.setX(aRotCenter3D.getX());  in E3dDragRotate()698 						aScNext.setX(aScFixPos.getX());  in MoveSdrDrag()
 710 					aScaleVec.setX((aScNext.getX() - aScFixPos.getX()) / aScaleVec.getX());  in MoveSdrDrag()
 714 					aScaleVec.setX(1.0);  in MoveSdrDrag()
 737 						aScaleVec.setX(aScaleVec.getY());  in MoveSdrDrag()
 
 | 
| /aoo41x/main/svgio/source/svgreader/ | 
| H A D | svgcharacternode.cxx | 64                             setX(aVector);  in parseTextPositionAttributes()393                         aPosition.setX(aPosition.getX() - fTextWidth);  in createSimpleTextPrimitive()
 398                         aPosition.setX(aPosition.getX() - (fTextWidth * 0.5));  in createSimpleTextPrimitive()
 639                 maPosition.setX(rSvgTextPositions.getX()[0].solve(rInfoProvider, xcoordinate));  in SvgTextPosition()
 658                     maPosition.setX(pParent->getPosition().getX());  in SvgTextPosition()
 666 …maPosition.setX(maPosition.getX() + rSvgTextPositions.getDx()[0].solve(rInfoProvider, xcoordinate)…  in SvgTextPosition()
 
 | 
| H A D | svgstyleattributes.cxx | 342                         aStart.setX(rFillGradient.getX1().solve(mrOwner, xcoordinate));  in add_fillGradient()344                         aEnd.setX(rFillGradient.getX2().solve(mrOwner, xcoordinate));  in add_fillGradient()
 355 …                aStart.setX(Unit_percent == X1.getUnit() ? X1.getNumber() * 0.01 : X1.getNumber());  in add_fillGradient()
 357 …                  aEnd.setX(Unit_percent == X2.getUnit() ? X2.getNumber() * 0.01 : X2.getNumber());  in add_fillGradient()
 390                         aStart.setX(rFillGradient.getCx().solve(mrOwner, xcoordinate));  in add_fillGradient()
 396                             aFocal.setX(pFx ? pFx->solve(mrOwner, xcoordinate) : aStart.getX());  in add_fillGradient()
 407 …                aStart.setX(Unit_percent == Cx.getUnit() ? Cx.getNumber() * 0.01 : Cx.getNumber());  in add_fillGradient()
 413 …aFocal.setX(pFx ? (Unit_percent == pFx->getUnit() ? pFx->getNumber() * 0.01 : pFx->getNumber()) : …  in add_fillGradient()
 
 | 
| /aoo41x/main/basegfx/inc/basegfx/point/ | 
| H A D | b2dhompoint.hxx | 187 		inline void setX(double fX)  in setX()  function in basegfx::B2DHomPoint189 		    maTuple.setX(implIsHomogenized() ? fX : fX * mfW );  in setX()
 210 		    maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW);  in operator +=()
 219 		    maTuple.setX(getX() * rPnt.mfW - rPnt.getX() * mfW);  in operator -=()
 
 | 
| H A D | b3dhompoint.hxx | 205 		void setX(double fX)  in setX()  function in basegfx::B3DHomPoint207 			maTuple.setX(implIsHomogenized() ? fX : fX * mfW );  in setX()
 241 			maTuple.setX(getX() * rPnt.mfW + rPnt.getX() * mfW);  in operator +=()
 251 			maTuple.setX(getX() * rPnt.mfW - rPnt.getX() * mfW);  in operator -=()
 
 | 
| /aoo41x/main/sw/source/core/bastyp/ | 
| H A D | swrect.cxx | 251 void SwRect::_Left( const long nLeft ){ m_Size.Width() += m_Point.getX() - nLeft; m_Point.setX(nLef…  in _Left()269 void SwRect::SetPosX( const long nNew ){ m_Point.setX(nNew); }  in SetPosX()
 292     m_Point.setX(nLeft);  in SetLeftAndWidth()
 302     m_Point.setX(nRight - nNew);  in SetRightAndWidth()
 
 | 
| /aoo41x/main/canvas/source/tools/ | 
| H A D | page.cxx | 107 			r.maPos.setX(x+w);  in insert()113             r.maPos.setX(x);  in insert()
 121 		r.maPos.setX(0);  in insert()
 
 | 
| /aoo41x/main/svx/source/items/ | 
| H A D | e3ditem.cxx | 71 	rStream >> fValue; aVal.setX(fValue);  in SvxB3DVectorItem()109 	rStream >> fValue; aStr.setX(fValue);  in Create()
 153 	aVal.setX(aDirection.DirectionX);  in PutValue()
 
 | 
| /aoo41x/main/svx/source/sdr/contact/ | 
| H A D | viewcontactofgraphic.cxx | 199 			aScale.setX(std::max(0.0, aScale.getX() - (2.0 * fDistance)));  in createVIP2DSForDraft()201 			aTranslate.setX(aTranslate.getX() + fDistance);  in createVIP2DSForDraft()
 239 					aScale.setX(std::max(0.0, aScale.getX() - (fWidth + fDistance)));  in createVIP2DSForDraft()
 240 					aTranslate.setX(aTranslate.getX() + fWidth + fDistance);  in createVIP2DSForDraft()
 
 | 
| /aoo41x/main/basegfx/source/polygon/ | 
| H A D | b3dpolygontools.cxx | 603 							aTextureCoordinate.setX((aPoint.getX() - rRange.getMinX()) / fWidth);  in applyDefaultTextureCoordinatesParallel()607 							aTextureCoordinate.setX(0.0);  in applyDefaultTextureCoordinatesParallel()
 698 							aTexCoor.setX(fX);  in applyDefaultTextureCoordinatesSphere()
 729 								aTexCoor.setX((aPrevTexCoor.getX() + aNextTexCoor.getX()) / 2.0);  in applyDefaultTextureCoordinatesSphere()
 734 								aTexCoor.setX(aNextTexCoor.getX());  in applyDefaultTextureCoordinatesSphere()
 739 								aTexCoor.setX(aPrevTexCoor.getX());  in applyDefaultTextureCoordinatesSphere()
 
 | 
| /aoo41x/main/sw/inc/ | 
| H A D | swrect.hxx | 180 	m_Point.setX(nNewX);  in Pos()203 	m_Point.setX(nLeft);  in Left()
 326 	m_Point.setX(0);  in Clear()
 
 | 
| /aoo41x/main/slideshow/source/engine/shapes/ | 
| H A D | drawinglayeranimation.cxx | 646             pos.setX( fZeroEquiv + (fMixerState * (fOneEquiv - fZeroEquiv)) );  in updateShapeAttributes()648             clipPos.setX( -pos.getX() );  in updateShapeAttributes()
 653                 pos.setX( pos.getX() + (fPaintWidth-fScrollWidth) / 2.0 );  in updateShapeAttributes()
 663             clipPos.setX( -pos.getX() );  in updateShapeAttributes()
 
 | 
| /aoo41x/main/basegfx/source/point/ | 
| H A D | b2dhompoint.cxx | 35 		maTuple.setX(maTuple.getX() * fFactor);  in implHomogenize()53 		maTuple.setX( fTempX );  in operator *=()
 
 | 
| /aoo41x/main/basegfx/source/tools/ | 
| H A D | liangbarsky.cxx | 105                                     io_rEnd.setX( io_rStart.getX() + nTL*nDX );  in liangBarskyClip2D()113                                     io_rStart.setX( io_rStart.getX() + nTE*nDX );  in liangBarskyClip2D()
 
 |