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.cxx1185 sal_Int32 nTwipValue = ConversionHelper::convertTwipToMM100(nIntValue); in ProcessShapeOptions() local
1191 m_pImpl->nTopCrop = nTwipValue; in ProcessShapeOptions()
1195 m_pImpl->nBottomCrop= nTwipValue; in ProcessShapeOptions()
1199 m_pImpl->nLeftCrop = nTwipValue; in ProcessShapeOptions()
1203 m_pImpl->nRightCrop = nTwipValue; in ProcessShapeOptions()