/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 491 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 …]
|
H A D | prevloc.cxx | 334 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par4.cxx | 102 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()
|
/aoo4110/main/sc/source/core/data/ |
H A D | fillinfo.cxx | 158 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()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 213 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()
|
H A D | xeescher.cxx | 151 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()
|
/aoo4110/main/sc/inc/ |
H A D | editutil.hxx | 69 OutputDevice* pDevice, double nScaleX, double nScaleY, in ScEditUtil() argument 73 nPPTX(nScaleX),nPPTY(nScaleY),aZoomX(rX),aZoomY(rY) {} in ScEditUtil()
|
H A D | document.hxx | 1509 SCTAB nTab, double nScaleX, double nScaleY,
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | xeescher.hxx | 89 const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY ); 417 sal_Int32 nScaleX, sal_Int32 nScaleY );
|
H A D | xlescher.hxx | 325 void SetRect( const Size& rPageSize, sal_Int32 nScaleX, sal_Int32 nScaleY,
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 199 double nScaleX; member in ScPrintFunc 281 double GetScaleX() const { return nScaleX; } in GetScaleX()
|
/aoo4110/main/basebmp/source/ |
H A D | bitmapdevice.cxx | 1318 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()
|
/aoo4110/main/basctl/source/dlged/ |
H A D | dlged.cxx | 1318 double nScaleX = (nPaperSzWidth / nBmpSzWidth ); in Print() local 1322 if( nBmpSzHeight * nScaleX <= nPaperSzHeight ) in Print() 1324 aOutputSz.Width() = (long)(((double)nBmpSzWidth) * nScaleX); in Print() 1325 aOutputSz.Height() = (long)(((double)nBmpSzHeight) * nScaleX); in Print()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 939 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev2.cxx | 689 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()
|