Searched refs:GetRowOffset (Results 1 – 8 of 8) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 578 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 D | table2.cxx | 3236 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 D | document.cxx | 3356 sal_uLong ScDocument::GetRowOffset( SCROW nRow, SCTAB nTab ) const in GetRowOffset() function in ScDocument 3359 return pTab[nTab]->GetRowOffset( nRow ); in GetRowOffset()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 103 return static_cast< long >( fScale * (rDoc.GetRowOffset( nScRow, nScTab ) + in lclGetYFromRow()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 539 (long)((double) mpDoc->GetRowOffset( nRow, nTab ) * HMM_PER_TWIPS) ); in InsertGraphic()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 656 sal_uLong GetRowOffset( SCROW nRow ) const;
|
H A D | document.hxx | 1337 SC_DLLPUBLIC sal_uLong GetRowOffset( SCROW nRow, SCTAB nTab ) const;
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview.cxx | 1989 long nDocY = (long)( (double) pDoc->GetRowOffset( MAXROW + 1, nTab ) * HMM_PER_TWIPS ); in GetChartInsertPos()
|
Completed in 129 milliseconds