Commit graph

21829 commits

Author SHA1 Message Date
Caolán McNamara
c7647b7767 remove empty TESTSHL2LIB 2011-02-24 20:47:33 +00:00
Caolán McNamara
43a9cdf171 remove empty TESTSHL2LIB 2011-02-24 20:47:33 +00:00
Michael Lefevre
9c35a09ce8 Remove more commented unused variables
Keep cleaning the code, line by line.
2011-02-24 20:01:18 +01:00
Michael Lefevre
79f0f557f8 Remove unused commented variable 2011-02-24 20:00:02 +01:00
Thomas Arnhold
11f666e41c ASSERT: Some final cleanup 2011-02-24 17:58:06 +01:00
Thomas Arnhold
fbc6cd2ebf Remove except from tree and clean up 2011-02-24 15:49:21 +01:00
Thomas Arnhold
e02d8f882e Move ASSERT_ID to OSL_ASSERT 2011-02-24 15:49:05 +01:00
Thomas Arnhold
7ec2e1e46e Move ASSERT to OSL_ENSURE
Done with a nifty little perl script. Regex:

$data =~ s/(\s+)ASSERT(\(.*?,.*?".*?"\s*\))\s*\;?\n/$1OSL_ENSURE$2\;\n/gs;
2011-02-24 15:47:13 +01:00
Thomas Arnhold
43c7fe9100 Replace errhdl.hxx include with osl/diagnose.h 2011-02-24 15:37:59 +01:00
Thomas Arnhold
c9b3473836 Replace errhdl.hxx include with osl/diagnose.h 2011-02-24 15:37:51 +01:00
Bálint Dózsa
3a033a4d2d Remove unused methods 2011-02-24 15:37:07 +01:00
Noel Power
9730be282a more form field fixes
writerfilter/source/dmapper/DomainMapper_Impl.cxx: really use enhanced Text
Form field, also cleaned using enhanced fields or not logic a little more and
finally got rid of the "com.sun.star.text.FormFieldmark.xxx" type services as I
 realised these weren't necessary
writerfilter/source/dmapper/FormControlHelper.cxx: added support for Text Form
in the processField method
2011-02-24 09:43:39 +00:00
Noel Power
51576337ac revert 380ad35864c450f5d4df6cc29d5d512a24de11da change in wrong place 2011-02-23 15:44:56 +00:00
Noel Power
4bbd387d33 use the ODF_FORMCHECKBOX define instead of yet another const char* 2011-02-23 14:46:02 +00:00
Caolán McNamara
11013a6026 throw out some warnings 2011-02-23 09:56:52 +00:00
Noel Power
4b3f93c959 use r:id or o:relid ( whichever exists ) for vml shape import 2011-02-22 15:38:17 +00:00
Joseph Powers
f9c8d3760a Remove DECLARE_LIST( StringList, String * ) 2011-02-22 07:18:24 -08:00
Noel Power
75b4c3b780 remove redundant include that was committed by mistake
remove #include "oox/token/tokenmap.hxx" that I added whilst doing some debug
2011-02-22 12:32:49 +00:00
Caolán McNamara
997fd679f5 silence these warnings 2011-02-22 12:01:51 +00:00
Bálint Dózsa
a028e9602e Remove dead code 2011-02-22 11:48:03 +00:00
Caolán McNamara
6e3179b244 throw out some warnings 2011-02-22 11:48:03 +00:00
Caolán McNamara
1bf8bfc64a mark this dir as warnings free 2011-02-22 11:48:03 +00:00
Noel Power
b983427419 fdo#34305 fix missing jpg/gif in docx import 2011-02-22 11:32:36 +00:00
Caolán McNamara
aed8cfe897 throw out some warnings 2011-02-21 21:07:47 +00:00
Caolán McNamara
c3effed8c0 throw out some warnings 2011-02-21 21:07:47 +00:00
Caolán McNamara
0b39c5e4b4 WaE: mark this dir as warnings free 2011-02-21 21:07:47 +00:00
Tor Lillqvist
ccd695070e Include precompiled_filter.hxx 2011-02-21 23:03:54 +02:00
Joseph Powers
3e46952e36 Delete some comment out code. 2011-02-21 10:29:56 -08:00
Thomas Arnhold
b4dc90664f Remove ZTC support
Obsolete Zortech compiler
2011-02-21 18:53:10 +01:00
Thomas Arnhold
7e4dcdb1e0 Remove CSET support
Obsolete IBM CSet C-Compiler
2011-02-21 18:36:10 +01:00
Joseph Powers
006c949ebb Some more #include <tools/list.hxx> cleanup 2011-02-21 07:29:12 -08:00
Joseph Powers
7e27a93df4 Cleanup some #include <tools/list.hxx> 2011-02-21 06:26:22 -08:00
Noel Power
750b8fa5b4 make docx import cater for enhanced fields
also removed erroneous import of dropdown ( when not using enhanced fields as awt control ) now uses dropdown textfield instead
2011-02-21 12:40:43 +00: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
f7244fdeae Remove unused methods 2011-02-17 10:57:26 -05:00
Caolán McNamara
d3fa11d5ae fix build error 2011-02-17 10:00:43 +00:00
Caolán McNamara
3e069eff8b silence some warnings 2011-02-17 09:40:59 +00:00
Thomas Arnhold
17a25a4282 Remove TCPP
Seems to be an old compiler
2011-02-17 10:22:00 +01:00
David Tardon
cdf0a8475f WaE: unused variable 2011-02-17 09:16:41 +01:00
Joseph Powers
595d6caab6 Fix a typo (replace missing =) 2011-02-16 22:09:28 -08:00
Thomas Arnhold
1f2d1c8a0c Remove BLC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"BLC - borland compiler (OS2, win16) - obsolete"
2011-02-16 23:05:26 +01:00
Thomas Arnhold
f42e369816 Remove WTC support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"WTC - watcom compiler (OS2, WNT?) - obsolete"
2011-02-16 23:02:44 +01:00
Thomas Arnhold
b48b0ef943 Remove MTW support
http://www.openoffice.org/issues/show_bug.cgi?id=52746

"MTW - metrowerks compiler (mac OS9 ?) - obsolete"
2011-02-16 23:02:44 +01:00
Pierre-André Jacquod
3c60ce4316 cleaning in binfilter/bf_sw of sw_fltini.cxx
the filter initialization has been cleaned. A lot of filter where
initialized there, like Excel, lotus, word filter.
All these filters have been deleted from there, keeping only the
Star Writers filters
2011-02-16 22:16:39 +01:00
Pierre-André Jacquod
b9c93d24cc delete comments / cleaning of these files 2011-02-16 22:16:27 +01:00
Pierre-André Jacquod
0824a1ee4a delet all content of bf_sw/source/filter/writer/sw_writer.cxx
this file is now empty, will be removed soon
2011-02-16 22:16:21 +01:00
Pierre-André Jacquod
f0a006a63e delete struct Writer_Impl in binfilter/bf_sw 2011-02-16 22:16:15 +01:00
Pierre-André Jacquod
2896538b8e delete class Writer in binfilter/bf_sw
the class Writer is deleted in binfilter/bf_sw and all dependencies
of this class. This includes some other derivated classes.
Some classes or functions (in other classes ) are left behind, needing
now an analysis to see if they are orphean or used by some read classes
2011-02-16 22:16:09 +01:00
Thomas Arnhold
a48224f36d Remove SCO support 2011-02-16 20:16:22 +01:00