Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx459 double fWidthFactor = nPPTX; in GetNeededSize() local
466 fWidthFactor = HMM_PER_TWIPS; in GetNeededSize()
470 long nDocWidth = (long) ( pDocument->GetOriginalWidth(nCol,nTab) * fWidthFactor ); in GetNeededSize()
474 nDocWidth += (long) ( pDocument->GetColWidth(nCol+nColAdd,nTab) * fWidthFactor ); in GetNeededSize()
475 nDocWidth -= (long) ( pMargin->GetLeftMargin() * fWidthFactor ) in GetNeededSize()
476 + (long) ( pMargin->GetRightMargin() * fWidthFactor ) in GetNeededSize()
479 nDocWidth -= (long) ( nIndent * fWidthFactor ); in GetNeededSize()

Completed in 16 milliseconds