Commit graph

16547 commits

Author SHA1 Message Date
Christina Rossmanith
6a9ac34b46 __cdecl -> SAL_CALL 2011-06-03 17:45:43 +02:00
Tor Lillqvist
d32db65e8f Drop %_EXT% which was always empty 2011-06-03 13:25:56 +03:00
Caolán McNamara
953524f87e use standard template here 2011-06-02 00:08:44 +01:00
Caolán McNamara
830152279e WaE: single value used to multiplex two different things 2011-06-01 16:49:19 +01:00
Caolán McNamara
b26292e3cc those times were sal_Int32s 2011-06-01 16:36:12 +01:00
Caolán McNamara
b21fcd54a3 tweak this a bit 2011-06-01 15:17:25 +01:00
Jean-Baptiste Faure
128feab384 fix for bug fdo 36519
Use human readable format name instead of internal filter names in Load/save options UI
2011-06-01 15:21:25 +02:00
Jan Holesovsky
36472f4f40 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components 2011-05-31 10:46:29 +02:00
Tor Lillqvist
f4def585fa Add removed variable which now is used back 2011-05-30 15:46:32 +03:00
Tor Lillqvist
e25ca371cd Use boost::unordered_map instead of the non-std hash_map so that it compiles without stlport 2011-05-30 15:45:57 +03:00
Jan Holesovsky
94a0ea6b9e Merge commit 'libreoffice-3.4.0.2' 2011-05-30 13:12:13 +02:00
Julien Nabet
f8205aeecb WaE: pButton became un-used due to 7eba32f0eacd71fbf2561c9f58f52b89cdd0e86f 2011-05-29 15:14:45 +02:00
Jan Holesovsky
e09eaef5a6 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/components 2011-05-27 20:49:27 +02:00
Jan Holesovsky
88c1a56d11 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	extensions/source/svg/svgaction.cxx
	extensions/source/svg/svguno.cxx
	package/source/xstor/owriteablestream.cxx
	package/source/xstor/xstorage.cxx
	package/source/zippackage/ZipPackageStream.cxx
	setup_native/source/win32/customactions/shellextensions/registerextensions.cxx
	wizards/com/sun/star/wizards/letter/LetterWizardDialogImpl.java
2011-05-27 20:39:30 +02:00
Luke Petrolekas
6932b40aa4 Delete commented out code. 2011-05-27 10:45:26 +01:00
Luke Petrolekas
58120f8e30 Simply the code. 2011-05-27 10:42:30 +01:00
Luke Petrolekas
2416f13b34 Remove commented out code. 2011-05-27 10:39:32 +01:00
Luke Petrolekas
843d7e1e44 Removes commented out code. 2011-05-26 17:06:04 +01:00
Luke Petrolekas
57e7b1a3cb Removes commented out code. 2011-05-26 17:05:02 +01:00
Petr Mladek
90a2bfb517 Version 3.4.0.2, tag libreoffice-3.4.0.2 (3.4.0-rc2) 2011-05-24 19:29:11 +02:00
Thorsten Behrens
1ed57b51d3 3rd update to Mac dmg background.
This time, wrong path - now hopefully working everywhere.

Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-24 12:08:39 +02:00
Thorsten Behrens
fa1795c1d1 Polish branding - fix langpack mac installer icon
Fix for fdo#33229 - the lang pack installer icon on mac was still
showing seagulls.

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
(cherry picked from commit 44c6333a2b6923add66d70be6329a6ad4f3aa66d)

Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Christian Lohmaier <lohmaier@googlemail.com>
2011-05-24 12:05:46 +02:00
Caolán McNamara
b4387143ce PARAM_USHORT_->PARAM_UINT16_ && PARAM_ULONG_->PARAM_UINT32_ 2011-05-24 10:39:32 +01:00
Caolán McNamara
b2df7eb80d BinUSHORT->BinUINT16 && BinULONG->BinUINT32 2011-05-24 10:31:42 +01:00
Caolán McNamara
b87fed20f6 replace comm_ULONG with comm_UINT32 2011-05-24 10:10:13 +01:00
Caolán McNamara
1c2d84e8e1 replace comm_USHORT with comm_UINT16 2011-05-24 10:05:12 +01:00
Caolán McNamara
e49865e702 git rid of comm_WORD and comm_DWORD 2011-05-24 09:39:52 +01:00
Bjoern Michaelsen
779b389116 fdo#35728: fix GridControl crash
* various forms.OGridControlModel tests segfaulted
 * root cause is the migration to stl containers in DbGridControl
 * the old tools container returned the removed pointer or NULL causing no failure
 * a signed int was used as index while the functions returned a unsigned int
 * the GRID_COLUMN_NOT_FOUND magic value was out of the signed range
