Home
last modified time | relevance | path

Searched refs:GetRowForHeight (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sc/source/ui/view/
H A Ddrawview.cxx189 SCROW nRow = nPosY <= 0 ? 0 : pDoc->GetRowForHeight( nTab, in AddCustomHdl()
/aoo4110/main/sc/source/core/data/
H A Ddrwlayer.cxx833 SCROW nRow = pDoc->GetRowForHeight( nTab, nStartY); in GetPrintArea()
835 nRow = pDoc->GetRowForHeight( nTab, nEndY); in GetPrintArea()
H A Ddocument.cxx3313 SCROW ScDocument::GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const in GetRowForHeight() function in ScDocument
3315 return pTab[nTab]->GetRowForHeight(nHeight); in GetRowForHeight()
H A Dtable2.cxx3279 SCROW ScTable::GetRowForHeight(sal_uLong nHeight) const in GetRowForHeight() function in ScTable
/aoo4110/main/sc/inc/
H A Dtable.hxx666 SCROW GetRowForHeight(sal_uLong nHeight) const;
H A Ddocument.hxx1334 SCROW GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const;

Completed in 81 milliseconds