summaryrefslogtreecommitdiff
path: root/vcl/source/outdev/hatch.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-7/+7
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+1
2015-06-18Assertions should tell the line number where the problem isTor Lillqvist1-3/+5
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-01masses of coverity FORWARD_NULL warnings from copied assertCaolán McNamara1-3/+3
2015-05-24rendercontext: Add asserts to easily catch the direct rendering cases.Jan Holesovsky1-3/+9
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-4/+4
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-2/+2
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-2/+2
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-7/+7
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock1-1/+1
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock1-1/+1
2014-04-22Rearrange OutputDevice line functionsChris Sherlock1-1/+1
2014-04-22Renamed function ImplHatchCmpFnc to HatchCmpFncChris Sherlock1-2/+2
2014-04-22Reorganize OutputDevice hatch functionsChris Sherlock1-15/+15
2014-04-16Split outdev2.cxxChris Sherlock1-0/+406