Searched refs:nResolution (Results 1 – 10 of 10) sorted by relevance
203 if ( nResolution < 1 ) in GetFilterData()204 nResolution = 96; in GetFilterData()803 if ( nResolution < 1 ) in createSizeControls()804 nResolution = 96; in createSizeControls()805 maNfResolution.SetValue( nResolution ); in createSizeControls()1352 sal_Int32 nResolution = 0; in updateControls() local1360 maNfResolution.SetValue( nResolution ); in updateControls()1496 nResolution *= 100; in IMPL_LINK()1498 …nResolution = static_cast< sal_Int32 >( ( ( static_cast< double >( nResolution ) + 0.5 ) / 0.0254 … in IMPL_LINK()1499 maResolution.Width = nResolution; in IMPL_LINK()[all …]
699 , sal_uInt32 nResolution in CalculateBSplines() argument706 OSL_ASSERT( nResolution > 1 ); in CalculateBSplines()898 lcl_tSizeType nNewSize = nResolution * n + 1; in CalculateBSplines()916 … nResolutionStep <= nResolution && !( nTIndex == n-1 && nResolutionStep == nResolution); in CalculateBSplines()919 lcl_tSizeType nNewIndex = nTIndex * nResolution + nResolutionStep; in CalculateBSplines()920 … double ux = t[nTIndex] + nResolutionStep * ( t[nTIndex+1] - t[nTIndex]) /nResolution; in CalculateBSplines()
156 void SetReducedBitmapResolution( sal_Int16 nResolution ) ;458 void SvtPrintOptions_Impl::SetReducedBitmapResolution(sal_Int16 nResolution ) in SetReducedBitmapResolution() argument460 impl_setValue(PROPERTYNAME_REDUCEDBITMAPRESOLUTION, nResolution); in SetReducedBitmapResolution()714 void SvtBasePrintOptions::SetReducedBitmapResolution( sal_Int16 nResolution ) in SetReducedBitmapResolution() argument717 m_pDataContainer->SetReducedBitmapResolution( nResolution ); in SetReducedBitmapResolution()
153 sal_Int32 nResolution /* = 20 */, in ScatterChartType() argument160 if( nResolution != 20 ) in ScatterChartType()162 uno::makeAny( nResolution )); in ScatterChartType()
41 sal_Int32 nResolution = 20,
115 …sal_Int32 nResolution = pConfigItem->ReadInt32( String( RTL_CONSTASCII_USTRINGPARAM( "Resolution" … in ReadPCD() local116 if ( nResolution == 1 ) in ReadPCD()118 else if ( nResolution == 0 ) in ReadPCD()
295 void PrintOptTest::impl_SetReducedBitmapResolution(sal_Int16 nResolution ) in impl_SetReducedBitmapResolution() argument304 if (nUpdate != nResolution) in impl_SetReducedBitmapResolution()306 xSet->setPropertyValue( PROPERTYNAME_REDUCEDBITMAPRESOLUTION, css::uno::makeAny(nResolution)); in impl_SetReducedBitmapResolution()
70 void impl_SetReducedBitmapResolution( sal_Int16 nResolution ) ;
76 void SetReducedBitmapResolution( sal_Int16 nResolution );
195 … SetReducedBitmapResolution( sal_uInt16 nResolution ) { mnReducedBitmapResolution = nReso… in SetReducedBitmapResolution() argument
Completed in 46 milliseconds