Commit graph

16378 commits

Author SHA1 Message Date
Jan Holesovsky
126308f0e0 Don't beep on non-hex input, just ignore it.
Beeping is too annoying ;-)
2011-05-06 17:52:18 +02:00
Jan Holesovsky
893211c725 Add Emacs and Vim modelines. 2011-05-06 17:52:18 +02:00
Christian Lippka
6522f7374f New color picker dialog for all applications.
Replaces the old color picker with a new one.
Demo: http://www.youtube.com/watch?v=rPu6EmIxkIM
2011-05-06 17:52:11 +02:00
Tor Lillqvist
3a93807bdc Improve GroupWise warning in address book data source wizard, bnc#573994
Commit an old patch from i#110071, to prevent it being lost presumably
forever in an old tiny CWS of mine.
2011-05-05 15:50:12 +03:00
Julien Nabet
2be3b8bd88 Change <file>.toURL() to <file>.toURI().toURL() 2011-05-03 22:55:31 +02:00
Tor Lillqvist
c770841621 Kill BrOffice NSIS artwork 2011-05-03 01:23:41 +03:00
Julien Nabet
0d94d6c803 Remove 2 simple warnings 2011-05-02 22:03:03 +02:00
Julien Nabet
0a4ebd898a Declare and use the boolean variable for the return 2011-05-01 19:12:26 +02:00
Joseph Powers
c90e0ea708 Ignore .gitattributes 2011-04-30 07:18:21 -07:00
Francois Tigeot
fe89019399 Remove OS/2 support 2011-04-30 08:41:29 +02:00
Joseph Powers
601047eb24 Remove some more unused code. 2011-04-29 06:03:47 -07:00
Andreas Becker
9ad4eeb4fa fixed cppcheck warnings 2011-04-28 13:45:46 +02:00
Andras Timar
8a9f54bc12 remove double space from en-US messages 2011-04-27 17:09:16 +02:00
Takeshi Abe
1a604abc5a removed dead code and useless macros 2011-04-27 09:52:06 +09:00
Tor Lillqvist
6b8e02c741 Kill Sun-specific stclient_wrapper 2011-04-26 18:33:13 +03:00
Kayo Hamid
774ab34f39 inefficient emptiness check 2011-04-26 15:25:15 +01:00
Tor Lillqvist
1ec8d2c26f Kill BrOffice, fdo#36262 2011-04-26 13:31:51 +03:00
Francois Tigeot
15e7b52ae7 Remove PM2 macro usage 2011-04-25 07:39:36 +02:00
Júlio Hoffimann
737ef925cc left arrow comments removed // <-- 2011-04-22 14:35:13 +02:00
Julien Nabet
025d87cfc1 SAL_CALL was not present for component_getFactory 2011-04-21 00:37:36 +02:00
Julien Nabet
ddaf673ddf Easyhack: Add visibility markup to all component_get* functions (part2) 2011-04-20 14:10:36 +02:00
Julien Nabet
85fe9bef8c Easyhack: Add visibility markup to all component_get* functions 2011-04-20 10:57:10 +02:00
Christina Rossmanith
b9697ca225 remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (components) 2011-04-19 21:04:35 +02:00
Dimitri Duc
5fe73818c6 Change global header file to local 2011-04-19 17:25:56 +02:00
Kayo Hamid
c3ee5356b7 prefer prefix ++/-- operators 2011-04-19 10:42:46 +01:00
Tor Lillqvist
7825929a90 Export the two UNO component functions
Fixes zip archive handling which was spectacularly broken in 3.4 beta1
on Windows.
2011-04-19 12:07:19 +03:00
Júlio Hoffimann
8d3f539724 all bogus comments removed keeping the indentation 2011-04-18 16:45:14 +02:00
Jan Holesovsky
bacd723b72 Fix build - the same symbol defined on 2 places. 2011-04-18 16:42:08 +02:00
Julien Nabet
a47471ed5c Remove useless import which caused an error 2011-04-18 16:32:00 +02:00
Caolán McNamara
6708ed6ab2 rename this to keep gbuild happy 2011-04-18 14:49:19 +01:00
Andras Timar
d1591756b0 do not ship Letter Wizard templates twice fdo#35722 2011-04-16 21:59:49 +02:00
David Tardon
427e14f6d5 remove unused files 2011-04-16 14:34:48 +02:00
David Tardon
e56b27252d gbuildize cui 2011-04-16 14:31:36 +02:00
Caolán McNamara
c1b2e0e80c catch by const reference 2011-04-13 10:56:30 +01:00
Caolán McNamara
c2ed6fa875 catch by const reference 2011-04-13 10:37:02 +01:00
Caolán McNamara
11f649ac2f get rid of legacy libXaw usage 2011-04-12 13:14:27 +01:00
Francois Tigeot
d72d5e631a Remove the C52 define.
It corresponds to a version of a Solaris-specific compiler
used in the 2000-2001 timeframe.
2011-04-08 13:19:30 +02:00
Petr Mladek
524a90293f Merge remote-tracking branch 'origin/libreoffice-3-4'
Conflicts:
	cui/source/options/optchart.cxx
