Home
last modified time | relevance | path

Searched refs:nReduce (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Dvectdlg.cxx353 sal_uInt16 nReduce; in LoadSettings() local
360 *xIStm >> nLayers >> nReduce >> nFillHoles >> bFillHoles; in LoadSettings()
365 nReduce = 0; in LoadSettings()
371 aMtReduce.SetValue( nReduce ); in LoadSettings()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx945 long nReduce = 0; in ImplLimitPolyPoly() local
951 nReduce++; in ImplLimitPolyPoly()
957 if( aBound.GetWidth() > nReduce && aBound.GetHeight() > nReduce ) in ImplLimitPolyPoly()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx619 sal_Int32 nReduce = (nLimitedSpaceForText*5)/100; in createTextShapes() local
620 if(!nReduce) in createTextShapes()
621 nReduce = 1; in createTextShapes()
622 nLimitedSpaceForText -= nReduce; in createTextShapes()
/trunk/main/tools/source/generic/
H A Dpoly.cxx899 sal_uIntPtr nReduce; in Optimize() local
902 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 51 milliseconds