| 
    LibreOffice Module tools (master) 1
    
   | 
 
#include <sal/log.hxx>#include <osl/diagnose.h>#include <poly.h>#include <tools/poly.hxx>#include <tools/debug.hxx>#include <tools/stream.hxx>#include <tools/vcompat.hxx>#include <tools/gen.hxx>#include <basegfx/polygon/b2dpolypolygon.hxx>#include <basegfx/polygon/b2dpolypolygoncutter.hxx>#include <basegfx/polygon/b2dpolygonclipper.hxx>Go to the source code of this file.
Namespaces | |
| namespace | tools | 
| Note: this class is a true marvel of engineering: because the author could not decide whether it's better to have a closed or half-open interval, they just implemented both in the same class!  | |
Functions | |
| SvStream & | tools::ReadPolyPolygon (SvStream &rIStream, tools::PolyPolygon &rPolyPoly) | 
| SvStream & | tools::WritePolyPolygon (SvStream &rOStream, const tools::PolyPolygon &rPolyPoly) |