Home
last modified time | relevance | path

Searched refs:rX (Results 1 – 25 of 63) 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() argument
135 const BitmapColor aBitmapColor(mpReadBitmap->GetColor(rY, rX)); in impGetTransparence()
147 const BitmapColor aBitmapColor(mpReadTransparence->GetPixel(rY, rX)); in impGetTransparence()
167 …bool GeoTexSvxBitmapEx::impIsValid(const basegfx::B2DPoint& rUV, sal_Int32& rX, sal_Int32& rY) con… in impIsValid() argument
171 rX = (sal_Int32)((rUV.getX() - maTopLeft.getX()) * mfMulX); in impIsValid()
173 if(rX >= 0L && rX < mpReadBitmap->Width()) 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
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()
/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/io/source/stm/
H A Dodata.cxx1088 Reference< XInterface > rX( xPObj , UNO_QUERY ); in writeObject() local
1091 = m_mapObject.find( rX ); in writeObject()
1095 m_mapObject[ rX ] = ++m_nMaxId; in writeObject()
/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/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/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
779 rX = (long) aTmp.ToInt32(); in SetScale()
780 if( rX == 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() argument
H A Dtpoption.hxx153 sal_Bool SetScale( const String& aScale, sal_Int32& rX, sal_Int32& rY );
/trunk/main/solenv/gbuild/
H A DZip.mk41 cd $(LOCATION) && $(gb_Zip_ZIPCOMMAND) -rX -FS $(call gb_Zip_get_target,$*) $(FILES) )
/trunk/main/solenv/inc/
H A Dtg_jar.mk89 …$(COMMAND_ECHO)cd $(CLASSDIR)/$(TARGET) && zip $(ZIP_VERBOSITY) -u -rX ../$(@:f) $(subst,$(CLASSDI…
91 …$(COMMAND_ECHO)cd $(CLASSDIR) && zip $(ZIP_VERBOSITY) -u -rX $(@:f) $(subst,\,/ $(JARCLASSDIRS)) $…
/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.hxx75 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() argument
H A Dsvgmasknode.hxx67 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() argument
H A Dsvgpatternnode.hxx92 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() argument
H A Dsvgrectnode.hxx62 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() argument
H A Dsvgsvgnode.hxx87 void setX(const SvgNumber& rX = SvgNumber()) { maX = rX; } in setX() argument

Completed in 125 milliseconds

123