Searched refs:GetRowForHeight (Results 1 – 6 of 6) sorted by relevance
189 SCROW nRow = nPosY <= 0 ? 0 : pDoc->GetRowForHeight( nTab, in AddCustomHdl()
833 SCROW nRow = pDoc->GetRowForHeight( nTab, nStartY); in GetPrintArea()835 nRow = pDoc->GetRowForHeight( nTab, nEndY); in GetPrintArea()
3313 SCROW ScDocument::GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const in GetRowForHeight() function in ScDocument3315 return pTab[nTab]->GetRowForHeight(nHeight); in GetRowForHeight()
3279 SCROW ScTable::GetRowForHeight(sal_uLong nHeight) const in GetRowForHeight() function in ScTable
666 SCROW GetRowForHeight(sal_uLong nHeight) const;
1334 SCROW GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const;
Completed in 76 milliseconds