Home
last modified time | relevance | path

Searched refs:ToPixel (Results 1 – 12 of 12) sorted by relevance

/aoo41x/main/sc/source/ui/view/
H A Dviewdata.cxx1574 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()
3013 long nPix = ToPixel( nTSize, nPPTX ); in UpdateFixX()
3048 long nPix = ToPixel( nTSize, nPPTY ); in UpdateFixY()
[all …]
H A Dgridwin4.cxx391 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 Ddrawutil.cxx63 nPixelX += ScViewData::ToPixel( nWidth, nPPTX ); in CalcScale()
77 nPixelY += ScViewData::ToPixel(nHeight, nPPTY); in CalcScale()
H A Dcolrowba.cxx101 …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 Dgridwin2.cxx141 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DoAutoFilterButton()
H A Dgridwin.cxx921 nSizeY = pViewData->ToPixel(pDoc->GetRowHeight(nRow, nTab), pViewData->GetPPTY()); in DoAutoFilterMenue()
5568 … nSizeXPix += ScViewData::ToPixel( pDoc->GetColWidth( static_cast<SCCOL>(i), nTab ), nPPTX ); in UpdateDragRectOverlay()
5577 nSizeYPix += ScViewData::ToPixel( pDoc->GetRowHeight( i, nTab ), nPPTY ); in UpdateDragRectOverlay()
/aoo41x/main/sc/source/filter/html/
H A Dhtmlexp.cxx318 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()
/aoo41x/main/sw/source/filter/html/
H A Dhtmltabw.cxx709 += 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 Dwrthtml.hxx428 sal_uInt32 ToPixel( sal_uInt32 nVal ) const;
H A Dhtmlatr.cxx2240 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
/aoo41x/main/sc/source/ui/inc/
H A Dviewdata.hxx480 static inline long ToPixel( sal_uInt16 nTwips, double nFactor );
504 inline long ScViewData::ToPixel( sal_uInt16 nTwips, double nFactor ) in ToPixel() function in ScViewData
/aoo41x/main/sc/source/filter/inc/
H A Dhtmlexp.hxx155 sal_uInt16 ToPixel( sal_uInt16 nTwips );

Completed in 103 milliseconds