summaryrefslogtreecommitdiff
path: root/src/lib/VSDXFieldList.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-01-08Some cppcheck cleaningJulien Nabet1-1/+1
2012-01-03Fix "Prefer prefix ++/-- operators for non-primitive types" reported by cppcheckJulien Nabet1-4/+4
2011-12-06Parse and push embedded OLE objects so that applications that are smart can u...Fridrich Štrba1-8/+8
2011-11-20Initial support of text fields in version 6Fridrich Štrba1-5/+6
2011-11-18Move that format string -> formatId parser and acctually use itFridrich Štrba1-40/+8
2011-11-18Handle esc(N) as N. Useful mainly to parse esc(0) formating stringFridrich Štrba1-15/+25
2011-11-18Fail if the number is negativeFridrich Štrba1-2/+2
2011-11-18Make libvisio depend on boost::spirit and start to write parsers of format st...Fridrich Štrba1-0/+21
2011-11-14Some more fiddling with the logic behind the fieldsFridrich Štrba1-0/+1
2011-11-14Some more work on inheritance of formating information from stencilsFridrich Štrba1-8/+118
2011-11-14My Sunday work on the text fieldsFridrich Štrba1-105/+8
2011-11-11Trying to get the stencil field lists and name lists rightFridrich Štrba1-56/+24
2011-11-11Trying to get the text fields rightFridrich Štrba1-2/+26
2011-11-11Fix MSVC buildFridrich Štrba1-0/+1
2011-11-10And now the text fields should be replaced (not in the right format though)Fridrich Štrba1-25/+5
2011-11-09Clone the elements when converting a VSDXFieldList to vectorFridrich Štrba1-16/+17
2011-11-09Make this function static function of the classFridrich Štrba1-10/+9
2011-11-09Some more text field parsing workFridrich Štrba1-9/+58
2011-11-08Some more fields parsing stuffFridrich Štrba1-0/+4
2011-11-08Actually parsing the text fieldsFridrich Štrba1-0/+28
2011-11-08Stuffing a bit more the VSDXFieldList classFridrich Štrba1-13/+41
2011-11-05Some parsing of field listFridrich Štrba1-0/+22
2011-11-04Add some useful chunk idsFridrich Štrba1-0/+1
2011-11-04Laying foundation for the support of Text FieldsFridrich Štrba1-0/+164