Home
last modified time | relevance | path

Searched refs:mnY (Results 1 – 25 of 55) sorted by path

123

/trunk/main/basegfx/inc/basegfx/point/
H A Db2ipoint.hxx92 mnY *= rPnt.mnY; in operator *=()
101 mnY *= t; in operator *=()
H A Db3ipoint.hxx96 mnY *= rPnt.mnY; in operator *=()
106 mnY *= t; in operator *=()
117 mnY = rVec.getY(); in operator =()
/trunk/main/basegfx/inc/basegfx/raster/
H A Drasterconvert3d.hxx324 sal_Int32 mnY; member in basegfx::RasterConversionLineEntry3D
336 mnY(nY), in RasterConversionLineEntry3D()
351 if(mnY == rComp.mnY) in operator <()
356 return mnY < rComp.mnY; in operator <()
377 mnY += nStep; in incrementRasterConversionLineEntry3D()
402 sal_Int32 getY() const { return mnY; } in getY()
/trunk/main/basegfx/inc/basegfx/tuple/
H A Db2i64tuple.hxx55 mnY(0) in B2I64Tuple()
70 mnY( fY ) in B2I64Tuple()
80 mnY( rTup.mnY ) in B2I64Tuple()
107 mnY = fY; in setY()
134 mnY += rTup.mnY; in operator +=()
141 mnY -= rTup.mnY; in operator -=()
148 mnY /= rTup.mnY; in operator /=()
155 mnY *= rTup.mnY; in operator *=()
162 mnY *= t; in operator *=()
169 mnY /= t; in operator /=()
[all …]
H A Db2ituple.hxx56 mnY(0) in B2ITuple()
71 mnY( fY ) in B2ITuple()
81 mnY( rTup.mnY ) in B2ITuple()
108 mnY = fY; in setY()
135 mnY += rTup.mnY; in operator +=()
142 mnY -= rTup.mnY; in operator -=()
149 mnY /= rTup.mnY; in operator /=()
156 mnY *= rTup.mnY; in operator *=()
163 mnY *= t; in operator *=()
170 mnY /= t; in operator /=()
[all …]
H A Db3i64tuple.hxx56 mnY(0), in B3I64Tuple()
76 mnY(nY), in B3I64Tuple()
87 mnY( rTup.mnY ), in B3I64Tuple()
121 mnY = nY; in setY()
154 mnY += rTup.mnY; in operator +=()
162 mnY -= rTup.mnY; in operator -=()
170 mnY /= rTup.mnY; in operator /=()
178 mnY *= rTup.mnY; in operator *=()
186 mnY *= t; in operator *=()
194 mnY /= t; in operator /=()
[all …]
H A Db3ituple.hxx55 mnY(0), in B3ITuple()
75 mnY(nY), in B3ITuple()
86 mnY( rTup.mnY ), in B3ITuple()
120 mnY = nY; in setY()
153 mnY += rTup.mnY; in operator +=()
161 mnY -= rTup.mnY; in operator -=()
169 mnY /= rTup.mnY; in operator /=()
177 mnY *= rTup.mnY; in operator *=()
185 mnY *= t; in operator *=()
193 mnY /= t; in operator /=()
[all …]
/trunk/main/basegfx/inc/basegfx/vector/
H A Db2ivector.hxx93 mnY *= rPnt.mnY; in operator *=()
102 mnY *= t; in operator *=()
H A Db3ivector.hxx96 mnY *= rPnt.mnY; in operator *=()
106 mnY *= t; in operator *=()
117 mnY = rVec.getY(); in operator =()
140 double fLen((mnX * mnX) + (mnY * mnY)); in getXYLength()
152 double fLen((mnX * mnZ) + (mnY * mnZ)); in getXZLength()
164 double fLen((mnY * mnY) + (mnZ * mnZ)); in getYZLength()
189 mnY = fround(mnY*fLen); in setLength()
209 return ((mnX * rVec.mnX) + (mnY * rVec.mnY) + (mnZ * rVec.mnZ)); in scalar()
/trunk/main/basegfx/source/point/
H A Db2ipoint.cxx35 mnY = rPoint.getY(); in operator =()
43 rMat.get(0, 1) * mnY + in operator *=()
47 rMat.get(1, 1) * mnY + in operator *=()
55 rMat.get(2, 1) * mnY + in operator *=()
66 mnY = fround(fTempY); in operator *=()
H A Db3ipoint.cxx36 rMat.get(0, 1) * mnY + in operator *=()
41 rMat.get(1, 1) * mnY + in operator *=()
46 rMat.get(2, 1) * mnY + in operator *=()
55 rMat.get(3, 1) * mnY + in operator *=()
68 mnY = fround(fTempY); in operator *=()
/trunk/main/basegfx/source/vector/
H A Db2ivector.cxx35 mnY = rVec.getY(); in operator =()
42 return hypot( mnX, mnY ); in getLength()
47 return((mnX * rVec.mnX) + (mnY * rVec.mnY)); in scalar()
52 return(mnX * rVec.getY() - mnY * rVec.getX()); in cross()
57 return atan2(double( mnX * rVec.getY() - mnY * rVec.getX()), in angle()
58 double( mnX * rVec.getX() + mnY * rVec.getY())); in angle()
69 rMat.get(0,1)*mnY ); in operator *=()
70 mnY = fround( rMat.get(1,0)*mnX + in operator *=()
71 rMat.get(1,1)*mnY ); in operator *=()
90 mnY = fround( mnY*fLen ); in setLength()
H A Db3ivector.cxx33 mnX = fround( rMat.get(0,0)*mnX + rMat.get(0,1)*mnY + rMat.get(0,2)*mnZ ); in operator *=()
34 mnY = fround( rMat.get(1,0)*mnX + rMat.get(1,1)*mnY + rMat.get(1,2)*mnZ ); in operator *=()
35 mnZ = fround( rMat.get(2,0)*mnX + rMat.get(2,1)*mnY + rMat.get(2,2)*mnZ ); in operator *=()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx186 Point aPoint( 2, mnY ); in Paint()
238 mnY = ( nWinHeight - GetTextHeight() ) / 2; in SetFont()
/trunk/main/cui/source/inc/
H A Dcuicharmap.hxx69 long mnY; member in SvxShowText
/trunk/main/filter/source/flash/
H A Dswfexporter.cxx635 pShapeInfo->mnY = aBoundRect.Y; in exportShape()
693 …mpWriter->placeShape( pShapeInfo->mnID, _uInt16(nPlaceDepth++), pShapeInfo->mnX, pShapeInfo->mnY ); in exportShape()
H A Dswfexporter.hxx68 sal_Int32 mnY; member in swf::ShapeInfo
93 mnID(0), mnX(0), mnY(0), in ShapeInfo()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbitmap.cxx62 nyCount = rDesc.mnY + 1; in ImplGetBitmap()
251 rDesc.mnY = mpCGM->ImplGetUI( nPrecision ); in ImplGetDimensions()
296 if ( ( rDesc.mnX || rDesc.mnY ) == 0 ) in ImplGetDimensions()
329 mpCGM->mnParaSize += rDesc.mnScanSize * rDesc.mnY; in ImplGetDimensions()
342 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert()
343 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
344 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert()
357 rDest.mpBitmap->Expand( 0, rSource.mnY ); in ImplInsert()
358 rDest.mpBitmap->CopyPixel( Rectangle( Point( 0, rDest.mnY ), Size( rSource.mnX, rSource.mnY ) ), in ImplInsert()
359 Rectangle( Point( 0, 0 ), Size( rSource.mnX, rSource.mnY ) ), rSource.mpBitmap ); in ImplInsert()
[all …]
H A Dbitmap.hxx49 sal_uInt32 mnX, mnY; member in CGMBitmapDescriptor
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLine.java37 mnY = -1; in Line()
70 mnY = nY; in Format()
104 return mnY; in GetTop()
112 return mnY + mnHeight; in GetBottom()
122 return mnY<=nBottom && mnY+mnHeight>nTop; in Overlaps()
130 return nY>=mnY && nY<mnY+mnHeight; in Contains()
234 private int mnY; field in Line
/trunk/main/sc/source/filter/excel/
H A Dxechart.cxx131 return rStrm << rRect.mnX << rRect.mnY << rRect.mnWidth << rRect.mnHeight; in operator <<()
368 aRect.mnY = CalcChartYFromHmm( rRect.Y ); in CalcChartRectFromHmm()
1255 rFrameRect.mnY = maData.maRect.mnY - nDefPosY; in ConvertTitle()
2318 rFramePos.maRect.mnY = maData.maRect.mnY = CalcChartYFromHmm( aLegendPos.Y ); in Convert()
3087 maData.maRect.mnY = 626; in XclExpChAxesSet()
3308 maRect.mnX = maRect.mnY = 0; in XclExpChChart()
H A Dxichart.cxx147 return rStrm >> rRect.mnX >> rRect.mnY >> rRect.mnWidth >> rRect.mnHeight; in operator >>()
333 CalcHmmFromChartY( rRect.mnY ), in CalcHmmFromChartRect()
451 maData.maRect.mnY = rStrm.ReadInt16(); rStrm.Ignore( 2 ); in ReadChFramePos()
1187 ((rPosData.maRect.mnX != 0) || (rPosData.maRect.mnY != 0)) && in ConvertTitlePosition()
1204 CalcHmmFromChartY( maData.maRect.mnY ) ); in ConvertTitlePosition()
2524 CalcRelativeFromChartY( pFramePos->maRect.mnY ), in CreateLegend()
H A Dxlchart.cxx74 mnY( 0 ), in XclChRectangle()
/trunk/main/sc/source/filter/inc/
H A Dxlchart.hxx758 sal_Int32 mnY; /// Y position of the object in 1/4000 of chart height. member
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx741 long nY1 = pPtAry->mnY; in getBoundRect()
750 if( pPtAry[n].mnY < nY1 ) in getBoundRect()
751 nY1 = pPtAry[n].mnY; in getBoundRect()
752 else if( pPtAry[n].mnY > nY2 ) in getBoundRect()
753 nY2 = pPtAry[n].mnY; in getBoundRect()
764 o_fY = static_cast<float>(i_pIn->mnY ) + 0.5; in alignLinePoint()
831 CGContextMoveToPoint( mrContext, pPtAry->mnX, pPtAry->mnY ); in drawPolygon()
834 CGContextAddLineToPoint( mrContext, pPtAry->mnX, pPtAry->mnY ); in drawPolygon()
915 CGContextMoveToPoint( mrContext, pPtAry->mnX, pPtAry->mnY ); in drawPolyPolygon()
918 CGContextAddLineToPoint( mrContext, pPtAry->mnX, pPtAry->mnY ); in drawPolyPolygon()

Completed in 136 milliseconds

123