Home
last modified time | relevance | path

Searched refs:GetColOffset (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.cxx3235 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 Ddocument.cxx3345 sal_uLong ScDocument::GetColOffset( SCCOL nCol, SCTAB nTab ) const in GetColOffset() function in ScDocument
3348 return pTab[nTab]->GetColOffset( nCol ); in GetColOffset()
/aoo4110/main/sc/source/filter/excel/
H A Dxlescher.cxx95 return static_cast< long >( fScale * (rDoc.GetColOffset( nScCol, nScTab ) + in lclGetXFromCol()
/aoo4110/main/sc/source/filter/rtf/
H A Deeimpars.cxx538 (long)((double) mpDoc->GetColOffset( nCol, nTab ) * HMM_PER_TWIPS), in InsertGraphic()
/aoo4110/main/sc/inc/
H A Dtable.hxx655 sal_uLong GetColOffset( SCCOL nCol ) const;
H A Ddocument.hxx1336 SC_DLLPUBLIC sal_uLong GetColOffset( SCCOL nCol, SCTAB nTab ) const;
/aoo4110/main/sc/source/ui/view/
H A Dtabview.cxx1988 …long nDocX = (long)( (double) pDoc->GetColOffset( MAXCOL + 1, nTab ) * HMM_PER_TWIPS ) * nLayoutSi… in GetChartInsertPos()

Completed in 139 milliseconds