Home
last modified time | relevance | path

Searched refs:MAX_POLYGONS (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/tools/source/generic/
H A Dpoly2.cxx98 if ( nInitSize > MAX_POLYGONS ) in PolyPolygon()
99 nInitSize = MAX_POLYGONS; in PolyPolygon()
102 if ( nResize > MAX_POLYGONS ) in PolyPolygon()
103 nResize = MAX_POLYGONS; in PolyPolygon()
154 if ( mpImplPolyPolygon->mnCount >= MAX_POLYGONS ) in Insert()
174 if ( nNewSize >= MAX_POLYGONS ) in Insert()
175 nNewSize = MAX_POLYGONS; in Insert()
/aoo41x/main/tools/inc/
H A Dpoly.h66 #define MAX_POLYGONS ((sal_uInt16)0x3FF0) macro

Completed in 19 milliseconds