Searched refs:GetScaledRowHeight (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 1520 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 D | output2.cxx | 1154 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 D | prevloc.cxx | 349 long nPosY = (long) pDoc->GetScaledRowHeight( rRange.aStart.Row(), in GetOffsetPixel()
|
H A D | output.cxx | 2378 … 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 D | editutil.cxx | 130 nCellY += (long) pDoc->GetScaledRowHeight( nRow+1, nRow+nCountY-1, nTab, nPPTY); in GetEditArea()
|
/aoo4110/main/sc/inc/ |
H A D | table.hxx | 654 sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const;
|
H A D | document.hxx | 1335 …sal_uLong GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, do…
|
/aoo4110/main/sc/source/core/data/ |
H A D | document.cxx | 3318 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 D | table2.cxx | 2524 sal_uLong ScTable::GetScaledRowHeight( SCROW nStartRow, SCROW nEndRow, double fScale ) const in GetScaledRowHeight() function in ScTable
|
Completed in 125 milliseconds