Commit graph

243 commits

Author SHA1 Message Date
Thomas Arnhold
ee0bbef103 callcatcher: remove unused methods 2011-07-26 23:38:20 +02:00
Marc-Andre Laverdiere
e7e4552e63 Removed dead code 2011-07-22 14:54:34 +05:30
Marc-Andre Laverdiere
dc3578dc76 Removed dead code listed in unusedcode.easy 2011-07-21 15:56:03 +05:30
Julien Nabet
5cfb91df40 Some cppcheck cleaning 2011-06-12 23:01:56 +02:00
Tor Lillqvist
8b23d5be31 Use specific DLLPUBLIC for each library
This avoids exporting the same functions from multiple DLLs.

Also don't mark template classes for DLL export/import, I think that
is not what we want. Or am I on crack?
2011-05-15 22:33:03 +03:00
David Tardon
fd5a147a63 gbuildize writerfilter 2011-04-14 16:15:22 +02:00
Caolán McNamara
e5cc799e9a catch by const reference 2011-04-13 11:34:26 +01:00
Caolán McNamara
d6d6b8eea1 0x486e is sprmCRgLid1_80 not sprmCRgLid1 2011-02-18 15:53:45 +00:00
Caolán McNamara
8e1704349a 0x486d is sprmCRgLid0_80 not sprmCRgLid0 2011-02-18 15:25:59 +00:00
Bálint Dózsa
e7c76f4aba Remove dead code 2011-02-14 17:49:00 +01:00
Fridrich Štrba
c49b647c0a sgi hash containers -> boost unordered containers 2011-02-06 10:37:38 +01:00
Thomas Arnhold
534f5af5eb Clean up makefiles 2011-02-02 12:08:07 +01:00
Thomas Arnhold
a2f4eb838e Remove obsolete RCS lines. 2011-01-21 20:52:35 +01:00
Caolán McNamara
9133aa979a cppcheck: prefer prefix variant 2010-12-24 13:39:43 +00:00
Caolán McNamara
3ff90579cd cppcheck: prefer prefix variant 2010-12-22 13:29:44 +00:00
Julien Nabet
4cd8b8040a RTL_CONSTASCII_USTRINGPARAM in writerfilter 2010-12-15 07:57:51 +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
Gert Faller
673abf13b2 RTL_CONSTASCII_USTRINGPARAM in filters 15 2010-11-30 22:37:54 +01:00
Thorsten Behrens
3009f63562 Coherent use of debug level for writerfilter diagnostics
This amends commit 130d4a6ed54e55e3263e23288590e933425899a7, in that
it uses the same debug level check to enable writerfilter debugging
facilities.
2010-11-23 21:26:02 +01:00
Caolán McNamara
8c97ec61d7 add modelines to .hxx files as well 2010-10-28 15:49:40 +01:00
Sebastian Spaeth
46a924d348 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:42 +02:00
Petr Mladek
32b1f46749 more removed include guards using fixguard.py 2010-10-05 18:20:33 +02:00
Henning Brinkmann
2638faa2e8 writerfilter08ooo330: applied patch for writerfilter08 2010-07-28 14:17:26 +02:00
obo
70067cc8bc CWS-TOOLING: integrate CWS cbosdo03 2010-06-21 13:45:10 +02:00
Henning Brinkmann
4edbc52ee9 hb33issues01: #b6951450# export table spacing 2010-05-27 11:57:15 +02:00
Cédric Bosdonnat
2f411e16ce cbosdo03: merge with DEV300_m77 2010-04-22 17:14:36 +02:00
Henning Brinkmann
624950197e writerfilter07: merged DEV300_m75 2010-03-23 17:33:11 +01:00
Cédric Bosdonnat
1fc65a6e2e cbosdo03: rebased with m73 and removed some printfs 2010-03-03 14:55:24 +01:00
Jens-Heiner Rechtien
ea6543401c changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Henning Brinkmann
8ea04dc1c2 writerfilter07: WW8DocumentImpl::getListTable: Handle out of bound exception. 2010-02-03 10:49:35 +01:00
Cédric Bosdonnat
9c7ffb6b61 [cbosdo03]Applied the patches to upstream
These patches are fixing docx import problems like:
  * Page breaks added at wrong places
  * Additionnal paragraphs added at the end of some sections
  * Hierarchy of numbering properties wasn't working nicely
