Searched refs:GetColOffset (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 | 3235 double fValX = GetColOffset( MAXCOL + 1 ) * HMM_PER_TWIPS; in SetDrawPageSize() 3306 sal_uLong ScTable::GetColOffset( SCCOL nCol ) const in GetColOffset() function in ScTable
|
H A D | document.cxx | 3347 sal_uLong ScDocument::GetColOffset( SCCOL nCol, SCTAB nTab ) const in GetColOffset() function in ScDocument 3350 return pTab[nTab]->GetColOffset( nCol ); in GetColOffset()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 95 return static_cast< long >( fScale * (rDoc.GetColOffset( nScCol, nScTab ) + in lclGetXFromCol()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 538 (long)((double) mpDoc->GetColOffset( nCol, nTab ) * HMM_PER_TWIPS), in InsertGraphic()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 655 sal_uLong GetColOffset( SCCOL nCol ) const;
|
H A D | document.hxx | 1336 SC_DLLPUBLIC sal_uLong GetColOffset( SCCOL nCol, SCTAB nTab ) const;
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview.cxx | 1988 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos()
|
Completed in 89 milliseconds