/aoo42x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1574 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() 1586 long nSizeXPix = ToPixel( nTSize, nPPTX ); in GetScrPos() 1605 long nSizeYPix = ToPixel( nTSize, nPPTY ); in GetScrPos() 1626 long nSizeYPix = ToPixel( nTSize, nPPTY ); in GetScrPos() 1673 long nSizeXPix = ToPixel( nTSize, nPPTX ); in CellsAtX() 1778 nOutHeight += ToPixel(nHeight, nPPTY); in GetMergeSizePixel() 2040 nSizePix = ToPixel( nTSize, nPPTX ); in SetScreen() 2050 nSizePix = ToPixel( nTSize, nPPTY ); in SetScreen() 3017 long nPix = ToPixel( nTSize, nPPTX ); in UpdateFixX() 3052 long nPix = ToPixel( nTSize, nPPTY ); in UpdateFixY() [all …]
|
H A D | gridwin4.cxx | 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() 1299 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DrawButtons() 1377 long nCellSizeY = ScViewData::ToPixel( pDoc->GetRowHeight( nRow, nTab ), pViewData->GetPPTY() ); in GetListValButtonRect() 1389 … nAvailable = ScViewData::ToPixel( pDoc->GetColWidth( nNextCol, nTab ), pViewData->GetPPTX() ); in GetListValButtonRect() 1571 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in InvertSimple() 1575 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in InvertSimple() 1758 long nEndY = nScrY + ScViewData::ToPixel( nHeightTwips, nPPTY ) - 1; in GetSelectionRects() 1762 long nWidth = ScViewData::ToPixel( pDoc->GetColWidth( nX,nTab ), nPPTX ); in GetSelectionRects()
|
H A D | drawutil.cxx | 63 nPixelX += ScViewData::ToPixel( nWidth, nPPTX ); in CalcScale() 77 nPixelY += ScViewData::ToPixel(nHeight, nPPTY); in CalcScale()
|
H A D | colrowba.cxx | 101 …return (sal_uInt16) ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(nEntryNo), nTab ), … in GetEntrySize() 269 return (sal_uInt16) ScViewData::ToPixel( pDoc->GetOriginalHeight( nEntryNo, in GetEntrySize()
|
H A D | gridwin2.cxx | 141 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DoAutoFilterButton()
|
H A D | gridwin.cxx | 923 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DoAutoFilterMenue() 5583 … nSizeXPix += ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(i), nTab ), nPPTX ); in UpdateDragRectOverlay() 5592 nSizeYPix += ScViewData::ToPixel( pDoc->GetRowHeight( i, nTab ), nPPTY ); in UpdateDragRectOverlay()
|
/aoo42x/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 318 sal_uInt16 ScHTMLExport::ToPixel( sal_uInt16 nVal ) in ToPixel() function in ScHTMLExport 743 ToPixel( pDoc->GetColWidth( nCol, nTab ) ) ); in WriteTables() 891 nWidthPixel = ToPixel( static_cast< sal_uInt16 >( v ) ); in WriteCell() 894 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell() 906 nHeightPixel = ToPixel( static_cast< sal_uInt16 >( v ) ); in WriteCell() 909 nHeightPixel = ToPixel( pDoc->GetRowHeight( nRow, nTab ) ); in WriteCell() 913 nWidthPixel = ToPixel( pDoc->GetColWidth( nCol, nTab ) ); in WriteCell() 914 nHeightPixel = ToPixel( pDoc->GetRowHeight( nRow, nTab ) ); in WriteCell()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 709 += ByteString::CreateFromInt32( rWrt.ToPixel( nBorder ) ); in Write() 723 += ByteString::CreateFromInt32( rWrt.ToPixel( nCellPadding ) ); in Write() 727 += ByteString::CreateFromInt32( rWrt.ToPixel( nCellSpacing ) ); in Write() 867 sOutStr += ByteString::CreateFromInt32( rWrt.ToPixel( nWidth ) ); in Write()
|
H A D | wrthtml.hxx | 428 sal_uInt32 ToPixel( sal_uInt32 nVal ) const;
|
H A D | htmlatr.cxx | 2240 rWrt.OutULong( rHTMLWrt.ToPixel(nPageWidth-nLeft-nRight) ); in OutHTML_SwTxtNode() 2263 rWrt.OutULong( rHTMLWrt.ToPixel(nWidth) ); in OutHTML_SwTxtNode() 2780 sal_uInt32 SwHTMLWriter::ToPixel( sal_uInt32 nVal ) const in ToPixel() function in SwHTMLWriter
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 480 static inline long ToPixel( sal_uInt16 nTwips, double nFactor ); 504 inline long ScViewData::ToPixel( sal_uInt16 nTwips, double nFactor ) in ToPixel() function in ScViewData
|
/aoo42x/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 155 sal_uInt16 ToPixel( sal_uInt16 nTwips );
|