index
:
libreoffice/contrib/mso-dumper
feature/writeable-oletool
master
Python scripts for dumping the contents of Microsoft Office binary file formats into human readable content
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
doc-dump: show table border colors
HEAD
master
Miklos Vajna
1
-0
/
+19
2022-02-12
Fix doc-dump.py problem with dumping binary data
Hossein
2
-1
/
+1
2021-11-03
wmfrecord: dump META_DIBSTRETCHBLT
Miklos Vajna
1
-4
/
+23
2021-10-01
Parameter checking support for emf and wmf dump
Hossein
5
-10
/
+31
2021-10-01
Add closing tag for SaveDC and RestoreDC
Hossein
1
-0
/
+2
2021-09-28
Added dump() for 2 wmf records in wmf-dump
Hossein
1
-16
/
+24
2021-09-28
Added dump() for META_POLYLINE record in wmf-dump
Hossein
1
-5
/
+16
2021-09-20
Added dump() for 17 wmf records in wmf-dump.py
Hossein
1
-54
/
+291
2021-09-12
Add test and sample wmf files for wmf-dump.py
Hossein
7
-0
/
+47
2021-09-12
Dump CreateFontIndirect, SetBkMode and SetTextAlign
Hossein
1
-9
/
+89
2021-09-11
Added classes with empty dump for all wmf records
Hossein
1
-77
/
+750
2021-09-11
Added all the enums from the wmf docs
Hossein
3
-4
/
+315
2021-09-08
Add preliminary wmf support and minor cleanups
Hossein
3
-4
/
+275
2021-09-06
Fix code to work with Python 3.8 and 3.9
Hossein
24
-29
/
+33
2021-09-03
Handling exception on invalid values of the fields
Hossein
1
-1
/
+1
2021-09-02
Fix emf-dump to work with Python 3.8
Hossein
2
-4
/
+2
2021-03-26
EMF: dump EmrCommentEmfplus
Miklos Vajna
1
-2
/
+119
2021-03-25
OLE1: show native data as well
Miklos Vajna
4
-95
/
+135
2021-03-25
Fix up make check
Miklos Vajna
3
-3
/
+5
2020-09-16
emf-dump: CommentIdentifier is optional, don't fail if it's missing
Miklos Vajna
2
-3
/
+3
2020-09-16
emf-dump: show EmrCommentMultiformats
Miklos Vajna
1
-0
/
+42
2020-09-16
emf-dump: show CommentIdentifier and EmrComment enumerators
Miklos Vajna
1
-5
/
+34
2019-02-01
pptx: add script that makes smartart uuids more readable
Miklos Vajna
1
-0
/
+35
2018-11-21
Add OLE1 and OLE2 preview dumper
Miklos Vajna
5
-4
/
+234
2018-09-14
swlaycache: trust the in-stream size, not the size of the stream
Miklos Vajna
1
-4
/
+7
2018-09-12
Add a dumper for the Writer binary layout cache
Miklos Vajna
4
-0
/
+116
2018-03-19
Port to Python3.
Jean-Francois Dockes
31
-937
/
+1087
2017-11-01
improve parsing of PPT records
Noel Grandin
1
-14
/
+14
2017-10-24
Add a .gitreview file, based on the one from core.git
Miklos Vajna
1
-0
/
+7
2017-08-30
XLS dumper: SXCView dump improvements
Tamás Zolnai
1
-0
/
+42
2017-08-29
XLS dumper: add newer excel versions
Tamás Zolnai
1
-1
/
+4
2017-06-21
docrecord: fix reading of PChgTabsAdd, PChgTabsDel, PChgTabsDelClose
Michael Stahl
1
-5
/
+9
2017-06-21
docrecord: dump line spacing structure
Miklos Vajna
1
-0
/
+15
2017-05-12
msometa: dump VectorHeader
Miklos Vajna
1
-3
/
+24
2017-03-06
Keep the _tokenMap sorted for clarity
Tor Lillqvist
1
-4
/
+3
2017-02-22
globals.py: encodeName should escape XML syntax &, <, >
Michael Stahl
1
-1
/
+7
2017-02-22
docrecord: PapxInFkp, if cb != 0 the rest of it is 2*cb - 1 bytes
Michael Stahl
1
-1
/
+1
2017-02-17
docrecord: try to survive missing fieldType
Michael Stahl
1
-1
/
+4
2017-02-17
docrecord: add some missing shifts in FFDataBits.dump
Michael Stahl
1
-2
/
+2
2016-11-30
Rename DOCDirStream to BinaryStream
Miklos Vajna
13
-370
/
+369
2016-04-27
pptrecord: TextStyles: Decode UTF-8 string to get correct number of character...
Matus Uzak
1
-1
/
+1
2015-12-11
docrecord: show last CP in Plcffactoid
Miklos Vajna
1
-5
/
+6
2015-12-11
docrecord: dump Plcffactoid
Miklos Vajna
2
-2
/
+47
2015-12-10
docrecord: PlcfBkld contains an FBKLD
Miklos Vajna
1
-6
/
+6
2015-12-09
msometa: show DictionaryEntry index
Miklos Vajna
1
-3
/
+4
2015-12-09
docrecord: show factoidinfo index
Miklos Vajna
1
-3
/
+4
2015-12-08
docrecord: typo
Miklos Vajna
1
-1
/
+1
2015-12-08
docrecord: handle fAnsiString == 0 in PBString
Miklos Vajna
1
-5
/
+10
2015-12-04
docrecord: dump the whole propBag array in SmartTagData
Miklos Vajna
1
-5
/
+9
2015-12-04
docrecord: dump PropertyBag
Miklos Vajna
1
-0
/
+39
[next]