Home
last modified time | relevance | path

Searched refs:GetRowOffset (Results 1 – 8 of 8) sorted by relevance

/aoo4110/main/sc/source/core/data/
H A Ddrwlayer.cxx578 Point aPos( pDoc->GetColOffset( nCol1, nTab1 ), pDoc->GetRowOffset( nRow1, nTab1 ) ); in RecalcPos()
609 Point aPos( pDoc->GetColOffset( nCol1, nTab1 ), pDoc->GetRowOffset( nRow1, nTab1 ) ); in RecalcPos()
643 Point aPos( pDoc->GetColOffset( nCol2, nTab2 ), pDoc->GetRowOffset( nRow2, nTab2 ) ); in RecalcPos()
681 Point aPos( pDoc->GetColOffset( nCol1, nTab1 ), pDoc->GetRowOffset( nRow1, nTab1 ) ); in RecalcPos()
687 Point aEnd( pDoc->GetColOffset( nCol2 + 1, nTab2 ), pDoc->GetRowOffset( nRow2 + 1, nTab2 ) ); in RecalcPos()
H A Dtable2.cxx3236 double fValY = GetRowOffset( MAXROW + 1 ) * HMM_PER_TWIPS; in SetDrawPageSize()
3256 sal_uLong ScTable::GetRowOffset( SCROW nRow ) const in GetRowOffset() function in ScTable
H A Ddocument.cxx3354 sal_uLong ScDocument::GetRowOffset( SCROW nRow, SCTAB nTab ) const in GetRowOffset() function in ScDocument
3357 return pTab[nTab]->GetRowOffset( nRow ); in GetRowOffset()
/aoo4110/main/sc/source/filter/excel/
H A Dxlescher.cxx103 return static_cast< long >( fScale * (rDoc.GetRowOffset( nScRow, nScTab ) + in lclGetYFromRow()
/aoo4110/main/sc/source/filter/rtf/
H A Deeimpars.cxx539 (long)((double) mpDoc->GetRowOffset( nRow, nTab ) * HMM_PER_TWIPS) ); in InsertGraphic()
/aoo4110/main/sc/inc/
H A Dtable.hxx656 sal_uLong GetRowOffset( SCROW nRow ) const;
H A Ddocument.hxx1337 SC_DLLPUBLIC sal_uLong GetRowOffset( SCROW nRow, SCTAB nTab ) const;
/aoo4110/main/sc/source/ui/view/
H A Dtabview.cxx1989 long nDocY = (long)( (double) pDoc->GetRowOffset( MAXROW + 1, nTab ) * HMM_PER_TWIPS ); in GetChartInsertPos()

Completed in 132 milliseconds