2011-05-23 11:28:37 +02:00
Rafael Dominguez
b9d82d2687 Replace List for std::vector<String>. 2011-05-22 21:21:33 -07:00
Rafael Dominguez
fb23c2dfd1 Replace List for std::vector<String>. 2011-05-22 21:21:26 -07:00
Tor Lillqvist
ea9d29c0bc Drop OS2 2011-05-21 15:49:48 +03:00
Caolán McNamara
a5c5c71ba6 adjust for return by ref instead of pointer 2011-05-20 09:47:55 +01:00
Caolán McNamara
483887183b adapt for singleton api change 2011-05-20 09:47:55 +01:00
Caolán McNamara
cde15afdde free hyphenators in dtor 2011-05-20 09:47:55 +01:00
Caolán McNamara
ab826b1417 remove redundant checks 2011-05-20 09:47:54 +01:00
Caolán McNamara
983d1145fc guard final release better post possible clear 2011-05-20 09:47:54 +01:00
Caolán McNamara
ff96f70fde adjust for modified singleton 2011-05-20 09:47:54 +01:00
Caolán McNamara
851dd68ec3 adjust for modified singleton 2011-05-20 09:47:54 +01:00
Caolán McNamara
71a8261afd valgrind: leak. Break circular dependency 2011-05-20 09:47:54 +01:00
Joseph Powers
639f9c682b Convert SvCommandList from an OwnList to a vector<> 2011-05-18 19:10:25 -07:00
Tor Lillqvist
6824a61f47 Add the wntgcc directories 2011-05-19 00:39:01 +03:00
Tor Lillqvist
a5a918b3ef Add the unxios and unxand directories 2011-05-19 00:34:01 +03:00
Petr Mladek
b648498ba0 Branch libreoffice-3-4-0
This is 'libreoffice-3-4-0' - the stable branch for the 3.4.0 release.
Only very safe changes, reviewed by three people are allowed.

If you want to commit more complicated fix for the next 3.4.x release,
please use the 'libreoffice-3-4' branch.

If you want to build something cool, unstable, and risky, use master.
2011-05-17 20:49:44 +02:00
Petr Mladek
010a4baa37 Version 3.4.0.1, tag libreoffice-3.4.0.1 (3.4.0-rc1) 2011-05-17 19:55:29 +02:00
Thorsten Behrens
510f238574 Removed en-US duplicate dicts in langpacks.
This reverts commit 995e00694bb38e00f3b2b8decd44c88d56863484, and
f6b3c7c837eec9f79e76c8e8587d9f635ff82203, to fix fdo#36907. It also permits
some user control over which dicts should be there.

Fix for fdo#34910. Also aligns dictionary names with
bootstrap's 838aba9d2f29464ffbecbdd12fa9e39ec7ce6dd6 commit - which
in turn fixes fdo#36926.

Signed-off-by: Andras Timar <timar74@gmail.com>
2011-05-17 15:14:29 +02:00
Thorstem Behrens
b9a3e38b03 Complete revert for native334 #163388#.
The previous revert did not cater for the changed volume name -
the nice libreoffice background image was missing.

Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2011-05-17 14:31:49 +02:00
Joseph Powers
e98e91b35c Change SvStorageInfoList from an OwnList to vector<>
Simple changes.
2011-05-16 18:33:52 -07:00
Christian Lohmaier
348566943c WaE - add explicit casting (decimal-types → integer types) 2011-05-17 02:00:14 +02:00
Christian Lohmaier
bef7ebf1d8 WaE (picky) - noeol 2011-05-17 01:57:19 +02:00
David Tardon
576646a15c delete after use 2011-05-16 15:38:38 +02:00