2009-12-02 09:12:26 +01:00
Henning Brinkmann[hbrinkm]
e4668f64a5 writerfilter07: redefined model of List 2009-11-25 17:37:38 +01:00
Henning Brinkmann[hbrinkm]
452bd20054 writerfilter07: calculating sizes, shifts and offsets, handling stereotype array
xmigen.xsl: consider only elements not containing @offset when calculating size and offset, consider only elements not containing @shift when calculating shift
2009-11-25 17:33:09 +01:00
Henning Brinkmann[hbrinkm]
7a59a645de added operation xst to ListLevel
corrected WW8ListLevel::calcSize()
save-guarded WW8StructBase::getString(sal_uInt32 nOffset, sal_uInt32 nCount)
2009-11-25 11:06:19 +01:00
Henning Brinkmann[hbrinkm]
bef261f281 writerfilter07: corrected definition of ListLevel 2009-11-24 17:01:51 +01:00
Henning Brinkmann[hbrinkm]
67b28808a0 writerfilter07: calculate offsets correctly, use @token in <bits> 2009-11-24 16:59:41 +01:00
Henning Brinkmann[hbrinkm]
8031863051 writerfilter07: redefined UML:Class ListLevel according to current specification from MS 2009-11-24 16:02:43 +01:00
Henning Brinkmann[hbrinkm]
c48b54d421 writerfilter07: handle stereotypes of <attributes> correctly, use @token in <attribute> 2009-11-24 16:01:39 +01:00
Henning Brinkmann[hbrinkm]
bbcda12bdb writerfilter07: calculate size of resource by template calcsize, use template for tagged values 2009-11-24 14:50:42 +01:00
Henning Brinkmann[hbrinkm]
c579664c75 writerfilter07: UML:Attribute(ww8resource) handle arrays 2009-11-24 14:47:37 +01:00
Henning Brinkmann[hbrinkm]
913f68ef5e writerfilter07: major rework of compactxmi.xsl 2009-11-23 17:17:34 +01:00
Henning Brinkmann[hbrinkm]
652a3b18a7 writerfilter07: new LFOData, some changes in LFO 2009-11-23 10:34:32 +01:00
Henning Brinkmann[hbrinkm]
76550146f1 writerfilter07: create xmi from condensed XML 2009-11-23 10:30:04 +01:00
Henning Brinkmann[hbrinkm]
c367facdc3 writerfilter07: new compactxmi.xsl: compact xmi model to a more condensed XML 2009-11-23 10:29:32 +01:00
Henning Brinkmann[hbrinkm]
679a5fb1c6 add FibRgFcLcb2000 and SttbRgtplc 2009-11-20 15:06:38 +01:00
Henning Brinkmann[hbrinkm]
728ae6f177 expect offsets in resources.xmi to be properly prefixed by 0x when they are hexadecimal 2009-11-20 11:51:57 +01:00
Henning Brinkmann[hbrinkm]
d4ea7b1775 WW8LFOLevel.cxx is not needed/referenced 2009-11-18 16:40:06 +01:00
Henning Brinkmann[hbrinkm]
afc4c80a90 writerfilter07: merged DEV300_m64 2009-11-13 11:33:40 +01:00
Henning Brinkmann
918c64610f changed: resolve inner structure of sprmTRsid
added: sprmTRsid
2009-11-05 14:17:26 +01:00
Henning Brinkmann
67612d76b0 cleaned up 2009-11-04 13:39:57 +01:00