| /trunk/main/sc/source/ui/view/ |
| H A D | viewdata.cxx | 1221 long nLeftPix = ToPixel( pLocalDoc->GetColWidth( nEditStartCol, nTabNo ), nPPTX ); in EditGrowX() 1228 long nRightPix = ToPixel( pLocalDoc->GetColWidth( nEditEndCol, nTabNo ), nPPTX ); in EditGrowX() 1253 long nPix = ToPixel( pLocalDoc->GetColWidth( nEditStartCol, nTabNo ), nPPTX ); in EditGrowX() 1276 long nPix = ToPixel( pLocalDoc->GetColWidth( nEditEndCol, nTabNo ), nPPTX ); in EditGrowX() 1404 long nPix = ToPixel( pLocalDoc->GetRowHeight( nEditEndRow, nTabNo ), nPPTY ); in EditGrowY() 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() [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 | 921 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DoAutoFilterMenue() 5550 … nSizeXPix += ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(i), nTab ), nPPTX ); in UpdateDragRectOverlay() 5559 nSizeYPix += ScViewData::ToPixel( pDoc->GetRowHeight( i, nTab ), nPPTY ); in UpdateDragRectOverlay()
|
| /trunk/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()
|
| /trunk/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 | 2235 rWrt.OutULong( rHTMLWrt.ToPixel(nPageWidth-nLeft-nRight) ); in OutHTML_SwTxtNode() 2258 rWrt.OutULong( rHTMLWrt.ToPixel(nWidth) ); in OutHTML_SwTxtNode() 2775 sal_uInt32 SwHTMLWriter::ToPixel( sal_uInt32 nVal ) const in ToPixel() function in SwHTMLWriter
|
| /trunk/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
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | htmlexp.hxx | 155 sal_uInt16 ToPixel( sal_uInt16 nTwips );
|