Home
last modified time | relevance | path

Searched refs:nScaleX (Results 1 – 15 of 15) sorted by path

/trunk/main/basctl/source/dlged/
H A Ddlged.cxx1320 double nScaleX = (nPaperSzWidth / nBmpSzWidth ); in Print() local
1324 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print()
1326 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleX); in Print()
1327 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
/trunk/main/basebmp/source/
H A Dbitmapdevice.cxx1318 const double nScaleX( io_rDestArea.getWidth() / (double)io_rSourceArea.getWidth() ); in clipAreaImpl() local
1342 …::basegfx::B2IRange aLocalDestArea( basegfx::fround(aDestTopLeft.getX() + nScaleX*aUpperLeftOffset… in clipAreaImpl()
1344 … basegfx::fround(aDestTopLeft.getX() + nScaleX*aLowerRightOffset.getX()), in clipAreaImpl()
1360 … ::basegfx::B2IRange( basegfx::fround(aSourceTopLeft.getX() + aDestUpperLeftOffset.getX()/nScaleX), in clipAreaImpl()
1362 … basegfx::fround(aSourceTopLeft.getX() + aDestLowerRightOffset.getX()/nScaleX), in clipAreaImpl()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx939 const double nScaleX( rState.mapModeTransform.get(0,0) ); in createFont() local
945 if( fabs(nScaleX) < fabs(nScaleY) ) in createFont()
946 aFontMatrix.m00 *= nScaleX / nScaleY; in createFont()
948 aFontMatrix.m11 *= nScaleY / nScaleX; in createFont()
/trunk/main/sc/inc/
H A Ddocument.hxx1509 SCTAB nTab, double nScaleX, double nScaleY,
H A Deditutil.hxx69 OutputDevice* pDevice, double nScaleX, double nScaleY, in ScEditUtil() argument
73 nPPTX(nScaleX),nPPTY(nScaleY),aZoomX(rX),aZoomY(rY) {} in ScEditUtil()
/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx158 SCTAB nTab, double nScaleX, double nScaleY, in FillInfo() argument
356 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo()
377 sal_uInt16 nThisWidth = (sal_uInt16) (GetColWidth( nX, nTab ) * nScaleX); in FillInfo()
985 … nSize += std::max( static_cast< long >( GetColWidth( nDocCol, nTab ) * nScaleX ), 1L ); in FillInfo()
993 … nSize += std::max( static_cast< long >( GetColWidth( nDocCol, nTab ) * nScaleX ), 1L ); in FillInfo()
1036 …rArray.SetCellStyleLeft( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetLeft(), nScaleX ) ); in FillInfo()
1037 …rArray.SetCellStyleRight( nFirstCol, nFirstRow, svx::frame::Style( pBox->GetRight(), nScaleX ) ); in FillInfo()
/trunk/main/sc/source/filter/excel/
H A Dxeescher.cxx151 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ) : in XclExpDffEmbeddedAnchor() argument
154 mnScaleX( nScaleX ), in XclExpDffEmbeddedAnchor()
1275 …const XclExpObjectManager& rParent, const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ) : in XclExpEmbeddedObjectManager() argument
1278 mnScaleX( nScaleX ), in XclExpEmbeddedObjectManager()
H A Dxlescher.cxx213 void XclObjAnchor::SetRect( const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY, in SetRect() argument
227 …(bDffAnchor ? maFirst.mnCol : mnLX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Left… in SetRect()
229 …(bDffAnchor ? maLast.mnCol : mnRX) = lclGetEmbeddedScale( rPageSize.Width(), nScaleX, rRect.Righ… in SetRect()
/trunk/main/sc/source/filter/inc/
H A Dxeescher.hxx89 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY );
417 sal_Int32 nScaleX, sal_Int32 nScaleY );
H A Dxlescher.hxx325 void SetRect( const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY,
/trunk/main/sc/source/ui/inc/
H A Dprintfun.hxx199 double nScaleX; member in ScPrintFunc
281 double GetScaleX() const { return nScaleX; } in GetScaleX()
/trunk/main/sc/source/ui/view/
H A Dprevloc.cxx334 const double nScaleX = HMM_PER_TWIPS; in GetOffsetPixel() local
344 nPosX += (long) (nDocW * nScaleX); in GetOffsetPixel()
346 long nSizeX = (long) ( pDoc->GetColWidth( nEndCol, nTab ) * nScaleX ); in GetOffsetPixel()
508 const double nScaleX = HMM_PER_TWIPS; in GetTableInfo() local
622 long nNextX = nPosX + (long) (nDocW * nScaleX); in GetTableInfo()
641 long nNextX = nPosX + (long) (nDocW * nScaleX); in GetTableInfo()
H A Dprintfun.cxx491 double nScaleX = (double) nDevSizeX / nTwipsSizeX; in DrawToDev() local
507 nScaleX, nScaleY, sal_False, bFormula ); in DrawToDev()
521 long nAddX = (long)( aLines.Left() * nScaleX ); in DrawToDev()
1374 nScaleX, nScaleY, sal_False, sal_False ); in DrawBorder()
1423 long nWidth = (long) (nDocW * nScaleX); in PrintColHdr()
1451 long nWidth = (long) (PRINT_HEADER_WIDTH * nScaleX); in PrintRowHdr()
1499 nPosX += (long) (nDocW * nScaleX); in LocateColHdr()
1558 nPosX += (long) (nDocW * nScaleX); in LocateArea()
1827 double nOldScaleX = nScaleX; in PrintHF()
1832 nScaleX = nOldScaleX; in PrintHF()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8par4.cxx102 nScaleX, in SV_IMPL_OP_PTRARR_SORT() local
112 *pS >> nScaleX // Scaling in Promille in SV_IMPL_OP_PTRARR_SORT()
121 if (10 > nScaleX || 65536 < nScaleX || 10 > nScaleY || 65536 < nScaleY) in SV_IMPL_OP_PTRARR_SORT()
128 rX = (rX * nScaleX) / 1000; in SV_IMPL_OP_PTRARR_SORT()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx689 const double nScaleX = aPosAry.mnDestWidth/double(aPosAry.mnSrcWidth); in ImplDrawBitmap() local
698 … aPosAry.mnSrcX -= sal::static_int_cast<long>(aPosAry.mnDestX / nScaleX); in ImplDrawBitmap()
702 … aPosAry.mnSrcWidth = sal::static_int_cast<long>(aPosAry.mnDestWidth / nScaleX); in ImplDrawBitmap()

Completed in 119 milliseconds