summaryrefslogtreecommitdiff
path: root/drawinglayer/source/primitive2d/borderlineprimitive2d.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-02loplugin: cstylecastNoel Grandin1-1/+1
2014-03-18fdo#75260: Center both primary and secondary lines wrt thier respective axes.Kohei Yoshida1-2/+2
2014-03-18fdo#75260: Don't forget to offset the inner with the width of the outer.Kohei Yoshida1-30/+26
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida1-53/+67
2014-01-18-Werror,-Wunused-variableStephan Bergmann1-1/+0
2014-01-17Double line looks a bit too apart.Kohei Yoshida1-1/+1
2014-01-17Distance value has been already scaled; no need to apply scaling twice.Kohei Yoshida1-2/+3
2014-01-17Apply dashing without consulting current map unit.Kohei Yoshida1-2/+3
2014-01-17Use this pattern scale to scale things for better line pattern generation.Kohei Yoshida1-4/+3
2014-01-17Pass scaling to borderline primitive objects.Kohei Yoshida1-3/+6
2014-01-17Draw double lined table border somewhat more pleasantly.Kohei Yoshida1-107/+63
2014-01-17Use hairlines judiciously to draw very thin patterned strokes correctly.Kohei Yoshida1-3/+23
2013-05-20drawinglayer: Fix typo Primitrive -> Primitive.Jan Holesovsky1-1/+1
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks1-23/+14
2012-08-07drop bogus eof linesThomas Arnhold1-3/+0
2012-06-11fdo#38116, fdo#49438: fix double hairline border drawing some more:Michael Stahl1-2/+5
2012-06-05fdo#49438: heuristic pseudo-hack to use hair-lines if width <= 0.5 pixelMichael Stahl1-17/+58
2012-04-18fdo#48647: drawinglayer: fix double hairline borders:Michael Stahl1-6/+16
2011-11-20Remove pch from drawinglayerJoseph Powers1-3/+0
2011-10-20fdo#37129: Fix the drawing of dotted and dashed borders in Calc.Tomofumi Yagi1-3/+6
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-19hairline borders were never displayedCédric Bosdonnat1-7/+7
2011-03-19Use bigger rectangle to be sure it will be clippedCédric Bosdonnat1-6/+5
2011-03-19sc: draw slanted borders using the drawinglayer primitivesCédric Bosdonnat1-10/+17
2011-03-19svx::frame::DrawRange has now a drawinglayer equivalentCédric Bosdonnat1-1/+1
2011-03-19Nicely draw borders using drawinglayerCédric Bosdonnat1-138/+217
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-0/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
2010-10-06fate#307731, fate#307730: Adds dotted and dashed border linesCédric Bosdonnat1-8/+27
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien1-24/+16
2009-09-17#i97509# added base class for 3d primitive, re-structured group primitives, a...Armin Le Grand1-1/+1
2009-09-15#i97509# changed base classes for primitives which need no bufferingArmin Le Grand1-2/+2
2009-09-15#i97509# seperated base and buffered classes for 2D and 3D, adapted aqll usagesArmin Le Grand1-3/+3
2008-05-27#i39532# changes DEV300 m12 resync correctionsArmin Weiss1-17/+2
2008-04-16#i39532# moved 3D default raster converter to basegfxArmin Weiss1-30/+63
2008-04-08#i39532# warning change to constructorArmin Weiss1-4/+4
2008-04-08#i39532# table borders as primitives completedArmin Weiss1-150/+103
2008-04-04#i39532# added borderline primitive for table supportArmin Weiss1-0/+272