Searched refs:nRefValue (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/ui/utlui/ |
H A D | prcntfld.cxx | 50 nRefValue = DenormalizePercent(MetricField::GetMax(FUNIT_TWIP)); in PercentField() 63 nRefValue = nValue; in SetRefValue() 98 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in ShowPercent() 107 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in ShowPercent() 168 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in SetPrcntValue() 195 nPercent = ((nAktWidth * 10) / nRefValue + 5) / 10; in SetUserValue() 341 sal_Int64 nTwipValue = (nRefValue * nValue + 50) / 100; in Convert() 360 return ((nAktWidth * 1000) / nRefValue + 5) / 10; in Convert()
|
/aoo42x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 110 const OUString& rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel ) in decodeMeasureToEmu() argument 120 return nRefValue; in decodeMeasureToEmu() 160 fValue *= nRefValue / 100.0; in decodeMeasureToEmu() 165 fValue = nRefValue; in decodeMeasureToEmu() 171 const OUString& rValue, sal_Int32 nRefValue, bool bPixelX, bool bDefaultAsPixel ) in decodeMeasureToHmm() argument 173 …return ::oox::drawingml::convertEmuToHmm( decodeMeasureToEmu( rGraphicHelper, rValue, nRefValue, b… in decodeMeasureToHmm()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | prcntfld.hxx | 33 sal_Int64 nRefValue; // 100%-Wert fuer Umrechnung (in Twips) member in PercentField 81 inline sal_Int64 GetRefValue() const { return nRefValue; } in GetRefValue()
|
/aoo42x/main/oox/inc/oox/vml/ |
H A D | vmlformatting.hxx | 92 sal_Int32 nRefValue, 107 sal_Int32 nRefValue,
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.cxx | 584 sal_Int32 nRefValue = xColumns->getReferenceValue(); in ApplyColumnProperties() local 585 double fRel = double( nRefValue ) / double( nColSum ); in ApplyColumnProperties() 598 if( nColSum != nRefValue ) in ApplyColumnProperties() 599 pColumn[m_nColumnCount].Width -= ( nColSum - nRefValue ); in ApplyColumnProperties()
|
Completed in 38 milliseconds