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()
1186 sal_Int32 nTwipValue = ConversionHelper::convertTwipToMM100(nIntValue); in ProcessShapeOptions() local1192 m_pImpl->nTopCrop = nTwipValue; in ProcessShapeOptions()1196 m_pImpl->nBottomCrop= nTwipValue; in ProcessShapeOptions()1200 m_pImpl->nLeftCrop = nTwipValue; in ProcessShapeOptions()1204 m_pImpl->nRightCrop = nTwipValue; in ProcessShapeOptions()
Completed in 17 milliseconds