| /trunk/main/basegfx/source/tools/ |
| H A D | gradienttools.cxx | 57 sal_uInt32 nSteps, in init1DGradientInfo() argument 119 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in init1DGradientInfo() 128 sal_uInt32 nSteps, in initEllipticalGradientInfo() argument 188 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initEllipticalGradientInfo() 197 sal_uInt32 nSteps, in initRectGradientInfo() argument 265 return ODFGradientInfo(aTextureTransform, fAspectRatio, nSteps); in initRectGradientInfo() 272 sal_uInt32 nSteps, in createLinearODFGradientInfo() argument 278 nSteps, in createLinearODFGradientInfo() 286 sal_uInt32 nSteps, in createAxialODFGradientInfo() argument 292 nSteps, in createAxialODFGradientInfo() [all …]
|
| /trunk/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() 81 nSteps, in generateMatricesAndColors() 94 nSteps, in generateMatricesAndColors() 106 nSteps, 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() 943 …const sal_uInt32 nSteps(calculateStepsForSvgGradient(getColorA(), getColorB(), fDelta, fDiscreteUn… in create2DDecomposition() local 951 getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in create2DDecomposition() 956 const double fUnitStep(1.0 / nSteps); in create2DDecomposition() 959 xRetval.realloc(nSteps); in create2DDecomposition() [all …]
|
| /trunk/main/drawinglayer/source/texture/ |
| H A D | texture.cxx | 118 sal_uInt32 nSteps, in GeoTexSvxGradientLinear() argument 121 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder), in GeoTexSvxGradientLinear() 128 nSteps, in GeoTexSvxGradientLinear() 214 sal_uInt32 nSteps, in GeoTexSvxGradientAxial() argument 217 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder), in GeoTexSvxGradientAxial() 223 nSteps, in GeoTexSvxGradientAxial() 298 sal_uInt32 nSteps, in GeoTexSvxGradientRadial() argument 302 : GeoTexSvxGradient(rDefinitionRange, rStart, rEnd, nSteps, fBorder) in GeoTexSvxGradientRadial() 307 nSteps, in GeoTexSvxGradientRadial() 355 sal_uInt32 nSteps, in GeoTexSvxGradientElliptical() argument [all …]
|
| /trunk/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() 107 nSteps, in impRenderGradientTexturePrimitive3D() 120 nSteps, in impRenderGradientTexturePrimitive3D() 132 nSteps, in impRenderGradientTexturePrimitive3D() [all …]
|
| /trunk/main/basegfx/inc/basegfx/tools/ |
| H A D | gradienttools.hxx | 86 sal_uInt32 nSteps) in ODFGradientInfo() argument 90 mnSteps(nSteps) in ODFGradientInfo() 152 sal_uInt32 nSteps, 200 sal_uInt32 nSteps, 244 sal_uInt32 nSteps, 287 sal_uInt32 nSteps, 331 sal_uInt32 nSteps, 375 sal_uInt32 nSteps,
|
| /trunk/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() 1280 … const sal_uInt32 nSteps(calculateStepsForSvgGradient(aColorA, aColorB, fDelta, fDiscreteUnit)); in RenderSvgLinearAtomPrimitive2D() local 1291 rCandidate.getOffsetA() + (fDelta / nSteps) + fDiscreteUnit, in RenderSvgLinearAtomPrimitive2D() 1297 const double fUnitStep(1.0 / nSteps); in RenderSvgLinearAtomPrimitive2D() [all …]
|
| /trunk/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() 313 double fScanInc = ((double)aRect.GetHeight()) / (double) nSteps; in ImplDrawLinearGradient() 318 const double fStepsMinus1 = ((double)nSteps) - 1.0; in ImplDrawLinearGradient() 322 nSteps -= 1; // draw middle polygons as one polygon after loop to avoid gap in ImplDrawLinearGradient() 324 for ( long i = 0; i < nSteps; i++ ) in ImplDrawLinearGradient() 377 aRect.Top() = (long)( fGradientLine + ((double)nSteps) * fScanInc ); in ImplDrawLinearGradient() 378 aRect.Bottom() = (long)( fMirrorGradientLine - ((double) nSteps) * fScanInc ); in ImplDrawLinearGradient() 505 long nSteps = Max( nStepCount, 2L ); in ImplDrawComplexGradient() local [all …]
|
| /trunk/main/filter/source/xmlfilteradaptor/ |
| H A D | XmlFilterAdaptor.cxx | 81 sal_Int32 nSteps= 0; in importImpl() local 129 xStatusIndicator->setValue(nSteps++); in importImpl() 141 xStatusIndicator->setValue(nSteps++); in importImpl() 183 xStatusIndicator->setValue(nSteps++); in importImpl() 208 xStatusIndicator->setValue(nSteps++); in importImpl() 221 sal_Int32 nSteps= 1; in exportImpl() local 238 xStatusIndicator->setValue(nSteps++); in exportImpl() 247 xStatusIndicator->setValue(nSteps++); in exportImpl() 312 xStatusIndicator->setValue(nSteps++); in exportImpl()
|
| /trunk/main/drawinglayer/inc/drawinglayer/texture/ |
| H A D | texture.hxx | 92 sal_uInt32 nSteps, 130 sal_uInt32 nSteps, 161 sal_uInt32 nSteps, 187 sal_uInt32 nSteps, 214 sal_uInt32 nSteps, 242 sal_uInt32 nSteps, 270 sal_uInt32 nSteps,
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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
|
| /trunk/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 );
|
| /trunk/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()
|
| /trunk/main/canvas/source/cairo/ |
| H A D | cairo_textlayout.cxx | 638 for (int nSteps = 0; nSteps < total_steps; nSteps++) { in draw() local 640 cairo_glyphs[nGlyphIdx].x += bold_dx * nSteps / total_steps; in draw()
|
| /trunk/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()
|
| /trunk/main/starmath/source/ |
| H A D | mathmlexport.cxx | 178 sal_Int32 nSteps=0; in Export() local 180 xStatusIndicator->setValue(nSteps++); in Export() 208 xStatusIndicator->setValue(nSteps++); in Export() 219 xStatusIndicator->setValue(nSteps++); in Export() 229 xStatusIndicator->setValue(nSteps++); in Export() 244 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()
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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 positioni… 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()
|
| /trunk/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()
|
| /trunk/main/drawinglayer/source/primitive3d/ |
| H A D | sdrextrudelathetools3d.cxx | 362 sal_uInt32 nSteps, in createLatheSlices() argument 367 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices() 431 const double fStepSize(1.0 / (double)nSteps); in createLatheSlices() 433 for(sal_uInt32 a(0L); a < nSteps; a++) in createLatheSlices()
|