Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3774 …sal_uInt16 nCurTwips = pShell->GetDocument()->GetOriginalWidth( static_cast< SCCOL >( thisAddress.… in getColumnWidth() local
3776 nColTwips = nCurTwips; in getColumnWidth()
3777 if ( nColTwips != nCurTwips ) in getColumnWidth()
3945 …sal_uInt16 nCurTwips = pShell->GetDocument()->GetOriginalHeight( thisAddress.StartRow, thisAddress… in getRowHeight() local
3947 nRowTwips = nCurTwips; in getRowHeight()
3948 if ( nRowTwips != nCurTwips ) in getRowHeight()

Completed in 52 milliseconds