/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 254 double nPPTX, double nPPTY, in GetOptimalColWidth() argument 259 return aCol[nCol].GetOptimalColWidth( pDev, nPPTX, nPPTY, rZoomX, rZoomY, in GetOptimalColWidth() 265 double nPPTX, double nPPTY, in GetNeededSize() argument 274 ( nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, aOptions ); in GetNeededSize() 279 double nPPTX, double nPPTY, in SetOptimalHeight() argument 322 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, in SetOptimalHeight() 390 bChanged |= SetRowHeightRange( nRngStart, nRngEnd, nLast, nPPTX, nPPTY ); in SetOptimalHeight() 1410 double nPPTX = aPix1000.X() / 1000.0; in ExtendPrintArea() local 1471 MaybeAddExtraColumn(nNewCol, nRow, pDev, nPPTX, nPPTY); in ExtendPrintArea() 1504 nRow, pDev, nPPTX, nPPTY, aZoom, aZoom, true, aOptions ); in MaybeAddExtraColumn() [all …]
|
H A D | column2.cxx | 184 double nPPTX, double nPPTY, in GetNeededSize() argument 190 double nPPT = bWidth ? nPPTX : nPPTY; in GetNeededSize() 459 double fWidthFactor = nPPTX; in GetNeededSize() 654 sal_uInt16 ScColumn::GetOptimalColWidth( OutputDevice* pDev, double nPPTX, double nPPTY, in GetOptimalColWidth() argument 663 sal_uInt16 nWidth = (sal_uInt16) (nOldWidth * nPPTX); in GetOptimalColWidth() 676 long nMargin = (long) ( pMargin->GetLeftMargin() * nPPTX ) + in GetOptimalColWidth() 677 (long) ( pMargin->GetRightMargin() * nPPTX ); in GetOptimalColWidth() 710 sal_uInt16 nThis = (sal_uInt16) GetNeededSize( nRow, pDev, nPPTX, nPPTY, in GetOptimalColWidth() 727 sal_uInt16 nTwips = (sal_uInt16) (nWidth / nPPTX); in GetOptimalColWidth() 772 double nPPTX, double nPPTY, in GetOptimalHeight() argument [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 946 pWin, nPPTX, nPPTY, GetZoomX(), GetZoomY() ). in GetEditArea() 998 pWin, nPPTX,nPPTY,GetZoomX(),GetZoomY() ). in SetEditEngine() 1574 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() 1586 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() 1673 long nSizeXPix = ToPixel( nTSize, nPPTX ); in CellsAtX() 2040 nSizePix = ToPixel( nTSize, nPPTX ); in SetScreen() 2182 nPPTX = ScGlobal::nScreenPPTX * (double) GetZoomX(); in CalcPPT() 2184 nPPTX = nPPTX / pDocShell->GetOutputFactor(); // Faktor ist Drucker zu Bildschirm in CalcPPT() 2202 double fOriginal = nTwips * nPPTX; in CalcPPT() 2213 nPPTX *= fScale; in CalcPPT() [all …]
|
H A D | output2.cxx | 1122 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea() 1131 (long) ( pDoc->GetColWidth( nCompCol, nTab ) * nPPTX ); in GetOutputArea() 1268 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() 1275 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in GetOutputArea() 1670 (long) ( aVars.GetLeftTotal() * nPPTX ) + in DrawStrings() 1671 (long) ( aVars.GetMargin()->GetRightMargin() * nPPTX ); in DrawStrings() 1722 nJustPosX += (long) ( aVars.GetLeftTotal() * nPPTX ); in DrawStrings() 1726 (long) ( aVars.GetMargin()->GetRightMargin() * nPPTX ); in DrawStrings() 1731 (long) ( aVars.GetLeftTotal() * nPPTX ) - in DrawStrings() 2319 long nRightM = (long) ( pMargin->GetRightMargin() * nPPTX ); in DrawEdit() [all …]
|
H A D | gridwin4.cxx | 95 double nPPTX, double nPPTY, const Fraction& rZoomY, in lcl_DrawOneFrame() argument 112 long nHor = (long) ( SC_SCENARIO_HSPACE * nPPTX ); in lcl_DrawOneFrame() 379 double nPPTX = pViewData->GetPPTX(); in Paint() local 391 long nScrX = ScViewData::ToPixel( pDoc->GetColWidth( nX1, nTab ), nPPTX ); in Paint() 395 nScrX += ScViewData::ToPixel( pDoc->GetColWidth( nX1, nTab ), nPPTX ); in Paint() 401 nScrX += ScViewData::ToPixel( pDoc->GetColWidth( nX2, nTab ), nPPTX ); in Paint() 508 double nPPTX = pViewData->GetPPTX(); in Draw() local 519 nPPTX, nPPTY, sal_False, bFormulaMode, in Draw() 527 nScrX, nScrY, nX1, nY1, nX2, nY2, nPPTX, nPPTY, in Draw() 1524 double nPPTX = pViewData->GetPPTX(); in InvertSimple() local [all …]
|
H A D | drawvie4.cxx | 270 double nPPTX = ScGlobal::nScreenPPTX; in CalcNormScale() local 274 nPPTX /= pViewData->GetDocShell()->GetOutputFactor(); in CalcNormScale() 286 nPPTX, nPPTY, rFractX,rFractY ); in CalcNormScale()
|
H A D | drawutil.cxx | 52 double nPPTX, double nPPTY, in CalcScale() argument 63 nPixelX += ScViewData::ToPixel( nWidth, nPPTX ); in CalcScale()
|
H A D | output.cxx | 156 nPPTX( nPixelPerTwipsX ), in ScOutputData() 992 long nSizeX = (long)(nSize*nPPTX); in DrawExtraShadow() 1577 aLeftLine.Set( pLeftLine, nPPTX ); in DrawRotatedFrame() 1578 aRightLine.Set( pRightLine, nPPTX ); in DrawRotatedFrame() 2266 long nNoteWidth = (long)( SC_CLIPMARK_SIZE * nPPTX ); in AddPDFNotes() 2359 nStartPosX -= nLayoutSign * (long) ( pDoc->GetColWidth(nOverX,nTab) * nPPTX ); in DrawClipMarks() 2369 long nOutWidth = (long) ( pDoc->GetColWidth(nOverX,nTab) * nPPTX ); in DrawClipMarks() 2376 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks() 2397 nOutWidth += (long) ( pDoc->GetColWidth(nOverX+i,nTab) * nPPTX ); in DrawClipMarks() 2416 long nMarkPixel = (long)( SC_CLIPMARK_SIZE * nPPTX ); in DrawClipMarks()
|
H A D | drawview.cxx | 359 double nPPTX; in RecalcScale() local 367 nPPTX = pViewData->GetPPTX(); in RecalcScale() 375 nPPTX = aLogic.X() / 1000.0; in RecalcScale() 388 ScDrawUtil::CalcScale( pDoc, nTab, 0,0, nEndCol,nEndRow, pDev,aZoomX,aZoomY,nPPTX,nPPTY, in RecalcScale()
|
H A D | tabview2.cxx | 739 double nPPTX = ScGlobal::nScreenPPTX / pDocSh->GetOutputFactor(); in CalcZoom() local 748 nPPTX, nPPTY, nTest, aWinSize.Width(), aWinSize.Height(), in CalcZoom() 832 double nPPTX = ScGlobal::nScreenPPTX / aViewData.GetDocShell()->GetOutputFactor(); in CalcZoom() local 836 ( aPageSize.Width() * nPPTX ) ); in CalcZoom()
|
H A D | tabview5.cxx | 642 double nPPTX = aViewData.GetPPTX(); in MakeVisible() local 653 nScrollX -= (long) ( pDoc->GetColWidth(nPosX, nTab) * nPPTX ); in MakeVisible() 661 nScrollX += (long) ( pDoc->GetColWidth(nPosX, nTab) * nPPTX ); in MakeVisible()
|
H A D | viewfunc.cxx | 252 double nPPTX = GetViewData()->GetPPTX(); in GetOptimalColWidth() local 260 nPPTX = aProv.GetPPTX(); in GetOptimalColWidth() 266 nPPTX, nPPTY, aZoomX, aZoomY, bFormula, &rMark ); in GetOptimalColWidth() 2209 double nPPTX = GetViewData()->GetPPTX(); in SetWidthOrHeight() local 2217 nPPTX = aProv.GetPPTX(); in SetWidthOrHeight() 2223 nPPTX, nPPTY, aZoomX, aZoomY, bAll ); in SetWidthOrHeight() 2451 double nPPTX = GetViewData()->GetPPTX(); in ModifyCellSize() local 2459 nPPTX = aProv.GetPPTX(); in ModifyCellSize() 2465 nPPTX, nPPTY, aZoomX, aZoomY, sal_True ); in ModifyCellSize() 2466 sal_uInt16 nTwips = (sal_uInt16)( nPixel / nPPTX ); in ModifyCellSize()
|
H A D | viewfun2.cxx | 113 double nPPTX = GetViewData()->GetPPTX(); in AdjustBlockHeight() local 121 nPPTX = aProv.GetPPTX(); in AdjustBlockHeight() 140 nPPTX, nPPTY, aZoomX, aZoomY, sal_False )) in AdjustBlockHeight() 168 double nPPTX = GetViewData()->GetPPTX(); in AdjustRowHeight() local 179 nPPTX = aProv.GetPPTX(); in AdjustRowHeight() 184 nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in AdjustRowHeight()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | editutil.cxx | 119 long nCellX = (long) ( pDoc->GetColWidth(nCol,nTab) * nPPTX ); in GetEditArea() 124 nCellX += (long) ( pDoc->GetColWidth(nCol+i,nTab) * nPPTX ); in GetEditArea() 138 long nPixDifX = (long) ( ( pMargin->GetLeftMargin() + nIndent ) * nPPTX ); in GetEditArea() 140 nCellX -= nPixDifX + (long) ( pMargin->GetRightMargin() * nPPTX ); // wegen Umbruch etc. in GetEditArea() 162 pDev, nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in GetEditArea()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undobase.cxx | 235 double nPPTX, nPPTY; in AdjustHeight() local 240 nPPTX = pData->GetPPTX(); in AdjustHeight() 248 nPPTX = ScGlobal::nScreenPPTX; in AdjustHeight() 254 nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in AdjustHeight()
|
H A D | undostyl.cxx | 129 double nPPTX = aLogic.X() / 1000.0; in lcl_DocStyleChanged() local 132 pDoc->StyleSheetChanged( pStyle, bRemoved, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in lcl_DocStyleChanged()
|
H A D | undoblk3.cxx | 997 double nPPTX,nPPTY; in Redo() local 1002 nPPTX = pData->GetPPTX(); in Redo() 1010 nPPTX = ScGlobal::nScreenPPTX; in Redo() 1033 nPPTX, nPPTY, aZoomX, aZoomY, sal_False ); in Redo() 1040 &aVirtDev, nPPTX, nPPTY, aZoomX, aZoomY, bFormula, in Redo()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | sizedev.hxx | 36 double nPPTX; member in ScSizeDeviceProvider 45 double GetPPTX() const { return nPPTX; } in GetPPTX()
|
H A D | drawutil.hxx | 40 double nPPTX, double nPPTY,
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | sizedev.cxx | 59 nPPTX = aLogic.X() / 1000.0; in ScSizeDeviceProvider() 63 nPPTX /= pDocSh->GetOutputFactor(); in ScSizeDeviceProvider()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 581 double nPPTX, double nPPTY, 618 double nPPTX, double nPPTY, 624 double nPPTX, double nPPTY, 630 double nPPTX, double nPPTY, 637 double nPPTX, double nPPTY ); 899 …void MaybeAddExtraColumn(SCCOL& rCol, SCROW nRow, OutputDevice* pDev, double nPPTX, double …
|
H A D | editutil.hxx | 50 double nPPTX; member in ScEditUtil 73 nPPTX(nScaleX),nPPTY(nScaleY),aZoomX(rX),aZoomY(rY) {} in ScEditUtil()
|
H A D | column.hxx | 356 double nPPTX, double nPPTY, 359 sal_uInt16 GetOptimalColWidth( OutputDevice* pDev, double nPPTX, double nPPTY, 366 double nPPTX, double nPPTY,
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | styleuno.cxx | 885 double nPPTX = aLogic.X() / 1000.0; in removeByName() local 888 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in removeByName() 1241 double nPPTX = aLogic.X() / 1000.0; in setParentStyle() local 1244 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in setParentStyle() 1610 double nPPTX = aLogic.X() / 1000.0; in setAllPropertiesToDefault() local 1613 pDoc->StyleSheetChanged( pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom ); in setAllPropertiesToDefault() 1981 const double nPPTX(aLogic.X() / 1000.0); in StyleSheetChangedUpdate() local 1986 pDoc->StyleSheetChanged(pStyle, sal_False, &aVDev, nPPTX, nPPTY, aZoom, aZoom); in StyleSheetChangedUpdate()
|
/aoo41x/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 422 double nPPTX = ScGlobal::nScreenPPTX * (double) aZoom in WriteToDocument() local 428 nPPTX, nPPTY, aZoom, aZoom, sal_False ); in WriteToDocument()
|