Home
last modified time | relevance | path

Searched refs:rX (Results 1 – 25 of 63) sorted by last modified time

123

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx127 static void ImplRotatePos( long nOriginX, long nOriginY, long& rX, long& rY, in ImplRotatePos() argument
137 rX -= nOriginX; in ImplRotatePos()
142 long nTemp = rX; in ImplRotatePos()
143 rX = rY; in ImplRotatePos()
148 rX = -rX; in ImplRotatePos()
153 long nTemp = rX; in ImplRotatePos()
154 rX = -rY; in ImplRotatePos()
158 rX += nOriginX; in ImplRotatePos()
169 long nX = rX-nOriginX; in ImplRotatePos()
173 rX = +((long)(nCos*nX + nSin*nY)) + nOriginX; in ImplRotatePos()
H A Dsalgdilayout.cxx833 const basegfx::B2DPoint& rX, in DrawTransformedBitmap() argument
842 basegfx::B2DPoint aX(rX); in DrawTransformedBitmap()
853 return drawTransformedBitmap(rNull, rX, rY, rSourceBitmap, pAlphaBitmap); in DrawTransformedBitmap()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx737 static void getBoundRect( sal_uInt32 nPoints, const SalPoint* pPtAry, long &rX, long& rY, long& rWi… in getBoundRect() argument
755 rX = nX1; in getBoundRect()
1525 const basegfx::B2DPoint& rNull, const basegfx::B2DPoint& rX, const basegfx::B2DPoint& rY, in drawTransformedBitmap() argument
1546 const basegfx::B2DVector aXRel = rX - rNull; in drawTransformedBitmap()
/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx991 inline void GetCharStretching( sal_uInt16& rX, sal_uInt16& rY );
1140 inline void ImpEditEngine::GetCharStretching( sal_uInt16& rX, sal_uInt16& rY ) in GetCharStretching() argument
1142 rX = nStretchX; in GetCharStretching()
H A Dimpedit4.cxx92 void Swapsal_uIt16s( sal_uInt16& rX, sal_uInt16& rY ) in Swapsal_uIt16s() argument
94 sal_uInt16 n = rX; in Swapsal_uIt16s()
95 rX = rY; in Swapsal_uIt16s()
H A Dediteng.cxx2254 void EditEngine::GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY ) in GetGlobalCharStretching() argument
2257 pImpEditEngine->GetCharStretching( rX, rY ); in GetGlobalCharStretching()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx1744 long &rX, long &rY);
H A Dww8par4.cxx77 static bool SwWw8ReadScaling(long& rX, long& rY, SvStorageRef& rSrc1) in SV_IMPL_OP_PTRARR_SORT()
119 rX = nOrgWidth - nCropLeft - nCropRight; in SV_IMPL_OP_PTRARR_SORT()
128 rX = (rX * nScaleX) / 1000; in SV_IMPL_OP_PTRARR_SORT()
328 long &rX,long &rY) in ImportOleWMF() argument
337 SwWw8ReadScaling( rX, rY, xSrc1 ); in ImportOleWMF()
339 aFinalSize.Width() = rX; in ImportOleWMF()
/trunk/main/solenv/gbuild/
H A DZip.mk41 cd $(LOCATION) && $(gb_Zip_ZIPCOMMAND) -rX -FS $(call gb_Zip_get_target,$*) $(FILES) )
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx844 int& rX, int& rY, int& rDX, int& rDY ) in ImplSalCalcFullScreenSize() argument
933 rX = nScreenX -nFrameX; in ImplSalCalcFullScreenSize()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx449 const basegfx::B2DPoint& rX, in drawTransformedBitmap() argument
465 const long nDestWidth(basegfx::fround(basegfx::B2DVector(rX - rNull).getLength())); in drawTransformedBitmap()
484 aDestPoints[1].X = Gdiplus::REAL(rX.getX()); in drawTransformedBitmap()
485 aDestPoints[1].Y = Gdiplus::REAL(rX.getY()); in drawTransformedBitmap()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx493 void ScInputHandler::SetRefScale( const Fraction& rX, const Fraction& rY ) in SetRefScale() argument
495 if ( rX != aScaleX || rY != aScaleY ) in SetRefScale()
497 aScaleX = rX; in SetRefScale()
/trunk/main/sc/inc/
H A Deditutil.hxx70 const Fraction& rX, const Fraction& rY ) : in ScEditUtil() argument
73 nPPTX(nScaleX),nPPTY(nScaleY),aZoomX(rX),aZoomY(rY) {} in ScEditUtil()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx661 void Outliner::GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY ) in GetGlobalCharStretching() argument
664 pEditEngine->GetGlobalCharStretching( rX, rY ); in GetGlobalCharStretching()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx1041 void GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY );
H A Dediteng.hxx342 void GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY );
/trunk/main/starmath/source/
H A Dview.cxx854 void SmViewShell::SetZoomFactor( const Fraction &rX, const Fraction &rY ) in SetZoomFactor() argument
858 const Fraction &rFrac = rX < rY ? rX : rY; in SetZoomFactor()
863 SfxViewShell::SetZoomFactor( rX, rY ); in SetZoomFactor()
/trunk/main/vcl/inc/win/
H A Dsalgdi.h252 const basegfx::B2DPoint& rX,
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3364 long& rX, long& rY, sal_Bool isInDragDrop, sal_uInt16 nBorderWidth) in CalcScrollOffsets() argument
3404 rX = nPixelToScrollX; in CalcScrollOffsets()
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx80 const basegfx::B2DPoint& rX, in drawTransformedBitmap() argument
86 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
H A Dsvpgdi.hxx55 const basegfx::B2DPoint& rX,
H A Dsvppspgraphics.cxx180 const basegfx::B2DPoint& rX, in drawTransformedBitmap() argument
186 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
H A Dsvppspgraphics.hxx56 const basegfx::B2DPoint& rX,
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1495 const basegfx::B2DPoint& rX, in drawTransformedBitmap() argument
1501 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()
H A Dsalgdi2.cxx907 const basegfx::B2DPoint& rX, in drawTransformedBitmap() argument
913 (void)rNull; (void)rX; (void)rY; (void)rSourceBitmap; (void)pAlphaBitmap; in drawTransformedBitmap()

Completed in 208 milliseconds

123