Searched refs:nTwipValue (Results 1 – 2 of 2) sorted by relevance
341 sal_Int64 nTwipValue = (nRefValue * nValue + 50) / 100; in Convert() local344 return NormalizePercent(nTwipValue); in Convert()346 return ConvertValue(NormalizePercent(nTwipValue), 0, nOldDigits, FUNIT_TWIP, eOutUnit); in Convert()
1187 sal_Int32 nTwipValue = ConversionHelper::convertTwipToMM100(nIntValue); in ProcessShapeOptions() local1193 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