Searched refs:nValue2 (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbafontbase.cxx | 65 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()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbafont.cxx | 105 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()
|
/aoo41x/main/basegfx/source/color/ |
H A D | bcolortools.cxx | 71 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()
|
/aoo41x/main/slideshow/source/engine/ |
H A D | color.cxx | 94 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()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | float3d.cxx | 766 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 …]
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | pggrid.cxx | 337 sal_Int32 nValue2 = rSize.GetSize().Width() - nDistanceLR - in UpdatePageSize() local 343 m_aPageSize.Height() = nValue2; in UpdatePageSize() 347 m_aPageSize.Width() = nValue2; in UpdatePageSize()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 1186 sal_Int32 nValue2; in initFilterList() local 1188 for( nValue2 = 0; nValue2 < nValueCount2; nValue2++, pValues2++ ) in initFilterList()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 53 const sal_uInt8 nValue2, in Blend() argument 56 const double nValue (nValue1*(1-nWeight) + nValue2 * nWeight); in Blend()
|
/aoo41x/main/sc/source/ui/pagedlg/ |
H A D | tptable.cxx | 548 sal_uInt16 nValue2 = (sal_uInt16)rEd2.GetValue(); in lcl_PutScaleItem2() local 559 aItem.Set( nValue1, nValue2 ); in lcl_PutScaleItem2()
|
Completed in 66 milliseconds