Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx341 sal_Int64 nTwipValue = (nRefValue * nValue + 50) / 100; in Convert() local
344 return NormalizePercent(nTwipValue); in Convert()
346 return ConvertValue(NormalizePercent(nTwipValue), 0, nOldDigits, FUNIT_TWIP, eOutUnit); in Convert()
/trunk/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx1187 sal_Int32 nTwipValue = ConversionHelper::convertTwipToMM100(nIntValue); in ProcessShapeOptions() local
1193 m_pImpl->nTopCrop = nTwipValue; in ProcessShapeOptions()
1197 m_pImpl->nBottomCrop= nTwipValue; in ProcessShapeOptions()
1201 m_pImpl->nLeftCrop = nTwipValue; in ProcessShapeOptions()
1205 m_pImpl->nRightCrop = nTwipValue; in ProcessShapeOptions()

Completed in 16 milliseconds