Commit graph

633 commits

Author SHA1 Message Date
Takeshi Abe
5451e9c702 catch exception by constant reference 2011-12-26 03:38:50 +09:00
Matúš Kukan
b769901d5a unusedcode: remove various unused classes 2011-12-22 15:33:50 +01:00
Caolán McNamara
c1c3ef64bc callcatcher: remove some unused code 2011-12-21 09:30:20 +00:00
Michael Meeks
29b6eda7e5 remove un-used code, and make a start at rampant vspace wasting 2011-12-20 15:51:21 +00:00
Andras Timar
8f480ee628 fix racecondition in sdext/source/minimizer/makefile.mk 2011-12-19 15:45:37 +01:00
Bjoern Michaelsen
f2a1882be4 fix racecondition in sdext/source/pdfimport/makefile.mk 2011-12-19 10:45:09 +01:00
Michael Stahl
6fd2d81517 fdo#43707: tweak workarounds for fdo#42865:
Apparently on Windows the SAL_DLLPUBLIC_EXPORT does not work for unknown
reasons, so use the old mapfiles on that platform.

Should fix regressions from 1fb5eb21, 48dbaa51, a9da5a0b.
2011-12-15 17:28:35 +01:00
Tor Lillqvist
5f03eb4bc6 The common_build stuff is surely obsolete 2011-12-11 02:58:01 +02:00
Andras Timar
567e4ba273 we don't pack runtime with internal extensions 2011-12-09 09:23:45 +01:00
Michael Meeks
f1db9ee6c3 Fix misc. bugs in presenter view switch screen feature: make it work. 2011-12-08 19:45:40 +00:00
Stefan Knorr (astron)
1671c16d60 much improved presenter console monitor switch artwork 2011-12-07 11:19:12 +00:00
Michael Meeks
5ccc0361bf WaE: fix Mac build wrt. fprintf 2011-12-05 22:30:49 +00:00
Michael Meeks
fb7f82382b presenter console: clean and simplify over-abstract code 2011-12-05 20:53:23 +00:00
Michael Meeks
857b4f5357 presenter console: add 'Switch monitors' button to help get setup
For years, we've been carefully detecting the laptop display, and choosing
it as the default display to project to - thus many of our users have
configured around this. Provide a way for them to undo the folly, and any
subsequent mis-detections easily.

Initial Artwork is clearly in need of some bug-fixing.

Cleanup hyper-pre-optimised madness in ProtocolHandler.cxx too, called
a few dozen times - and has nested switch statements on characters.
2011-12-05 20:53:23 +00:00
Markus Mohrhard
cf58b6f81d fix typo 2011-12-01 12:29:10 +01:00
August Sodora
443a7229f9 Remove uses of charAt 2011-12-01 11:10:28 +01:00
August Sodora
13673b71bc Remove uses of OUString::setCharAt 2011-11-28 14:56:40 +01:00
Norbert Thiebaud
dd896dd28e remove include of pch header from sdext 2011-11-27 13:21:13 -06:00
August Sodora
93253ee6ab Remove some uses of OUString::setCharAt 2011-11-26 00:49:26 -05:00
Thorsten Behrens
b0e1f78408 First cut at making pdfimport unit tests work again. 2011-11-25 16:44:27 +01:00
Andras Timar
eb339bf18c remove (empty) help of Presentation Minimizer fdo#39306 2011-11-22 19:15:51 +01:00
Caolán McNamara
5317e0501f WaE: unused variable, and catch by const 2011-11-22 12:46:43 +00:00
Tor Lillqvist
469c9ac2f9 Enforce a "lib" prefix for UNO components for Android
This commit for the old build system. (Don't bother for components not
relevant for Android.)

The Android package installer (as invoked through "adb install", from
"ant debug install") silently ignores native libraries in app packages
(.apk files) whose names don't start with "lib" and end with ".so".

The package builder (as invoked through "ant debug") in the SDK gladly
includes also thusly named native libraries in the .apk, though. Yay
for consistency.
2011-11-17 15:22:59 +02:00
Michael Stahl
1fb5eb2162 fdo#42865: sdext: no mapfile
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in PresenterScreen.uno.so and pdfimport.uno.so,
build them with hidden visibility.
2011-11-15 20:52:02 +01:00
Stephan Bergmann
b11bd0323e Removed comphelper -> unotools processfactory.hxx duplication. 2011-11-14 11:50:26 +01:00
Andras Timar
3c3f1e3959 enable localization of extension descriptions in sdext 2011-10-31 15:25:19 +01:00
Andras Timar
a18bfb0830 Revert "enable localization of extension descriptions in sdext"
This reverts commit 1846533707.
2011-10-30 22:56:43 +01:00
Andras Timar
1846533707 enable localization of extension descriptions in sdext 2011-10-30 21:47:13 +01:00
Felix Zhang
a38cbc58bb remove unused methods from sdext:presenter 2011-10-25 11:12:54 +02:00
Andras Timar
bce48fb94b Revert "localize description.xml of presenter-screen extension"
This reverts commit 89f7e17692.
2011-10-20 15:07:50 +02:00
Andras Timar
89f7e17692 localize description.xml of presenter-screen extension 2011-10-20 11:10:53 +02:00
Stephan Bergmann
bf1f0183d5 Some fixes for "clang version 3.1 (trunk 142234)" (with --enable-werror, on Linux x86_64). 2011-10-18 23:10:56 +02:00
Julien Nabet
9895d3169f Some callcatcher cleaning 2011-10-16 01:06:33 +02:00
Andras Timar
dbf650a31d eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variable 2011-10-05 22:11:46 +02:00
Caolán McNamara
d7829740dd keep it simple, original won't compile except on msvc anyway 2011-10-04 15:53:58 +01:00
Tor Lillqvist
1e085b43c1 WaE: class has virtual functions, but destructor is not virtual 2011-10-04 17:12:05 +03:00
Tor Lillqvist
028c275a07 WaE: unreachable code 2011-10-04 17:12:03 +03:00
Andras Timar
691053ba8a eliminate @PRESENTEREXTENSIONPRODUCTNAME@ variable 2011-10-03 15:56:30 +02:00
Andras Timar
0daa1c539c fix smoketest-breaking typo again 2011-10-03 13:14:56 +02:00
Andras Timar
394ff69cc8 enable l10n of PDF Import display name and description 2011-10-03 13:13:13 +02:00
Caolán McNamara
c71bb2601a fix smoketest-breaking typo 2011-10-02 23:19:52 +01:00
Andras Timar
ca2235e871 upgrade to the newer extension description scheme 2011-09-30 23:49:38 +02: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
Luboš Luňák
8861df3946 build without glib poppler bindings
- there's not configure check for it, only for poppler itself
- and it's not actually used anyway
2011-09-21 17:15:11 +02:00
Andras Timar
92b54aa8b3 set lang to en-US in order l10ntools can extract strings 2011-09-21 16:08:31 +02: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
Tomas Chvatal
c002271610 Fix install for presenter extension. 2011-09-17 05:44:43 +02:00
Fridrich Štrba
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4f.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
Andras Timar
89bead3e45 change publisher from Oracle to TDF fdo#40638 2011-09-13 10:48:22 +02:00