Searched refs:fWidthFactor (Results 1 – 1 of 1) sorted by relevance
459 double fWidthFactor = nPPTX; in GetNeededSize() local466 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 14 milliseconds