Riccardo Magliocchetti
3c177b96b8
desktop: remove duplicated gb_Library_set_include call
2012-02-20 22:42:14 +01:00
Andras Timar
0699556c30
updated LibreOffice contributors' credits (2012-02-02)
2012-02-20 22:36:29 +01:00
Katarina Machalkova
fd33b0d28e
fdo#31551: Show actual line width in the legend
...
however, limit the line width from above by legend entry height
(which +- matches the font height)
2012-02-20 22:24:20 +01:00
Thomas Arnhold
ced95abf53
vcl: simplify logic
...
Thanks to Cor Nouws
2012-02-20 22:19:37 +01:00
Thomas Arnhold
e656e2cb0b
remove now unused swunodef.hxx
2012-02-20 22:19:37 +01:00
Thomas Arnhold
9a6332f4e4
expand and remove macro STAR_REFERENCE
2012-02-20 22:19:36 +01:00
Thomas Arnhold
0235bb8ea2
expand and remove macro CLIP_NMSPC
2012-02-20 22:19:36 +01:00
Thomas Arnhold
2bc792f2bb
expand and remove macro UNO_NMSPC
2012-02-20 22:19:35 +01:00
Thomas Arnhold
97f788ca2b
expand and remove macro STAR_NMSPC
2012-02-20 22:19:35 +01:00
Thomas Arnhold
f67efce371
svx: simplify this
2012-02-20 22:19:35 +01:00
Thomas Arnhold
e7e4871b28
unusedcode.easy: some cleaning
2012-02-20 22:19:34 +01:00
Thomas Arnhold
3ab04ef552
unusedcode.easy: SwProtocol::GetVar
2012-02-20 22:19:32 +01:00
Thomas Arnhold
f4fbdf7f9c
unusedcode.easy: Remove SwProtocol::Snapshot()
...
And all implementations. Also unused and removed:
ImplCreateFromXImage()
ImplGetFrameBitmap()
2012-02-20 22:19:32 +01:00
Andras Timar
24f63831af
remove cleanzip.pl
...
The issue it solves does not exist in our build environment.
https://issues.apache.org/ooo/show_bug.cgi?id=98365
The script removed g+s attributes from directories in zip files.
2012-02-20 20:39:01 +01:00
Andras Timar
8b55ef8898
only store files in .oxt, do not compress
...
Saves build time. Saves startup time. Better compression is
possible when making install sets.
2012-02-20 20:39:01 +01:00
Thomas Arnhold
8597f9874f
unusedcode.easy: remove UpdateLockManager
...
Seems UpdateLockManager is dead. So cut it out.
Also mbFirstUpdateSeen had no effect.
2012-02-20 19:15:46 +01:00
Tor Lillqvist
e14fea9f37
Work around the fact that empty directories are not present in an .apk
...
The SDK tooling that constructs .apk packages doesn't put empty
directories in them. Which makes sense I guess. "Hidden" files (like
.gitignore) are also skipped. So a directory like
sc/qa/unit/qpro/indeterminate does not show up at all.
So, we must pretend that any opendir() of a directory under /assets
succeeds. If the .apk doesn't contain any files in such a directory,
treat it as existing but empty. We can't know if the corresponding
directory from which /assets was constructed actually does exist but
is empty or if it doesn't exist.
2012-02-20 20:07:35 +02:00
Winfried Donkers
a99083d233
fdo#44516 final fix for labels with gaps larger than page margin
2012-02-20 17:16:35 +00:00
Tor Lillqvist
3a6c12b32f
Bin code that is never executed but calls a method that has been removed
2012-02-20 19:12:11 +02:00
Andras Timar
aad0b5d6a6
add $(COMMAND-ECHO)
2012-02-20 18:04:38 +01:00
Andras Timar
3aece33a9b
remove avoid_cvs_dir macro
2012-02-20 17:48:14 +01:00
Wei Ming Khoo
38298d3d54
Clang-flagged error for typedef of CardPropertyGetter/Setter
2012-02-20 16:45:53 +00:00
Wei Ming Khoo
e12b26ef24
moz missing this pointers, default constructor
2012-02-20 16:32:51 +00:00
Wei Ming Khoo
f528b3e237
nss unix/os_Linux_x86.s asterix as comment character
2012-02-20 16:32:51 +00:00
Wei Ming Khoo
faca71ef8a
stlport stl/_locale.h new operator unrecognized
2012-02-20 16:32:51 +00:00
Tor Lillqvist
c450d9645d
No gengal.bin for iOS
...
Like any of our executables using <sal/main.h>, it doesn't even build
for iOS anyway using the current <sal/main.h> anyway, as there is no
main() ;) Executables for iOS (i.e. unit testers, and some eventual
end.userish apps) will be handled "semi-manually" in some yet to be
worked out fashion.
Makes no sense for Android either, but I'm lazy.
2012-02-20 18:17:29 +02:00
Takeshi Abe
3006397439
Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))
...
to equalsIgnoreAsciiCaseAscii("...")
2012-02-21 01:07:21 +09:00
Miklos Vajna
c306532e0b
writerfilter: try to silence MacOSX-Intel tinderbox
2012-02-20 17:06:38 +01:00
Elton Chung
eab072e468
Remove unused code
2012-02-20 15:56:17 +00:00
Stephan Bergmann
fe981519f5
gb_JunitTest_JunitTest takes only one argument
2012-02-20 16:39:59 +01:00
Miklos Vajna
4ac4816766
n#695479 fix rtf/docx import of transparent frames
...
Previously all frames were opaque by default, which is the Writer but
not the docx/rtf default. Change the default, while keeping the
possibility to set an opaque color background for the frame.
2012-02-20 15:53:41 +01:00
Cédric Bosdonnat
7794baf89e
fdo#46073: Implemented soft boundaries only w/o non-printing chars
2012-02-20 15:37:32 +01:00
Stephan Bergmann
f78cb7da33
Improve check for broken -fthreadsafe-statics
2012-02-20 14:30:36 +01:00
David Tardon
bcf1edba4e
expect sed has already been detected
...
Reportedly AC_PROG_SED does not exist on XCode 2.5 .
2012-02-20 14:28:11 +01:00
David Tardon
ad3b8a779d
fix mingw build of mythes with system hunspell
2012-02-20 14:28:10 +01:00
Stephan Bergmann
55892c6bd7
Clean up work around spurious warning about missing JRE
2012-02-20 13:36:47 +01:00
Caolán McNamara
65a3ec97b5
Resoves fdo#42901 duplicated .pfb without duplicated .afm drops font
...
If we have a duplicate font entry the duplicate is dropped, but
if the first font was invalid, e.g. .pfb without .afm this results
in dropping *both* fonts, the valid and invalid one
2012-02-20 12:20:59 +00:00
Caolán McNamara
1be196c7fb
WaE: unused variables
2012-02-20 12:20:59 +00:00
Caolán McNamara
39d6e42ca4
WaE: ununsed variables
2012-02-20 12:20:59 +00:00
Caolán McNamara
efbbf9b63c
WaE: msvc:C4099
2012-02-20 12:20:59 +00:00
Caolán McNamara
ba1eaf504a
WaE: add virtual dtor
2012-02-20 12:20:59 +00:00
Elton Chung
dbff99a60e
Remove unused code
2012-02-20 12:08:10 +00:00
Santiago Martinez
9846e25d94
Remove unused code in XMLTextListAutoStylePool.
2012-02-20 11:56:00 +00:00
Petr Vorel
aafcf8c84c
Remove unused code
2012-02-20 11:49:35 +00:00
Tor Lillqvist
5febee41a7
Improve (?) explanation
2012-02-20 13:38:46 +02:00
Tim Retout
8b65b2a384
Replace installer::parameter::make_absolute_path.
2012-02-20 11:30:41 +00:00
Tim Retout
621896fb55
Avoid using installer::parameter in installer::ziplist
2012-02-20 11:30:39 +00:00
Tim Retout
f0be445556
Remove unused pre2par::parameter::make_path_absolute
2012-02-20 11:30:39 +00:00
Matúš Kukan
a2ba4dcbd2
It's safer to run one job at a time in instsetoo_native on Windows
2012-02-20 12:21:52 +01:00
Stephan Bergmann
5e0c6ab625
Make ridljar JunitTests work
2012-02-20 12:10:39 +01:00