Home
last modified time | relevance | path

Searched refs:nValue2 (Results 1 – 9 of 9) sorted by relevance

/trunk/main/vbahelper/source/vbahelper/
H A Dvbafontbase.cxx65 sal_Int8 nValue2 = NORMALHEIGHT; in setSuperscript() local
70 nValue2 = SUPERSCRIPTHEIGHT; in setSuperscript()
73 …lue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), ( uno::Any )nValue2 ); in setSuperscript()
96 sal_Int8 nValue2 = NORMALHEIGHT; in setSubscript() local
101 nValue2 = SUBSCRIPTHEIGHT; in setSubscript()
104 …lue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), ( uno::Any )nValue2 ); in setSubscript()
/trunk/main/sc/source/ui/vba/
H A Dvbafont.cxx105 sal_Int8 nValue2 = NORMALHEIGHT; in setSuperscript() local
110 nValue2 = SUPERSCRIPTHEIGHT; in setSuperscript()
113 …lue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), ( uno::Any )nValue2 ); in setSuperscript()
177 sal_Int8 nValue2 = NORMALHEIGHT; in setSubscript() local
182 nValue2 = SUBSCRIPTHEIGHT; in setSubscript()
185 …lue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), ( uno::Any )nValue2 ); in setSubscript()
/trunk/main/basegfx/source/color/
H A Dbcolortools.cxx71 static inline double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() argument
81 return nValue1 + (nValue2 - nValue1)*nHue/60.0; in hsl2rgbHelper()
83 return nValue2; in hsl2rgbHelper()
85 return nValue1 + (nValue2 - nValue1)*(240.0 - nHue)/60.0; in hsl2rgbHelper()
/trunk/main/slideshow/source/engine/
H A Dcolor.cxx94 double hsl2rgbHelper( double nValue1, double nValue2, double nHue ) in hsl2rgbHelper() argument
104 return nValue1 + (nValue2 - nValue1)*nHue/60.0; in hsl2rgbHelper()
106 return nValue2; in hsl2rgbHelper()
108 return nValue1 + (nValue2 - nValue1)*(240.0 - nHue)/60.0; in hsl2rgbHelper()
/trunk/main/svx/source/engine3d/
H A Dfloat3d.cxx766 sal_uInt32 nValue2 = GetCoreValue( aMtrDepth, ePoolUnit ); in Update() local
767 if( nValue != nValue2 ) in Update()
1026 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in Update() local
1027 if( nValue != nValue2 ) in Update()
1051 if( nValue != nValue2 ) in Update()
1964 sal_uInt16 nValue2 = (sal_uInt16) aMtrSlant.GetValue(); in GetAttr() local
1965 rAttrs.Put(Svx3DShadowSlantItem(nValue2)); in GetAttr()
1973 sal_uInt32 nValue2 = GetCoreValue( aMtrDistance, ePoolUnit ); in GetAttr() local
1974 rAttrs.Put(Svx3DDistanceItem(nValue2)); in GetAttr()
1983 rAttrs.Put(Svx3DFocalLengthItem(nValue2)); in GetAttr()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dpggrid.cxx337 sal_Int32 nValue2 = rSize.GetSize().Width() - nDistanceLR - in UpdatePageSize() local
343 m_aPageSize.Height() = nValue2; in UpdatePageSize()
347 m_aPageSize.Width() = nValue2; in UpdatePageSize()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1186 sal_Int32 nValue2; in initFilterList() local
1188 for( nValue2 = 0; nValue2 < nValueCount2; nValue2++, pValues2++ ) in initFilterList()
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx547 sal_uInt16 nValue2 = (sal_uInt16)rEd2.GetValue(); in lcl_PutScaleItem2() local
558 aItem.Set( nValue1, nValue2 ); in lcl_PutScaleItem2()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx53 const sal_uInt8 nValue2, in Blend() argument
56 const double nValue (nValue1*(1-nWeight) + nValue2 * nWeight); in Blend()

Completed in 53 milliseconds