Home
last modified time | relevance | path

Searched refs:GetScaledRowHeight (Results 1 – 9 of 9) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Dprintfun.cxx1520 nPosY += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, nScaleY); in LocateRowHdr()
1562 nPosY += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, nScaleY); in LocateArea()
2180 nRepeatHeight += pDoc->GetScaledRowHeight( nRepeatStartRow, in PrintPage()
2184 nContentHeight += pDoc->GetScaledRowHeight( nY1, nY2, nPrintTab, in PrintPage()
H A Doutput2.cxx1154 nCellPosY -= (long) pDoc->GetScaledRowHeight( nCellY, nCompRow-1, nTab, nPPTY ); in GetOutputArea()
1183 … nMergeSizeY += (long) pDoc->GetScaledRowHeight( nCellY+nDirect, nCellY+nMergeRows-1, nTab, nPPTY); in GetOutputArea()
3130 … nOutHeight += (long) pDoc->GetScaledRowHeight( nY+1, nY+nCountY-1, nTab, nPPTY); in DrawRotated()
H A Dprevloc.cxx349 long nPosY = (long) pDoc->GetScaledRowHeight( rRange.aStart.Row(), in GetOffsetPixel()
H A Doutput.cxx2378 … nOutHeight += (long) pDoc->GetScaledRowHeight( nOverY+1, nOverY+nCountY-1, nTab, nPPTY); in DrawClipMarks()
2399 … nOutHeight += (long) pDoc->GetScaledRowHeight( nOverY+1, nOverY+nCountY-1, nTab, nPPTY); in DrawClipMarks()
/aoo4110/main/sc/source/core/tool/
H A Deditutil.cxx130 nCellY += (long) pDoc->GetScaledRowHeight( nRow+1, nRow+nCountY-1, nTab, nPPTY); in GetEditArea()
/aoo4110/main/sc/inc/
H A Dtable.hxx654 sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const;
H A Ddocument.hxx1335 …sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, do…
/aoo4110/main/sc/source/core/data/
H A Ddocument.cxx3318 sal_uLong ScDocument::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, in GetScaledRowHeight() function in ScDocument
3330 return pTab[nTab]->GetScaledRowHeight( nStartRow, nEndRow, fScale); in GetScaledRowHeight()
H A Dtable2.cxx2524 sal_uLong ScTable::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const in GetScaledRowHeight() function in ScTable

Completed in 125 milliseconds