Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Michael Meeks
aa0b7b0330
avoid crasher from unusual odt document fdo#42785
2011-11-15 11:11:28 +00:00
Stephan Bergmann
b11bd0323e
Removed comphelper -> unotools processfactory.hxx duplication.
2011-11-14 11:50:26 +01:00
Caolán McNamara
328e09955a
callcatcher: remove some unused code
2011-11-11 11:55:04 +00:00
Christina Rossmanith
3f9df85def
_SVSTDARR_sal_uIt16S is a typo and doesn't do anything
2011-11-09 16:59:47 +00:00
Caolán McNamara
c52fbc04a9
callcatcher: some unused methods
2011-11-08 10:01:43 +00:00
Caolán McNamara
c9e9b3a36f
callcatcher: update list, drop some newly unused methods
2011-11-07 12:27:31 +00:00
Caolán McNamara
75871d9a8c
callcatcher: remove some unused methods
2011-11-07 12:27:31 +00:00
Caolán McNamara
b70fbfd926
update unused list
2011-11-04 09:42:21 +00:00
Felix Zhang
46bc8b9027
remove unused methods in EditEngine
2011-11-03 09:42:40 +01:00
Daniel Di Marco
f7303fcac7
eliminate SvUShorts type
2011-11-01 12:19:05 +00:00
Caolán McNamara
91220fc0eb
callcatcher: unused Drop code
2011-11-01 09:27:25 +00:00
Caolán McNamara
120d1614d3
can go behind appropiate ifdef
2011-11-01 09:27:23 +00:00
Andras Timar
d330483ad0
autocorrect: non-breaking space before % in French fdo#41015
2011-10-24 11:02:25 +02:00
Olivier Hallot
b0224f8050
Fix for bug fdo#41997, cleanup vcl enumeration
2011-10-21 20:48:03 +01:00
Caolán McNamara
bf939922f0
these can be const
2011-10-17 09:27:41 +01:00
Michael Stahl
8666469d7b
#i108468#: clean up xmluconv code duplication, measured approach:
...
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt:
should be sufficient, since the largest number is SAL_INT32_MAX * 10^7.
remove duplicate methods from SvXMLUnitConverter:
convertMeasurePx, convertMeasure (static variants)
remove entirely duplicative class SvXMLExportHelper:
GetConversionFactor, GetUnitFromString, AddLength
change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit.
change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit.
rename some methods to turn compiler into merge conflict detector :)
2011-10-11 17:57:01 +02:00
Caolán McNamara
e8bbb76827
ensure correct export size type in stream operation
2011-10-10 08:51:15 +01:00
Caolán McNamara
49cfdc8796
WaE: could do away with nToken altogether, but this is more readable
2011-10-07 16:53:14 +01:00
Pierre-André Jacquod
11f7014fe8
cppcheck reduce scope of var in editeng/..txtrange.cxx
2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
3770392a0e
cppcheck reduce scope of var in editeng/.. impedit3.cxx
2011-10-07 15:57:41 +02:00
Pierre-André Jacquod
6929d42c7d
cppcheck reduce scope in editeng/..svxrtf.cxx
2011-10-07 15:57:38 +02:00
Tor Lillqvist
a9cb605b3a
WaE: unsafe mix of type 'sal_Bool' and type 'bool' in operation
2011-10-07 12:49:42 +03:00
Tor Lillqvist
6b9fbc03b8
WaE: assignment within conditional expression
2011-10-07 12:49:39 +03:00
Caolán McNamara
f42b66cc51
callcatcher: unused methods
2011-10-05 08:58:11 +01:00
Bjoern Michaelsen
e94a19f3e0
simplfy dmake to gbuild bridgefile
2011-10-05 00:31:50 +02:00
Caolán McNamara
04723baf6e
callcatcher: various unused methods
2011-10-04 09:00:05 +01:00
Caolán McNamara
8c0a791b74
callcatcher: newly unused code
2011-09-30 17:02:37 +01:00
Caolán McNamara
7af852b3f4
callcatcher: remove newly unused code
2011-09-30 13:03:16 +01:00
Caolán McNamara
ebbfc7ea4a
callcatcher: newly unused methods
2011-09-30 12:39:35 +01:00
Caolán McNamara
acc5c0734c
callcatcher: remove newly unused code
2011-09-30 09:09:27 +01:00
Caolán McNamara
d64707589f
callcatcher: unused methods
2011-09-30 09:09:26 +01:00
Caolán McNamara
6fed5b8385
Repeat not implemented
2011-09-30 09:09:26 +01:00
Caolán McNamara
c50612d516
callcatcher: unused code
2011-09-29 09:33:44 +01:00
Tor Lillqvist
0a56437e9c
WaE: base class should be explicitly initialized in the copy constructor
2011-09-28 23:23:33 +03:00
Caolán McNamara
19bf1de0d4
callcatcher: unused code
2011-09-28 09:20:32 +01:00
Stephan Bergmann
6671fa81db
Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().
2011-09-27 20:22:03 +02:00
Caolán McNamara
871426533f
just silence the auto_ptr deprecations in isolation
2011-09-22 15:01:05 +01:00
Caolán McNamara
ac58231a01
ByteString->rtl::OString[Buffer]
2011-09-22 15:01:04 +01:00
Thomas Arnhold
be6a8677a6
OSL_TRACE: Remove trailing newlines
...
Done with perl regex:
s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs;
- removed trailing whitespaces and (multiple) newlines
2011-09-21 09:28:39 +02:00
Caolán McNamara
565587eba1
replace ByteString::Fill
2011-09-15 11:23:37 +01:00
Caolán McNamara
f64dc2c9fb
I believe the src charset pragma is archaic and unused
2011-09-13 10:15:20 +01:00
Stephan Bergmann
d996328cd5
sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
...
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
Caolán McNamara
84bbf6d107
ByteString->rtl::OString
2011-09-12 09:10:04 +01:00
Caolán McNamara
d8cb328ef2
don't comment it's removed, remove it
2011-09-12 09:10:04 +01:00
Caolán McNamara
be6d3ac2b0
declared but not defined
2011-09-12 09:10:04 +01:00
Caolán McNamara
07f9a847f0
callcatcher: various unused methods
2011-09-12 09:09:59 +01:00
Stephan Bergmann
21d97438e2
sb140: #i117082# avoid unncessary static class data members (which are destroyed too late)
...
plus
sb140: #i117082# extra indirections to apeace MSC
sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
2011-09-09 17:46:37 +02:00
Caolán McNamara
92c2db2414
bah, missing CTL element
2011-09-09 15:56:24 +01:00
Caolán McNamara
f57baefbd3
add chaff to encrypted documents
2011-09-08 15:29:53 +01:00