Home
last modified time | relevance | path

Searched refs:rY (Results 1 – 25 of 60) sorted by path

123

/trunk/main/drawinglayer/inc/drawinglayer/texture/
H A Dtexture3d.hxx86 bool impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) const;
87 sal_uInt8 impGetTransparence(sal_Int32& rX, sal_Int32& rY) const;
/trunk/main/drawinglayer/source/texture/
H A Dtexture3d.cxx125 sal_uInt8 GeoTexSvxBitmapEx::impGetTransparence(sal_Int32& rX, sal_Int32& rY) const in impGetTransparence()
135 const BitmapColor aBitmapColor(mpReadBitmap->GetColor(rY, rX)); in impGetTransparence()
147 const BitmapColor aBitmapColor(mpReadTransparence->GetPixel(rY, rX)); in impGetTransparence()
167 …ool GeoTexSvxBitmapEx::impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) const in impIsValid()
175 rY = (sal_Int32)((rUV.getY() - maTopLeft.getY()) * mfMulY); in impIsValid()
177 return (rY >= 0L && rY < mpReadBitmap->Height()); in impIsValid()
/trunk/main/editeng/inc/editeng/
H A Dediteng.hxx342 void GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY );
H A Doutliner.hxx1041 void GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY );
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx2254 void EditEngine::GetGlobalCharStretching( sal_uInt16& rX, sal_uInt16& rY ) in GetGlobalCharStretching() argument
2257 pImpEditEngine->GetCharStretching( rX, rY ); in GetGlobalCharStretching()
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
1143 rY = nStretchY; in GetCharStretching()
H A Dimpedit4.cxx92 void Swapsal_uIt16s( sal_uInt16& rX, sal_uInt16& rY ) in Swapsal_uIt16s() argument
95 rX = rY; in Swapsal_uIt16s()
96 rY = n; in Swapsal_uIt16s()
/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/filter/source/graphicfilter/icgm/
H A Dcgmtypes.hxx32 FloatPoint( const double& rX, const double& rY ) { X = rX, Y = rY; }; in FloatPoint()
/trunk/main/sc/inc/
H A Ddocoptio.hxx71 void GetDate( sal_uInt16& rD, sal_uInt16& rM, sal_uInt16& rY ) const in GetDate()
72 { rD = nDay; rM = nMonth; rY = nYear;} in GetDate()
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/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()
498 aScaleY = rY; in SetRefScale()
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx202 void SetRefScale( const Fraction& rX, const Fraction& rY );
/trunk/main/sd/source/ui/dlg/
H A Dtpoption.cxx770 sal_Bool SdTpOptionsMisc::SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY ) in SetScale() argument
787 rY = (long) aTmp.ToInt32(); in SetScale()
788 if( rY == 0 ) in SetScale()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx502 void GetScale( sal_Int32& rX, sal_Int32& rY ) const { Init(); rX = nX; rY = nY; } in GetScale()
H A Dtpoption.hxx153 sal_Bool SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY );
/trunk/main/starmath/inc/
H A Dview.hxx260 virtual void SetZoomFactor( const Fraction &rX, const Fraction &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/svgio/inc/svgio/svgreader/
H A Dsvgimagenode.hxx79 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
H A Dsvgmasknode.hxx71 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
H A Dsvgpatternnode.hxx96 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
H A Dsvgrectnode.hxx66 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
H A Dsvgsvgnode.hxx91 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
H A Dsvgusenode.hxx72 void setY(const SvgNumber& rY = SvgNumber()) { maY = rY; } in setY() argument
/trunk/main/svtools/source/contnr/
H A Dimivctl.hxx462 long& rY,

Completed in 175 milliseconds

123