diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-20 00:30:16 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-20 12:08:10 +0000 |
commit | dbff99a60ec5268c92f1404cb01754de9186c2e8 (patch) | |
tree | 20236b586ab80745426b4e51f0b8df56bdfcb0d0 /unusedcode.easy | |
parent | 9846e25d94d6029f3a0726ae35e96db342506c80 (diff) |
Remove unused code
Diffstat (limited to 'unusedcode.easy')
-rwxr-xr-x | unusedcode.easy | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/unusedcode.easy b/unusedcode.easy index 5b2416eda4be..bd261888e280 100755 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -613,23 +613,9 @@ basegfx::tools::addPointsAtCutsAndTouches(basegfx::B2DPolyPolygon const&, basegf basegfx::tools::applyLineDashing(basegfx::B3DPolyPolygon const&, std::__debug::vector<double, std::allocator<double> > const&, basegfx::B3DPolyPolygon*, basegfx::B3DPolyPolygon*, double) basegfx::tools::ciexyz2rgb(basegfx::BColor const&) basegfx::tools::clipPolygonOnRange(basegfx::B3DPolygon const&, basegfx::B3DRange const&, bool, bool) -basegfx::tools::createPolygonFromRect(basegfx::B2DRange const&, double) -basegfx::tools::createShearXB2DHomMatrix(double) -basegfx::tools::createShearYB2DHomMatrix(double) -basegfx::tools::createSimplifiedPolygon(basegfx::B2DPolygon const&) -basegfx::tools::equal(basegfx::B2DPolyPolygon const&, basegfx::B2DPolyPolygon const&) -basegfx::tools::equal(basegfx::B2DPolygon const&, basegfx::B2DPolygon const&) -basegfx::tools::equal(basegfx::B3DPolyPolygon const&, basegfx::B3DPolyPolygon const&) -basegfx::tools::findCut(basegfx::B2DPolygon const&, unsigned int, basegfx::B2DPolygon const&, unsigned int, unsigned short, double*, double*) -basegfx::tools::findCut(basegfx::B2DPolygon const&, unsigned int, unsigned int, unsigned short, double*, double*) basegfx::tools::getOrientation(basegfx::B3DPolygon const&) -basegfx::tools::getPositionAbsolute(basegfx::B3DPolygon const&, double, double) basegfx::tools::getRangeWithControlPoints(basegfx::B2DPolygon const&) basegfx::tools::isInEpsilonRange(basegfx::B3DPoint const&, basegfx::B3DPoint const&, basegfx::B3DPoint const&, double) -basegfx::tools::isPolyPolygonEqualRectangle(basegfx::B2DPolyPolygon const&, basegfx::B2DRange const&) -basegfx::tools::liangBarskyClip2D(basegfx::B2DPoint&, basegfx::B2DPoint&, basegfx::B2DRange const&) -basegfx::tools::reSegmentPolygonEdges(basegfx::B2DPolygon const&, unsigned int, bool, bool) -basegfx::tools::rotateAroundPoint(basegfx::B2DPolyPolygon const&, basegfx::B2DPoint const&, double) basegfx::tools::setContinuity(basegfx::B2DPolyPolygon const&, basegfx::B2VectorContinuity) basegfx::tools::solveCrossovers(basegfx::B2DPolygon const&) basic::ScriptExtensionIterator::implGetScriptPackageFromPackage(com::sun::star::uno::Reference<com::sun::star::deployment::XPackage>, bool&) |