summaryrefslogtreecommitdiff
path: root/drawinglayer
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05cleanup README files.Michael Meeks1-2/+2
Convert DOS -> unix newlines. Cleanup and clarify several files.
2012-10-30trivial empty-init String::Fill -> comphelper::padToLengthCaolán McNamara1-3/+5
Change-Id: I6c41b8f4d3ad739eff545063bd1f8fe8f4fba65e
2012-10-23fdo#46808, use service constructor for i18n::BreakIteratorNoel Grandin2-39/+37
Note that I found a pre-existing bug in linguistic/source/gciterator.cxx but I was not able to fix it, because doing so appears to expose bugs elsewhere! Change-Id: I17fb9108d98a98d0ae13fe5a8e043d2db5b27a6a
2012-10-11Fix fdo#35278 - don't generate hidden primitive rectanglesThorsten Behrens1-20/+0
I'm really rather certain we don't need to generate those non-stroked, non-filled rects in metafiles - at least not for the slideshow. The comment states otherwise, alas, there's no further explanation in any referenced bug etc. Change-Id: If7040b46900ea32515f29cf371897a693858b100
2012-10-10add a README filesManal Alhassoun1-0/+3
Change-Id: I2e779831e47cb1243ae7319b73b9fa553cf97034 Reviewed-on: https://gerrit.libreoffice.org/852 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2012-10-02XubString->OUString in drawinglayerNoel Grandin1-5/+5
Also fix method name Change-Id: I2ebe3fe5231fbf5e8253537f2f9809e780f180cb
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud1-1/+1
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-17Revert "Fixed Bug [35079]"David Tardon1-17/+14
The commit completely breaks slide transitions (and probably other things as well). This reverts commit 234738874f29ed23cd2aafb470511b5acf411e3c.
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-5/+0
Change-Id: I156255a5691beedec0cd00db0c772dac8ecfa564
2012-08-15Working version of XShapeDumperArtur Dorda1-0/+4
Change-Id: I4f4d37abdb1865d0bc05f01518d854872235121f
2012-08-14Fixed Bug [35079]Lennard1-14/+17
Drawing: Fixed Custom Shape Frame-Selection Bounding box bug Change-Id: Ia14feba446358cb195922477e0aa9576e9be2ae6 Signed-off-by: Lennard <Wasserthal@nefkom.net>
2012-08-14drawinglayer: fixed file name in a commentCédric Bosdonnat1-1/+1
Change-Id: Ia27b38a2eb027a987990d55cbe8b9951b7d384f7
2012-08-08reduce ascii noise and useless commentsThomas Arnhold2-4/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-07drop bogus eof linesThomas Arnhold225-627/+0
Change-Id: Idda2852c3e96ce15fde75d5a95369ec50a012410
2012-07-19Work around bogus Mac GCC uninitialized warningsStephan Bergmann2-10/+10
Change-Id: I04f64b11b484be8c997e1dbab8de35282fa64289
2012-07-19Work around bogus Mac GCC uninitialized warningsStephan Bergmann2-14/+14
Change-Id: Ia735ee75b75b3e2dafe610cf5cd513dd7d4b7392
2012-07-19Work around bogus Mac GCC uninitialized warningsStephan Bergmann2-25/+25
Change-Id: I79731b0e8a991a96b87938749fa9898110fe2dde
2012-07-19Work around bogus Mac GCC uninitialized warningsStephan Bergmann2-23/+23
Change-Id: If16ce75845383cf697a2f1e4cef438a8bc43c125
2012-07-19Work around bogus Mac GCC uninitialized warningsStephan Bergmann2-7/+7
Change-Id: I174b34835cc955c234a06618a48f61fc700e4400
2012-07-15-Werror,-Wunused-functionStephan Bergmann1-36/+0
Change-Id: Ie0e37aae9be1c6fcf3f8c0b8d571dc3786f38205
2012-07-13better error messages for exceptions in XShapeDumper.cxxMarkus Mohrhard1-3/+12
Change-Id: I37761931b9f8351036f360423f481f53a59855fb
2012-07-13Merge branch 'feature/gsoc_test_improvements2'Markus Mohrhard6-0/+3194
2012-07-13forgot to remove the header file from the deliver codeMarkus Mohrhard1-1/+0
Change-Id: Ifd6edd22e144948a3e98b02744ebf4852f0aa3e3
2012-07-13move EnhancedShapeDumper to a module local locationMarkus Mohrhard3-4/+3
Change-Id: Idb4cd44da611973c92bda6de779daf3aa8425168
2012-07-12fix indentationMarkus Mohrhard1-1600/+1600
don't indent after namespace declaration Change-Id: I3773521abd2463269c58162eae6a608085b1bf9f
2012-07-12some small improvements for the dumperMarkus Mohrhard1-46/+41
Change-Id: I0a24a0e9c4a3b818c9144bc38857b67e49483915
2012-07-12Added dumping TextPathMode & ScaleX propertiesArtur Dorda2-0/+41
Change-Id: Ib31fc84424d4a57e8f3bcca2054016c5809b6f10
2012-07-12Started dumping EnhancedCustomShapeTextPath service & added TextPath propertyArtur Dorda3-0/+32
Change-Id: I4945ee8cba2d9d4fc9f374cf0002dbdb99d6df28
2012-07-12Added dumping of TextPathAllowed & SubViewSize propertiesArtur Dorda2-0/+35
Change-Id: I4088e15cf010f2c0c4493b9a7781c9720d375480
2012-07-12Added dumping of ExtrusionAllowed & ConcentricGradientFillAllowed propertiesArtur Dorda2-0/+30
Change-Id: I696c7bfc6f0f7e50d0f0ae84a9e96c6b2f1bd554
2012-07-12Added dumping of GluePointLeavingDirections & GluePointType propertiesArtur Dorda2-0/+30
Change-Id: Ie83dfd31196cc9777e4d582f45f27ff74482d2b4
2012-07-12Added dumping of TextFrames & GluePoints propertiesArtur Dorda2-0/+49
Change-Id: Ibaa5f782d511d406575bfec6267f95d6ae50b87c
2012-07-12Added dumping of StretchX & StretchY propertiesArtur Dorda2-0/+24
Change-Id: Iddd10cb3baffbb3f40bd6af15e48bcfb7ea8317e
2012-07-12Added dumping of Coordinates & Segments propertiesArtur Dorda2-0/+46
Change-Id: I4acfe9f1d1ca9bb4f434376bd6fd23804b66a25f
2012-07-12Started dumping of EnhancedCustomShapePath serviceArtur Dorda3-0/+16
Change-Id: I11ded0e19f4a9f619546af2ff838ad7aeadd7429
2012-07-12Added dumping of RadiusRangeMinimum & RadiusRangeMaximum propertiesArtur Dorda2-0/+28
Change-Id: I8ba86df74939d1267c8be622d29c8fdcea9cdb19
2012-07-12Added dumping of RangeYMinimum & RangeYMaximum propertiesArtur Dorda2-0/+27
Change-Id: I9ce489487676bd3182c6bdd4ce3969544d40c2ae
2012-07-12Added dumping of RangeXMinimum & RangeXMaximum propertiesArtur Dorda2-0/+28
Change-Id: I5e5648a8aa4f8dd8942b87e36e5a85879d3ff0e8
2012-07-12improval - Enhanced...ParameterPair() now use Enhanced...Parameter()Artur Dorda1-18/+2
Change-Id: Ib19d92241c6fcd0edc00680bd876f43dac8bd5c3
2012-07-12Added auxiliary method for dumping EnhancedCustomShapeParameterArtur Dorda2-0/+14
Change-Id: Icef3d19c36224f4afd1b1a08c08630e5d6522bf6
2012-07-12Added dumping of RefAngle & RefR propertiesArtur Dorda2-0/+25
Change-Id: Iabd1c00a33477ca92d7525f46ad5a9c732a35eee
2012-07-12Added dumping of Polar, RefX & RefY propertiesArtur Dorda2-0/+38
Change-Id: I43e690fef87091bdb47a36d3365df35b7e1fcdcb
2012-07-12Added dumping of Switched & Position propertiesArtur Dorda2-0/+31
Change-Id: Ice30218ba8ec66807089174058951c7607f9b6cb
2012-07-12Added dumping of MirroredX & MirroredY propertiesArtur Dorda1-1/+12
Change-Id: Ic580cf7c7c7d75c8f1fa0fbba13f53318b285932
2012-07-12Added dumping of EnhancedCustomShapeHandle serviceArtur Dorda3-2/+18
Change-Id: I0b9d2b7abd966bf4d8e1cf579fdc0cf319978a6e
2012-07-12Added Equations & Handles propertiesArtur Dorda2-0/+49
Change-Id: I7912399d2864c964483bbbbc0a6afac3bfa64f66
2012-07-12Added Extrusion, Path & TextPath propertiesArtur Dorda2-68/+122
Change-Id: I46e7d6e0c83d8f988f2e5a5b9e7a10cbaef83958