summaryrefslogtreecommitdiff
path: root/src/lib/VSDXContentCollector.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-18Prepare for the new VSDX file-format (ooxml version)Fridrich Štrba1-2817/+0
2012-09-07Don't output the last line break in a paragraphFridrich Štrba1-6/+33
2012-08-28Trying to output line breaks that are not paragraph breaksFridrich Štrba1-3/+17
2012-07-31Initial stencils extractionFridrich Štrba1-8/+8
2012-07-30Trully implement 'level continuum'Fridrich Štrba1-0/+6
2012-07-26A little refactoring of the level change handlingFridrich Štrba1-2/+3
2012-07-25Revert "Drawing pages in right order"Fridrich Štrba1-2/+1
2012-07-25Push information to collector even from streams if that is where it is to be ...Fridrich Štrba1-3/+3
2012-07-25Clear font name before appending to itFridrich Štrba1-0/+1
2012-07-24astyleFridrich Štrba1-1/+1
2012-07-24Fix endless loop with text fields in VSD6Fridrich Štrba1-0/+1
2012-06-21Fix prefix ++/-- operators for non-primitive typesJulien Nabet1-2/+2
2012-06-20This langid does not make sense and we don't even use itFridrich Štrba1-4/+4
2012-06-19Trying to make encoding work in version 6Fridrich Štrba1-27/+425
2012-06-18Some more rework of text encoding conversionsFridrich Štrba1-5/+2
2012-06-18Some character conversion rework + some debug messagesFridrich Štrba1-148/+53
2012-06-18Some belts and bracesFridrich Štrba1-9/+18
2012-06-16Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocksJulien Nabet1-6/+9
2012-06-15For the moment no more cppcheck reportsJulien Nabet1-3/+3
2012-06-15Resolves: fdo#50988Julien Nabet1-1/+4
2012-06-15Fix another crash in exotic circumstancesFridrich Štrba1-0/+2
2012-06-12And make it even compileFridrich Štrba1-0/+1
2012-06-12Don't push_back(.back())Fridrich Štrba1-1/+3
2012-06-08Fix some crashes on windowsFridrich Štrba1-0/+4
2012-05-31Resolves: fdo#50178 Reading Visio file causes crashJulien Nabet1-1/+4
2012-05-30Group the filled and stroked paths that are part of the same geometryFridrich Štrba1-0/+16
2012-05-30Split fill and line to emulate Visio's idea about shapesFridrich Štrba1-76/+111
2012-05-29Drawing pages in right orderFridrich Štrba1-1/+2
2012-04-14A better fix that does not alter Bruno's workFridrich Štrba1-21/+15
2012-04-13Adapt the end and start line markers to recent changes of svg:d in LOFridrich Štrba1-15/+21
2012-02-20Fix closing of NURBS + some astyle actionlibvisio-0.0.15Fridrich Štrba1-84/+90
2012-02-20Added shapes for markers 1, 3, 5, 6, 8, 9, 10, 12 to 18, 21, 22 and 39; adjus...Bruno Girin1-6/+70
2012-02-15Added OLE stencil supportTibby Lickle1-0/+2
2012-01-31Partial patch for fdo#44551Bruno Girin1-6/+46
2012-01-28Fix for ticket 44576Bruno Girin1-2/+2
2012-01-17Work-around a broken behaviour of LO DrawFridrich Štrba1-2/+8
2012-01-16Trying to get the text rotation rightFridrich Štrba1-4/+8
2012-01-16Trying to get the text rotations more or less rightFridrich Štrba1-105/+63
2012-01-16Check endMarker even if startMarker is setBruno Girin1-1/+1
2012-01-13Simplify the API a bitFridrich Štrba1-22/+9
2012-01-13Foreign rotationsFridrich Štrba1-24/+101
2012-01-12unnecessary bracesFridrich Štrba1-2/+2
2012-01-12Initial implementation of foreign flipsFridrich Štrba1-6/+34
2012-01-11Emulate flags in ParaIXFridrich Štrba1-5/+11
2012-01-11Fix one-off error with some text alignmentsFridrich Štrba1-2/+2
2012-01-11Reinitialize line properties before dealing with the geometry override flagsFridrich Štrba1-32/+39
2012-01-09Close the path only if it is really a closed pathFridrich Štrba1-2/+6
2012-01-08Some cppcheck cleaningJulien Nabet1-2/+2
2012-01-03Fix "Prefer prefix ++/-- operators for non-primitive types" reported by cppcheckJulien Nabet1-4/+4
2011-12-07Unbreak buildFridrich Štrba1-5/+5