2011-04-06 19:31:35 +02:00
Petr Mladek
41c2684da6 Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 2011-04-05 17:34:42 +02:00
Caolán McNamara
025001a71a Resolves: #i117700# unused nFirstBorderText 2011-04-05 16:12:53 +01:00
Tor Lillqvist
d415d68aae bnc#530872: Save old associations for MS doc types when installing
Then restore them, if still relevant, when uninstalling LibreOffice.

git log from build repository:
commit 1737ec9b6675cc7e30df03fa5537012a429425bb
Author: Tor Lillqvist <tlillqvist@novell.com>
Date:   Thu Oct 14 15:28:55 2010 +0300

    Make win32-restore-associations.diff apply again

commit 72a25ab4a055cd1d3cf5aec627cfe120113bfb34
Author: Tor Lillqvist <tlillqvist@novell.com>
Date:   Thu May 20 10:34:24 2010 +0300

    Make patches apply for a Windows build

commit d635f716a75d8c1648eab0c1d598b390be8c4f07
Author: Tor Lillqvist <tlillqvist@novell.com>
Date:   Thu Sep 17 22:16:40 2009 +0300

    Add new patch to restore MSO file associations on uninstall

    * patches/dev300/apply: Add it to Win32Only

    * patches/dev300/win32-restore-associations.diff: New file. Save
      previous associations of the MS Office file formats on installation
      of OOo. On uninstallation of OOo, restore them. Still a bit
      experimental, but seems to work.
2011-04-05 16:34:13 +03:00
Michael Meeks
7420b551ed restore the build-id setup code, and clean hrc file 2011-04-04 18:14:43 +01:00
Michael Meeks
c93aaf9ac8 Switch to the LibreOffice about dialog instead 2011-04-04 18:02:18 +01:00
Caolán McNamara
47dadac570 fix --enable-dbgutil build 2011-04-04 14:54:15 +01:00
Andras Timar
a2c8d5f208 Change Spanish MSID from 0x040a to 0xc0a
so it can appear in the language list of letter wizard
0xc0a is the preferred code anyway (see #i94435#)
2011-04-04 12:58:57 +02:00
Rob Snelders
174168648f Improvement of adding and removing color charts
(cherry picked from commit b635aad528973bf175aa8a61ad380992448b6f5a)
2011-04-04 12:36:20 +03:00
Rob Snelders
d57dfa29c2 Improvement of adding and removing color charts 2011-04-04 12:07:23 +03:00
David Tardon
a561fc7f65 convert leading tab to spaces 2011-04-03 19:22:56 +02:00
David Tardon
6fc82236e8 fix copy&paste relict 2011-04-03 18:19:01 +02:00
David Tardon
cc39ffae09 oops, still need these 2011-04-03 18:08:06 +02:00