Caolán McNamara
c1469d226a
WaE, shadowed variable
2010-12-10 12:29:18 +00:00
Caolán McNamara
89d56eb4a9
cppcheck: unused variable
2010-12-09 17:28:29 +00:00
Caolán McNamara
7e2b47b4ee
clean this up and just use references
2010-12-09 17:23:08 +00:00
Caolán McNamara
62d0389bce
cppcheck: unused variable
2010-12-09 17:17:56 +00:00
Caolán McNamara
a8fa064b34
cppcheck: the scope of these variables can be reduced
2010-12-09 17:17:01 +00:00
Caolán McNamara
15e8139b9d
cppcheck: unused variables
2010-12-09 12:45:58 +00:00
Caolán McNamara
1ccf416991
cppcheck: unit members
2010-12-09 12:33:23 +00:00
Caolán McNamara
0572c27b0a
cppcheck: uninit members
2010-12-09 12:06:25 +00:00
Luboš Luňák
794c8cf13b
[Docx] n#513479: import start/end values for ST_Jc
2010-12-09 10:39:16 +01:00
Cédric Bosdonnat
672d9b9d9f
[Docx] fdo#32170: fixed the import of the document default formatting
2010-12-08 17:33:47 +01:00
Cédric Bosdonnat
b196fe2dff
[Docx] fdo#32170: handled CT_SdtRun elements
2010-12-08 16:05:18 +01:00
Cédric Bosdonnat
8ee87e7490
[DOCX] fdo#32170: Skip unsupported <w:sdt> elements
...
This only makes the <w:sdt> elements skipped to get their content
2010-12-08 15:52:56 +01:00
Caolán McNamara
715fbf6269
WaE, fix member init list
2010-12-08 12:20:06 +00:00
Caolán McNamara
d8760f3219
WaE, unused parameter
2010-12-08 12:20:06 +00:00
Radek Doulik
c3d8e08ba0
use placeholder text in pptx export
2010-12-08 12:09:29 +01:00
Cédric Bosdonnat
d73391735f
Removed some useless debug output that are slowing docx import
2010-12-08 10:29:45 +01:00
Cédric Bosdonnat
491579eece
Removed trailing blanks in some writerfilter files
2010-12-08 00:32:24 +01:00
Cédric Bosdonnat
471689e4a4
Using libxml2 instead of homemade stuffs for the debug output
...
This also seems to fix a memory leak that was present only with some
debug output enabled.
2010-12-08 00:32:24 +01:00
Caolán McNamara
eef95b1725
tidy this up and just use references
2010-12-06 20:37:32 +00:00
Caolán McNamara
0afbff5e45
cppcheck: unused variables
2010-12-06 20:23:35 +00:00
Caolán McNamara
090a4bd24a
remove unused variable
2010-12-06 11:06:09 +00:00
Michael Callahan
36169a32c8
remove obsolete __FAR_DATA
2010-12-06 10:37:08 +00:00
Cédric Bosdonnat
e316a4ba4d
ISO OOXML: start/end attributes reworked...
...
This reverts commit 344cf018285a149289ecc9af600fce6a743b01c8.
2010-12-06 10:35:30 +01:00
Takeshi Abe
2b22b5f4ee
Replace all occured, occurance etc.
2010-12-06 09:12:45 +00:00
Caolán McNamara
3709037e92
cppcheck: uninit variables
2010-12-06 09:12:45 +00:00
Pierre-André Jacquod
90cb8bf8d4
removing code due to endless loop
...
these part of code have been removed. The While(true) loop
means either that the if statement is never taken, or that
the program hangs there. The second case is not safe, the first
case means that this code is not needed.
2010-12-05 15:39:28 -06:00
Pierre-André Jacquod
5307763e72
fix warning unused var in binfilter - bf_sw unocore
...
trying to stay on the safe side, means not always removing the function
call that initialized the parameter. So if this function call changed the
parameter, no issue.
2010-12-05 15:39:27 -06:00
Pierre-André Jacquod
564912e97b
fix warning unused param in binfilter bf_sw txtnode
2010-12-05 15:39:27 -06:00
Pierre-André Jacquod
9622dc7042
fix warning in binfilter bf_sw tox
2010-12-05 15:39:27 -06:00
Pierre-André Jacquod
0c6090e8f6
fix warning unused var binfilter bf_sw text
2010-12-05 15:39:27 -06:00
Pierre-André Jacquod
bef34ba6b5
fix warning unused var in binfilter bf_sw swg
2010-12-05 15:39:27 -06:00
Pierre-André Jacquod
6640cd9c78
fix warning unused var in binfilter bf_sw sw3io
2010-12-05 15:39:26 -06:00
Pierre-André Jacquod
32319671b1
fix warning unused var in binfilter bf_sw ole
2010-12-05 15:39:26 -06:00
Pierre-André Jacquod
c3da1f5606
fix warning unused var in binfilter bf_sw layout
2010-12-05 15:39:26 -06:00
Pierre-André Jacquod
6661e307fc
fix warning unused var in binfilter bf_sw fields
...
still only fixes, no optimization has been done. On purpose, avoid
introducing new bugs...
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
2808a769fb
warning fix unused var in binfilter bf_sw draw
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
5c18bd01a2
warning fix unused var in binfilter bf_sw docnode
...
only warning removal, not code optimization, hence some function calls that
may not be needed anymore left behind.
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
329d274054
warning fix for unused var in binfilter bf_sw doc
...
This is warning removing, not code optimization => minimum risks have
been taken and some function calls left behind are probably not usefull
anymore. But goal is not to produce new bugs. Once all warnings removed,
if needed we can do code optimization
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
2785cffcd7
fix warning unused var in binfilter bf_sw crsr
...
this is fixing warning, not optimizing. This means, some functions call
have be left, even if it is possible they are not needed any more
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
2a398ba935
warning fix unused variable in binfilter bf_sw bastyp
2010-12-05 15:39:25 -06:00
Pierre-André Jacquod
8a28dc8003
warning variable unused fix in binfilter bf_sw attr
2010-12-05 15:39:24 -06:00
Caolán McNamara
92a911f1e7
cppcheck: init some members
2010-12-05 13:06:12 +00:00
Caolán McNamara
a93f319d66
cppcheck: unused variable
2010-12-05 13:04:04 +00:00
Caolán McNamara
122d7dc47e
tidy this up and just use references
2010-12-05 12:54:15 +00:00
Caolán McNamara
9de19ea1d0
tidy this up and just use references
2010-12-05 12:38:41 +00:00
Caolán McNamara
57eade47df
tidy this up and just use references
2010-12-05 12:23:28 +00:00
Caolán McNamara
28de213dfd
cppcheck: uninit variable
2010-12-05 12:12:39 +00:00
Caolán McNamara
d26e538003
cppcheck: the scope of this variable can be reduced
2010-12-05 12:05:55 +00:00
Caolán McNamara
c18375b63e
tidy this up and just use references
2010-12-05 11:57:16 +00:00
Gert Faller
f22bef8505
RTL_CONSTASCII_USTRINGPARAM in filters 23
2010-12-04 19:53:52 +01:00