summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Expand)AuthorFilesLines
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14update_pchThomas Arnhold1-1/+4
2014-04-14typo: noone -> no oneThomas Arnhold1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-11Revert ""Fix" for some SmartArt rendering artefacts on iOS"Tor Lillqvist1-17/+0
2014-04-11"Fix" for some SmartArt rendering artefacts on iOSTor Lillqvist1-0/+17
2014-04-11Add a couple of SAL_INFOs using drawinglayer::primitive2d::idToString()Tor Lillqvist1-0/+4
2014-04-11Introduce drawinglayer::primitive2d::idToString() debugging functionTor Lillqvist1-0/+80
2014-04-10It's "its", not "it's"Tor Lillqvist5-6/+6
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann6-54/+59
2014-04-08Use same code for iOS and OS X here, too, not that it seems to help anyTor Lillqvist1-1/+1
2014-04-07drawinglayer: sal_Bool->boolNoel Grandin4-99/+99
2014-04-07This IOS ifdef has no visible effect either as far as I can seeTor Lillqvist1-4/+0
2014-04-07HahTor Lillqvist1-2/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-04-01Clear the VirtualDevice we create for an impBufferDevice on iOSTor Lillqvist1-0/+8
2014-03-28Bin rest of DBG_WARNING[123]Tor Lillqvist1-2/+2
2014-03-28Merge back branch alg_writerframes to trunkArmin Le Grand10-162/+537
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-10/+10
2014-03-20remove whitespaceMarkus Mohrhard7-51/+0
2014-03-19Use sane indentation in new files.Jan Holesovsky1-19/+13
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida1-0/+2
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-18Find places where OUString and OString are passed by value.Noel Grandin3-26/+26
2014-03-17Skeleton of drawinglayer object called OpenGLObjectZolnai Tamás5-2/+58
2014-03-10remove whitespaceMarkus Mohrhard1-2/+0
2014-03-05Simplify DrawWaveKeith Curtis1-13/+1
2014-03-05remove unused code in drawinglayerNoel Grandin1-5/+0
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida2-55/+69
2014-02-27Remove visual noise from drawinglayerAlexander Wilms119-296/+296
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann3-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms2-26/+26
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-2/+2
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-14fix crash on iostsahi glik1-0/+4
2014-01-30"stati" considered both pretentious and incorrect LatinMichael Stahl1-2/+2
2014-01-28sd/qa: Remove InteropGrabBag property from XML dumpsJacobo Aragunde Pérez1-12/+12
2014-01-23Resolves: #i123950# unified and redefined CropPrimitive2D::get2DDecompositionArmin Le Grand1-103/+69
2014-01-22fdo#73886: Let's keep the "left" border outer and "right" inner.Kohei Yoshida1-4/+0
2014-01-22fdo#73886: Check the right width in case the left width is zero.Kohei Yoshida1-0/+5
2014-01-21bool improvementsStephan Bergmann2-4/+4
2014-01-20fdo#73487: Center thick border lines around cell grid.Kohei Yoshida1-15/+66
2014-01-20Handle double lines for screen rendering.Kohei Yoshida1-2/+20
2014-01-20Ensure that the pixel line is at least 1 pixel wide.Kohei Yoshida1-2/+12
2014-01-20Do the same when the pixel thickness is zero.Kohei Yoshida1-0/+14
2014-01-20Substitute dashed line with a solid line at lower zoom levels.Kohei Yoshida1-23/+40
2014-01-20Better on-screen drawing of vertical dashed lines.Kohei Yoshida1-42/+100
2014-01-20Same solid line treatment for vertical lines during on-screen drawing.Kohei Yoshida1-11/+42