/aoo4110/main/basegfx/source/tools/ |
H A D | gradienttools.cxx | 57 sal_uInt32 nSteps, in init1DGradientInfo() argument 278 nSteps, in createLinearODFGradientInfo() 292 nSteps, in createAxialODFGradientInfo() 307 nSteps, in createRadialODFGradientInfo() 323 nSteps, in createEllipticalODFGradientInfo() 383 if(nSteps) in getLinearGradientAlpha() 385 return floor(aCoor.getY() * nSteps) / double(nSteps - 1); in getLinearGradientAlpha() 410 if(nSteps) in getAxialGradientAlpha() 412 return floor(fAbsY * nSteps) / double(nSteps - 1); in getAxialGradientAlpha() 432 return floor(t * nSteps) / double(nSteps - 1); in getRadialGradientAlpha() [all …]
|
/aoo4110/main/drawinglayer/source/primitive2d/ |
H A D | fillgradientprimitive2d.cxx | 55 sal_uInt32 nSteps(getFillGradient().getSteps()); in generateMatricesAndColors() local 57 if(nSteps == 0) in generateMatricesAndColors() 59 nSteps = nMaxSteps; in generateMatricesAndColors() 62 if(nSteps < 2) in generateMatricesAndColors() 64 nSteps = 2; in generateMatricesAndColors() 67 if(nSteps > nMaxSteps) in generateMatricesAndColors() 69 nSteps = nMaxSteps; in generateMatricesAndColors() 76 …texture::GeoTexSvxGradientLinear aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient… in generateMatricesAndColors() 82 …texture::GeoTexSvxGradientAxial aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient(… in generateMatricesAndColors() 88 …texture::GeoTexSvxGradientRadial aGradient(getObjectRange(), aStart, aEnd, nSteps, getFillGradient… in generateMatricesAndColors() [all …]
|
H A D | svggradientprimitive2d.cxx | 49 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() local 51 if(nSteps) in calculateStepsForSvgGradient() 56 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient() 60 nSteps = std::min(nSteps, sal_uInt32(255)); in calculateStepsForSvgGradient() 61 nSteps = std::max(nSteps, sal_uInt32(1)); in calculateStepsForSvgGradient() 63 return nSteps; in calculateStepsForSvgGradient() 951 getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in create2DDecomposition() 956 const double fUnitStep(1.0 / nSteps); in create2DDecomposition() 959 xRetval.realloc(nSteps); in create2DDecomposition() 1034 const double fUnitStep(1.0 / nSteps); in create2DDecomposition() [all …]
|
/aoo4110/main/drawinglayer/source/texture/ |
H A D | texture.cxx | 117 sal_uInt32 nSteps, in GeoTexSvxGradientLinear() argument 124 nSteps, in GeoTexSvxGradientLinear() 182 sal_uInt32 nSteps, in GeoTexSvxGradientAxial() argument 189 nSteps, in GeoTexSvxGradientAxial() 245 sal_uInt32 nSteps, in GeoTexSvxGradientRadial() argument 254 nSteps, in GeoTexSvxGradientRadial() 302 sal_uInt32 nSteps, in GeoTexSvxGradientElliptical() argument 312 nSteps, in GeoTexSvxGradientElliptical() 379 sal_uInt32 nSteps, in GeoTexSvxGradientSquare() argument 389 nSteps, in GeoTexSvxGradientSquare() [all …]
|
/aoo4110/main/basegfx/inc/basegfx/tools/ |
H A D | gradienttools.hxx | 85 sal_uInt32 nSteps) in ODFGradientInfo() argument 89 mnSteps(nSteps) in ODFGradientInfo() 151 sal_uInt32 nSteps, 199 sal_uInt32 nSteps, 243 sal_uInt32 nSteps, 286 sal_uInt32 nSteps, 330 sal_uInt32 nSteps, 374 sal_uInt32 nSteps,
|
/aoo4110/main/drawinglayer/source/processor3d/ |
H A D | defaultprocessor3d.cxx | 73 sal_uInt32 nSteps(rFillGradient.getSteps()); in impRenderGradientTexturePrimitive3D() local 82 if(nSteps == 0L) in impRenderGradientTexturePrimitive3D() 84 nSteps = nMaxSteps; in impRenderGradientTexturePrimitive3D() 87 if(nSteps < 2L) in impRenderGradientTexturePrimitive3D() 89 nSteps = 2L; in impRenderGradientTexturePrimitive3D() 92 if(nSteps > nMaxSteps) in impRenderGradientTexturePrimitive3D() 94 nSteps = nMaxSteps; in impRenderGradientTexturePrimitive3D() 101 …pNewTex.reset(new texture::GeoTexSvxGradientLinear(aOutlineRange, aStart, aEnd, nSteps, rFillGradi… in impRenderGradientTexturePrimitive3D() 106 …pNewTex.reset(new texture::GeoTexSvxGradientAxial(aOutlineRange, aStart, aEnd, nSteps, rFillGradie… in impRenderGradientTexturePrimitive3D() 111 …pNewTex.reset(new texture::GeoTexSvxGradientRadial(aOutlineRange, aStart, aEnd, nSteps, rFillGradi… in impRenderGradientTexturePrimitive3D() [all …]
|
/aoo4110/main/drawinglayer/source/processor2d/ |
H A D | vclprocessor2d.cxx | 87 sal_uInt32 nSteps(basegfx::fround(rColorA.getDistance(rColorB) * 255.0)); in calculateStepsForSvgGradient() local 89 if(nSteps) in calculateStepsForSvgGradient() 94 nSteps = std::min(nSteps, nDistSteps); in calculateStepsForSvgGradient() 98 nSteps /= 2; in calculateStepsForSvgGradient() 101 nSteps = std::min(nSteps, sal_uInt32(255)); in calculateStepsForSvgGradient() 102 nSteps = std::max(nSteps, sal_uInt32(1)); in calculateStepsForSvgGradient() 104 return nSteps; in calculateStepsForSvgGradient() 1297 const double fUnitStep(1.0 / nSteps); in RenderSvgLinearAtomPrimitive2D() 1300 for(sal_uInt32 a(0); a < nSteps; a++, fUnitScale += fUnitStep) in RenderSvgLinearAtomPrimitive2D() 1332 const double fUnitStep(1.0 / nSteps); in RenderSvgRadialAtomPrimitive2D() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 307 long nSteps = Min( nStepCount, nMaxColorSteps ); in ImplDrawLinearGradient() local 308 if ( nSteps < 3) in ImplDrawLinearGradient() 310 nSteps = 3; in ImplDrawLinearGradient() 318 const double fStepsMinus1 = ((double)nSteps) - 1.0; in ImplDrawLinearGradient() 324 for ( long i = 0; i < nSteps; i++ ) in ImplDrawLinearGradient() 505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient() local 513 if ( nCalcSteps < nSteps ) in ImplDrawComplexGradient() 514 nSteps = nCalcSteps; in ImplDrawComplexGradient() 515 if ( !nSteps ) in ImplDrawComplexGradient() 516 nSteps = 1; in ImplDrawComplexGradient() [all …]
|
/aoo4110/main/drawinglayer/inc/drawinglayer/texture/ |
H A D | texture.hxx | 92 sal_uInt32 nSteps, 124 sal_uInt32 nSteps, 150 sal_uInt32 nSteps, 176 sal_uInt32 nSteps, 203 sal_uInt32 nSteps, 231 sal_uInt32 nSteps, 259 sal_uInt32 nSteps,
|
/aoo4110/main/filter/source/xmlfilteradaptor/ |
H A D | XmlFilterAdaptor.cxx | 82 sal_Int32 nSteps= 0; in importImpl() local 130 xStatusIndicator->setValue(nSteps++); in importImpl() 142 xStatusIndicator->setValue(nSteps++); in importImpl() 184 xStatusIndicator->setValue(nSteps++); in importImpl() 209 xStatusIndicator->setValue(nSteps++); in importImpl() 223 sal_Int32 nSteps= 1; in exportImpl() local 240 xStatusIndicator->setValue(nSteps++); in exportImpl() 249 xStatusIndicator->setValue(nSteps++); in exportImpl() 314 xStatusIndicator->setValue(nSteps++); in exportImpl()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | morphdlg.cxx | 124 sal_uInt16 nSteps; in LoadSettings() local 131 *xIStm >> nSteps >> bOrient >> bAttrib; in LoadSettings() 135 nSteps = 16; in LoadSettings() 139 aMtfSteps.SetValue( nSteps ); in LoadSettings()
|
/aoo4110/main/drawinglayer/source/attribute/ |
H A D | fillgradientattribute.cxx | 58 sal_uInt16 nSteps) in ImpFillGradientAttribute() argument 67 mnSteps(nSteps) in ImpFillGradientAttribute() 122 sal_uInt16 nSteps) in FillGradientAttribute() argument 124 eStyle, fBorder, fOffsetX, fOffsetY, fAngle, rStartColor, rEndColor, nSteps)) in FillGradientAttribute()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdpagv.cxx | 631 sal_uInt16 nSteps = sal_uInt16(nx1 / nx2); in DrawPageViewGrid() local 632 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((nx1 * 1000L)/ nSteps) - (nx2 * 1000L) ) : 0; in DrawPageViewGrid() 636 for(sal_uInt16 a=0;a<nSteps;a++) in DrawPageViewGrid() 656 sal_uInt16 nSteps = sal_uInt16(ny1 / ny2); in DrawPageViewGrid() local 657 sal_uInt32 nRestPerStepMul1000 = nSteps ? ( ((ny1 * 1000L)/ nSteps) - (ny2 * 1000L) ) : 0; in DrawPageViewGrid() 661 for(sal_uInt16 a=0;a<nSteps;a++) in DrawPageViewGrid()
|
/aoo4110/main/svx/inc/svx/ |
H A D | xgrad.hxx | 55 sal_uInt16 nSteps = 0 ); 68 void SetSteps(sal_uInt16 nSteps) { nStepCount = nSteps; } in SetSteps() argument
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | XShapeArranger.idl | 73 [in] short nSteps ); 79 <var>nSteps</var> objects more to the back. 82 [in] short nSteps );
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLCalculationSettingsContext.cxx | 239 sal_Int32 nSteps; in ScXMLIterationContext() local 240 GetScImport().GetMM100UnitConverter().convertNumber(nSteps, sValue); in ScXMLIterationContext() 241 pCalcSet->SetIterationCount(nSteps); in ScXMLIterationContext()
|
/aoo4110/main/sd/source/ui/func/ |
H A D | fumorph.cxx | 479 const sal_uInt16 nSteps, List& rPolyPolyList3D) in ImpMorphPolygons() argument 481 if(nSteps) in ImpMorphPolygons() 488 const double fFactor(1.0 / (nSteps + 1)); in ImpMorphPolygons() 491 for(sal_uInt16 i(0); i < nSteps; i++) in ImpMorphPolygons()
|
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_textlayout.cxx | 604 for (int nSteps = 0; nSteps < total_steps; nSteps++) { in draw() local 606 cairo_glyphs[nGlyphIdx].x += bold_dx * nSteps / total_steps; in draw()
|
/aoo4110/main/starmath/source/ |
H A D | mathmlexport.cxx | 180 sal_Int32 nSteps=0; in Export() local 182 xStatusIndicator->setValue(nSteps++); in Export() 210 xStatusIndicator->setValue(nSteps++); in Export() 221 xStatusIndicator->setValue(nSteps++); in Export() 231 xStatusIndicator->setValue(nSteps++); in Export() 246 xStatusIndicator->setValue(nSteps++); in Export()
|
H A D | mathmlimport.cxx | 162 sal_Int32 nSteps=3; in Import() local 164 nSteps = 1; in Import() 166 sal_Int32 nProgressRange(nSteps); in Import() 173 nSteps=0; in Import() 175 xStatusIndicator->setValue(nSteps++); in Import() 200 xStatusIndicator->setValue(nSteps++); in Import() 211 xStatusIndicator->setValue(nSteps++); in Import() 222 xStatusIndicator->setValue(nSteps++); in Import() 240 xStatusIndicator->setValue(nSteps++); in Import()
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 604 const sal_uInt16 nSteps( rGradient.GetSteps() ); in createGradientAction() local 608 nSteps == 0 || in createGradientAction() 611 nSteps > 64 ) in createGradientAction() 693 nSteps, in createGradientAction() 719 nSteps, in createGradientAction() 740 nSteps, in createGradientAction() 749 nSteps, in createGradientAction() 759 nSteps, in createGradientAction() 769 nSteps, in createGradientAction()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 2243 …acheObj( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart ) : in SwFindRowSpanCacheObj() 2244 mpKeyBox( &rKeyBox ), mpCacheBox( &rCacheBox ), mnSteps( nSteps ), mbStart( bStart ) {} in SwFindRowSpanCacheObj() 2255 …const SwTableBox* FindCachedStartEndOfRowSpan( const SwTableBox& rKeyBox, sal_uInt16 nSteps, bool … 2256 …fRowSpan( const SwTableBox& rKeyBox, const SwTableBox& rCacheBox, sal_uInt16 nSteps, bool bStart ); 2277 sal_uInt16 nSteps, in FindCachedStartEndOfRowSpan() argument 2292 aIter->mnSteps == nSteps && in FindCachedStartEndOfRowSpan() 2308 sal_uInt16 nSteps, in SetCachedStartEndOfRowSpan() argument 2313 const SwFindRowSpanCacheObj aNew( rKeyBox, rCacheBox, nSteps, bStart ); in SetCachedStartEndOfRowSpan()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 2450 long nSteps = 0; in SeekCursor() local 2465 nSteps = nRow - (m_pSeekCursor->getRow() - 1); in SeekCursor() 2466 bAbsolute = bAbsolute || (abs(nSteps) > 100); in SeekCursor() 2477 if (nSteps > 0) // auf den letzten benoetigten Datensatz positionieren in SeekCursor() 2482 bSuccess = m_pSeekCursor->absolute(nSteps); in SeekCursor() 2484 bSuccess = m_pSeekCursor->relative(nSteps); in SeekCursor() 2486 else if (nSteps < 0) in SeekCursor() 2491 bSuccess = m_pSeekCursor->absolute(nSteps); in SeekCursor() 2493 bSuccess = m_pSeekCursor->relative(nSteps); in SeekCursor() 2511 if (bAbsolute || nSteps > 0) in SeekCursor()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | annotsh.cxx | 1477 sal_uInt16 nSteps = nCnt; in ExecUndo() local 1481 nSteps = nCount; in ExecUndo() 1486 while( nSteps-- ) in ExecUndo() 1501 sal_uInt16 nSteps = nCnt; in ExecUndo() local 1505 nSteps = nCount; in ExecUndo() 1510 while( nSteps-- ) in ExecUndo()
|
/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 365 sal_uInt32 nSteps, in createLatheSlices() argument 370 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices() 434 const double fStepSize(1.0 / (double)nSteps); in createLatheSlices() 436 for(sal_uInt32 a(0L); a < nSteps; a++) in createLatheSlices()
|