Home
last modified time | relevance | path

Searched refs:nRefValue (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/utlui/
H A Dprcntfld.cxx50 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()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx110 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()
/trunk/main/sw/source/ui/inc/
H A Dprcntfld.hxx33 sal_Int64 nRefValue; // 100%-Wert fuer Umrechnung (in Twips) member in PercentField
81 inline sal_Int64 GetRefValue() const { return nRefValue; } in GetRefValue()
/trunk/main/oox/inc/oox/vml/
H A Dvmlformatting.hxx92 sal_Int32 nRefValue,
107 sal_Int32 nRefValue,
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.cxx584 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 20 milliseconds