Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx489 long nColWidths = nThisWidth; in GraphicSize() local
493 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