index
:
libreoffice/libvisio
STABLE-0-0-19+
libvisio-0.0
master
tag-libvisio-0.0.19
zf.com
library for parsing the visio file format structure
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
VSDXFieldList.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-08
Some cppcheck cleaning
Julien Nabet
1
-1
/
+1
2012-01-03
Fix "Prefer prefix ++/-- operators for non-primitive types" reported by cppcheck
Julien Nabet
1
-4
/
+4
2011-12-06
Parse and push embedded OLE objects so that applications that are smart can u...
Fridrich Štrba
1
-8
/
+8
2011-11-20
Initial support of text fields in version 6
Fridrich Štrba
1
-5
/
+6
2011-11-18
Move that format string -> formatId parser and acctually use it
Fridrich Štrba
1
-40
/
+8
2011-11-18
Handle esc(N) as N. Useful mainly to parse esc(0) formating string
Fridrich Štrba
1
-15
/
+25
2011-11-18
Fail if the number is negative
Fridrich Štrba
1
-2
/
+2
2011-11-18
Make libvisio depend on boost::spirit and start to write parsers of format st...
Fridrich Štrba
1
-0
/
+21
2011-11-14
Some more fiddling with the logic behind the fields
Fridrich Štrba
1
-0
/
+1
2011-11-14
Some more work on inheritance of formating information from stencils
Fridrich Štrba
1
-8
/
+118
2011-11-14
My Sunday work on the text fields
Fridrich Štrba
1
-105
/
+8
2011-11-11
Trying to get the stencil field lists and name lists right
Fridrich Štrba
1
-56
/
+24
2011-11-11
Trying to get the text fields right
Fridrich Štrba
1
-2
/
+26
2011-11-11
Fix MSVC build
Fridrich Štrba
1
-0
/
+1
2011-11-10
And now the text fields should be replaced (not in the right format though)
Fridrich Štrba
1
-25
/
+5
2011-11-09
Clone the elements when converting a VSDXFieldList to vector
Fridrich Štrba
1
-16
/
+17
2011-11-09
Make this function static function of the class
Fridrich Štrba
1
-10
/
+9
2011-11-09
Some more text field parsing work
Fridrich Štrba
1
-9
/
+58
2011-11-08
Some more fields parsing stuff
Fridrich Štrba
1
-0
/
+4
2011-11-08
Actually parsing the text fields
Fridrich Štrba
1
-0
/
+28
2011-11-08
Stuffing a bit more the VSDXFieldList class
Fridrich Štrba
1
-13
/
+41
2011-11-05
Some parsing of field list
Fridrich Štrba
1
-0
/
+22
2011-11-04
Add some useful chunk ids
Fridrich Štrba
1
-0
/
+1
2011-11-04
Laying foundation for the support of Text Fields
Fridrich Štrba
1
-0
/
+164