David Steele
8e7a3669dd
Combine senddoc null and default cases for better mailer selection.
2012-10-18 14:20:12 +02:00
Michael Meeks
c4008ef546
re-base on ALv2 code. Includes:
...
tkr41: #117828# office crash fixed . (null pointer) + add unit test
Patch contributed by Tobias Krause
http://svn.apache.org/viewvc?view=revision&revision=1172105
Do not add targets for junit tests when junit is disabled.
Patch contributed by Andre Fischer
http://svn.apache.org/viewvc?view=revision&revision=1241508
remove the OutDev::GetKernPair* stubs completely
Patch contributed by Herbert Duerr
http://svn.apache.org/viewvc?view=revision&revision=1179221
reverting un-necessary OS/2 conditionals.
2012-10-03 16:56:06 +01:00
Tor Lillqvist
565acfef76
Use prefix
...
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
2012-10-02 12:07:06 +03:00
Stephan Bergmann
6fb127a62e
Replace use_internal_api with use_udk_api etc. where appropriate
...
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
2012-08-22 15:12:22 +02:00
Thomas Arnhold
2beba8f93e
reduce ascii noise and useless comments
...
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08 13:53:54 +02:00
Thomas Arnhold
49ad17e2b1
remove include comments and boxes
...
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-08-08 13:53:53 +02:00
Arno Teigseth
8cdd150a0a
Fixed multiple attachment passing to thunderbird: file:// part needs 's
...
Change-Id: I365e559610e06c6ffe964121b3c45077bf6ca264
2012-07-23 21:14:01 +01:00
Thomas Arnhold
00240d0497
Remove unused defines
...
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-07-01 18:33:42 +02:00
Thomas Arnhold
8e1bffe7ff
Remove include guards
...
Change-Id: Ib4ba76d0083e5bd75cc589a55318089c004f591f
2012-06-29 15:59:53 +02:00
Peter Tillemans
60845a6d21
enable gnome-mail and xdg-mail
...
Change-Id: Iba47ee76328aeb4734dbeb46322a9516b0ea9f7a
2012-06-26 12:21:10 +01:00
Michael Stahl
1ab899c4c8
.xml files don't need executable bits
...
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22 22:39:31 +02:00
Michael Meeks
b9042fad7c
re-base on ALv2 code.
...
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21 15:00:05 +01:00
Norbert Thiebaud
de0c09bb42
targeted string re-work
...
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
2012-06-02 22:43:34 -05:00
David Tardon
bc406009d1
WaE: declaration of 'index' shadows a global declaration
...
Change-Id: I83a0fb26b4d376a2b9e221179fdc55a6b7900649
2012-05-29 07:34:07 +02:00
David Tardon
d4efa8b0cf
gbuildize shell
...
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29 07:33:44 +02:00
Norbert Thiebaud
07b3d083b4
TDE integration
...
Change-Id: I6f468005c8d8d99d9251a9c4fe4629b98bc4aa5e
2012-05-14 20:09:41 -05:00
Jan Holesovsky
b169bb235e
Argh, another tweak.
...
Change-Id: I69f3aa4151dde15b02cf28dae13415f86cffad10
2012-05-02 08:56:18 +02:00
Jan Holesovsky
35ec153921
Minor comment tweak.
...
Change-Id: Idb9ff7c41ad8a2cbe145224bd80c0864339207ec
2012-05-02 08:52:12 +02:00
Luboš Luňák
87897ea713
and be (not so) ultimately smart in the mailto handler
2012-04-30 16:15:09 +02:00
Luboš Luňák
b78e16f99d
be even smarter in the mailto handler :)
2012-04-30 16:14:35 +02:00
Jan Holesovsky
f0208e344b
Add a comment why we do what we do ;-)
...
Change-Id: I9686ed60c31129fc4bacf63fec2d6314bf513c73
2012-04-30 15:54:26 +02:00
David Steele
77d4873ee6
fdo#32621: Fall back to using the GNOME mailto URI handler if no valid mail program found
2012-04-30 15:50:05 +02:00
Tor Lillqvist
995de2b09e
Reduce chatter
2012-04-24 12:22:14 +03:00
Michael Stahl
9345437f36
.txt files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
8ba365c923
.c files don't need executable bits
2012-03-23 21:58:12 +01:00
Caolán McNamara
1a4276c511
WaE: ignoring lockf return value
2012-03-22 12:26:41 +00:00
Stephan Bergmann
d4b67611c4
Introduced SystemShellExecuteFlags::URIS_ONLY
2012-03-16 15:01:26 +01:00
Elton Chung
23af031b09
Fix typos in comments
2012-02-18 09:35:43 +00:00
Tor Lillqvist
a6ed487d97
Decrease verbiage a little bit
2012-01-27 15:52:23 +02:00
Stephan Bergmann
7c704c78d3
Removed some unused parameters; added SAL_UNUSED_PARAMETER.
...
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC)
is used to annotate legitimately unused parameters, so that static
analysis tools can tell legitimately unused parameters from truly
unnecessary ones. To that end, some patches for external modules
are also added, that are only applied when compiling with GCC and
add necessary __attribute__ ((unused)) in headers.
2012-01-21 15:21:16 +01:00
Olivier Hallot
806dce17d6
Fix for fdo43460 Part XXXIV getLength() to isEmpty()
...
Part XXXIV
Modules
shell, slideshow, sot, starmath
2012-01-11 18:43:07 -02:00
Takeshi Abe
5451e9c702
catch exception by constant reference
2011-12-26 03:38:50 +09:00
Norbert Thiebaud
53223466d6
remove include of pch header from shell
2011-11-27 13:21:45 -06:00
Tor Lillqvist
c7524e9441
Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android
2011-11-26 00:23:45 +02:00
Bjoern Michaelsen
2d8d1548f2
upstream open-url-support-iceanimals.diff from libreoffice/build
2011-11-24 18:34:51 +01:00
Michael Stahl
09eabcfd91
fdo#42865: shell: no mapfile
...
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in librecentfile.so, build it with hidden visibility.
2011-11-15 20:52:01 +01:00
Stephan Bergmann
d03465a446
Undo basis/brand split: removed RPATH BRAND (same as OOO now).
2011-10-24 22:56:48 +02:00
Stephan Bergmann
d550bc3f45
Undo basis/brand split: move some auxiliary executables from basis to brand.
2011-10-06 22:36:31 +02:00
Stephan Bergmann
aa878cddf8
Removed dead code.
2011-10-05 13:50:51 +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
Tor Lillqvist
e012efa0b6
chmod -x
2011-08-22 22:38:36 +03:00
Thomas Arnhold
a60c9b6889
Kill dtwm/cde
2011-07-22 01:25:08 +02:00
Matúš Kukan
a90983bd65
Remove component_getImplementationEnvironment methods
2011-07-12 17:59:13 +02:00
Francois Tigeot
8dee23c705
Hardcode browser list: remove netscape, add chrome
2011-07-05 14:31:35 +02:00
Francois Tigeot
3820b6b0b9
Update the hardcoded list of browsers
2011-07-04 21:58:56 +02:00
Tor Lillqvist
d1e8ef8c46
Don't build this for iOS or Android either
2011-06-12 19:19:46 +03:00
Tor Lillqvist
11c71842f6
Drop OS2
2011-05-21 16:26:08 +03:00
David Tardon
4b7c263fb3
remove dead code
2011-05-18 06:05:44 +02:00
Julien Nabet
561192cfc9
Easyhack: Add visibility markup to all component_get* functions
2011-04-21 00:27:41 +02:00