Searched refs:nReduce (Results 1 – 4 of 4) sorted by relevance
353 sal_uInt16 nReduce; in LoadSettings() local360 *xIStm >> nLayers >> nReduce >> nFillHoles >> bFillHoles; in LoadSettings()365 nReduce = 0; in LoadSettings()371 aMtReduce.SetValue( nReduce ); in LoadSettings()
945 long nReduce = 0; in ImplLimitPolyPoly() local951 nReduce++; in ImplLimitPolyPoly()957 if( aBound.GetWidth() > nReduce && aBound.GetHeight() > nReduce ) in ImplLimitPolyPoly()
619 sal_Int32 nReduce = (nLimitedSpaceForText*5)/100; in createTextShapes() local620 if(!nReduce) in createTextShapes()621 nReduce = 1; in createTextShapes()622 nLimitedSpaceForText -= nReduce; in createTextShapes()
899 sal_uIntPtr nReduce; in Optimize() local902 nReduce = pData ? pData->GetAbsValue() : 4UL; in Optimize()904 nReduce = 0UL; in Optimize()919 ( !nReduce || ( nReduce < (sal_uIntPtr) FRound( CalcDistance( nLast, i ) ) ) ) ) in Optimize()
Completed in 32 milliseconds