Commit graph

65387 commits

Author SHA1 Message Date
Caolán McNamara
ab5973ab5c cppcheck: can reduce the scope of this variable 2010-12-01 15:33:06 +00:00
Caolán McNamara
cf4e47bb16 fdo#32007# Only register EvolutionLocal when evolution support is enabled 2010-12-01 12:49:39 +00:00
Jan Holesovsky
ac647d5083 help: Avoid some copy-n-paste. 2010-11-30 11:13:07 +01:00
Jan Holesovsky
905b87aa2e wikihelp: Check for the built-in help availability after creating URL.
This is to have the full help URL even for stuff like .uno:Something, when we
use the on-line help instead of the built-in one.
2010-11-30 11:09:27 +01:00
Jan Holesovsky
cff36e368a wikihelp: Small update from the libreoffice-3-3 branch.
Cherry-picked to avoid conflicts later.
2010-11-29 18:17:06 +01:00
Caolán McNamara
972cfec789 survice missing elements 2010-11-29 16:03:43 +00:00
Caolán McNamara
e7ef458a65 remove unused define 2010-11-29 16:03:43 +00:00
Caolán McNamara
9ee6688dc0 remove dead comments 2010-11-29 16:03:43 +00:00
Michael Meeks
489ddfe660 install / deliver CREDITS.odt 2010-11-29 12:41:30 +00:00
Caolán McNamara
8d86780a27 tidy this a bit 2010-11-28 21:34:05 +00:00
Caolán McNamara
692d3a0dfb cppcheck: can reduce the scope of this var 2010-11-28 17:00:00 +00:00
Caolán McNamara
5af0529e8a cppcheck: unused variables 2010-11-28 12:11:05 +00:00
Joseph Powers
08b2776570 cppcheck: prefix instead of postfix
One variable was assigned a value that was never used; removed the
variable. I didn't check to see if the function call was required so
I just left them.
2010-11-27 21:11:26 -08:00
Joseph Powers
b7ac8b0fb0 cppcheck: Variable scope reduction 2010-11-27 20:32:08 -08:00
Caolán McNamara
09a3d3502d cppcheck: use prefix variants 2010-11-27 21:06:05 +00:00
Andreas Mantke
8c98fa97ec translation of comments to English 2010-11-27 18:44:19 +01:00
Caolán McNamara
24730279f1 cppcheck: use prefix form 2010-11-27 12:47:33 +00:00
Caolán McNamara
6342e35643 cppcheck: use prefix form 2010-11-27 12:47:32 +00:00
Caolán McNamara
912d2f97fc cppcheck: use prefix form 2010-11-27 12:47:32 +00:00
Caolán McNamara
c5136b995b cppcheck: use prefix form 2010-11-27 12:47:32 +00:00
Jan Holesovsky
bed6b8cd6c wikihelp: Forward the request for help to help.libreoffice.org.
Based on Muthu's patch.  If the help is not installed, this will forward the
request to help.libreoffice.org; unfortunately the service is not running
there yet, but better to have the code in already ;-)
2010-11-27 00:55:49 +01:00
Caolán McNamara
ad198df353 cppcheck: use prefix variant 2010-11-26 21:47:45 +00:00
Caolán McNamara
f666ec38ff cppcheck: use prefix variant 2010-11-26 21:47:45 +00:00
Caolán McNamara
88d4f48202 cppcheck: use prefix variant 2010-11-26 21:47:45 +00:00
Caolán McNamara
f0316f43ea cppcheck: use prefix variant 2010-11-26 21:47:45 +00:00
Caolán McNamara
07f835791c sfx2 macropg.hxx unused anywhere 2010-11-26 21:47:44 +00:00
Caolán McNamara
69ddf18bbd RegisterBasicConstants doesn't do anything, remove it 2010-11-26 21:47:44 +00:00
Caolán McNamara
4dd7702047 these streaming operators are unused by anything 2010-11-26 21:47:44 +00:00
Caolán McNamara
6eab9cb084 ~SfxMacroInfo::Store declared, but never defined 2010-11-26 21:47:44 +00:00
Rene Engelhard
299359d0b8 Merge branch 'libreoffice-3-3' 2010-11-26 17:50:29 +01:00
Rene Engelhard
2dda128c40 Merge commit 'ooo/OOO330_m17' into libreoffice-3-3 2010-11-26 17:41:54 +01:00
Michael Meeks
32fc42d7bb disable multiple migrations via MIGRATED stamp file
If we fail to auto-migrate, this can cause lots of pain - since people
are unaware of where the migration occurs from. Thus - before we start
migrating, we create a 'MIGRATED' stamp file in the source of that, and
if this is present next migration, we simply don't migrate - fixed for
Mechtilde.
2010-11-26 15:33:09 +00:00
Michael Meeks
7a5769ad1e fix crash in exiting via disabling lone quick-starter, terminate at idle 2010-11-26 15:33:00 +00:00
Cédric Bosdonnat
4268d52db2 When saving a docx file to doc, the used filter is docx. 2010-11-26 15:45:40 +01:00
Petr Mladek
6c3199bfcb xmlhelp-work-with-symlinks.diff: migrated to git
i#81138
display help correctly even when the files are symlinks
2010-11-26 15:09:17 +01:00
Caolán McNamara
726f043f33 WaE, remove unused parameter 2010-11-26 11:43:49 +00:00
Julien Nabet
3e77270b92 cppcheck, Memory leak 2010-11-26 06:32:21 +01:00
Thorsten Behrens
dd7892c80c Put show credits entry into all app ui configs
* fix cmd url typo in GenericCommands.xcu
* build & deliver credits.odt
* avoid duplicate slot id for ShowCredits menu item
2010-11-25 23:13:42 +01:00
Caolán McNamara
e00482a2db Resolves: fdo#31494# get ownership right
Ensure that the mutex lives as long as all its consumers. And
avoid launching threads if they have no work to do.
(cherry picked from commit e34373935bff7f1ed8e8bfd06b54383917b1177a)
2010-11-25 20:42:25 +00:00
Caolán McNamara
83ab35b735 Resolves: fdo#31494# get ownership right
Ensure that the mutex lives as long as all its consumers. And
avoid launching threads if they have no work to do.
2010-11-25 20:36:03 +00:00
Jan Holesovsky
c5ca3f408f Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-core 2010-11-25 20:59:45 +01:00
Michael Meeks
995a87e5cf disable multiple migrations via MIGRATED stamp file
If we fail to auto-migrate, this can cause lots of pain - since people
are unaware of where the migration occurs from. Thus - before we start
migrating, we create a 'MIGRATED' stamp file in the source of that, and
if this is present next migration, we simply don't migrate - fixed for
Mechtilde.
2010-11-25 16:30:04 +00:00
Michael Meeks
0219642858 fix crash in exiting via disabling lone quick-starter, terminate at idle 2010-11-25 16:26:38 +00:00
Caolán McNamara
84c7ee1cdb Resolves: rhbz#610103 exit quickstarter if physically deleted 2010-11-25 16:01:06 +00:00
Caolán McNamara
d353abf5aa cppcheck: methods can be const 2010-11-25 16:01:06 +00:00
Caolán McNamara
5172e9eab4 cppcheck: methods can be const 2010-11-25 16:01:06 +00:00
Caolán McNamara
02a39a76f4 cppcheck: methods can be const 2010-11-25 16:01:06 +00:00
Caolán McNamara
5bf9474f5a cppcheck: methods can be const 2010-11-25 16:01:06 +00:00
Caolán McNamara
a5ddafeb12 cppcheck: methods can be const 2010-11-25 16:01:05 +00:00
Caolán McNamara
968f56bffd remove empty method 2010-11-25 16:01:05 +00:00