Searched refs:nColWidths (Results 1 – 1 of 1) sorted by relevance
489 long nColWidths = nThisWidth; in GraphicSize() local493 nColWidths += (long) pColWidths->Get( nC ); in GraphicSize()495 if ( nWidth > nColWidths ) in GraphicSize()498 pColWidths->Replace( nCol, (void*)(nWidth - nColWidths + nThisWidth) ); in GraphicSize()500 pColWidths->Insert( nCol, (void*)(nWidth - nColWidths) ); in GraphicSize()
Completed in 11 milliseconds