Commit graph

16425 commits

Author SHA1 Message Date
Petr Mladek
b34c55cdbe Branch libreoffice-3-4
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases

    + only bug fixes are allowed
    + no approval needed during beta phase (two weeks after branch)
    + 1 approval needed during rc phase and for bugfix releases
    + 2 approvals with different/no affiliation needed for late features
    + regularly merged into master by a selected person when living

Please watch http://wiki.documentfoundation.org/ReleasePlan
and read announces on libreoffice@lists.freedesktop.org

If you want to build something cool, unstable, and risky, use master.
2011-04-01 15:13:14 +02:00
Caolán McNamara
b44c411b9f sync this with STR_ARR_SVT_LANGUAGE_TABLE to get letter wizard working 2011-04-01 10:04:47 +01:00
David Tardon
3d07d32ed4 convert DBG_ assertions to OSL_ 2011-04-01 06:24:45 +02:00
Caolán McNamara
e76e239b23 we only need the java lib path to link bean 2011-03-31 12:50:26 +01:00
Petr Mladek
9f328f09f9 sdk-gid-module-name.diff: rename module name to gid_Module_Root_SDK (i#64802)
so the generated list of files does not conflict with the main package
2011-03-30 18:14:09 +02:00
Fridrich Štrba
6071f7a084 Deliver the right thing so that Windows builds again 2011-03-30 15:02:48 +02:00
Francisco Saito
551dde322c drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:36 +01:00
Francisco Saito
91fdc7d632 drop bogus executable flag from image files 2011-03-29 21:44:51 +01:00
Francisco Saito
9254236366 drop bogus executable flag from odf files 2011-03-29 21:43:57 +01:00
Francisco Saito
e13262cb4c drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:39:48 +01:00
Fridrich Štrba
5f962e4465 Fix Windows build of extensions 2011-03-29 21:59:45 +02:00
Jan Holesovsky
0e56df30f1 Namespace ZipUtils for the Inflater / Deflater classes. 2011-03-29 14:46:38 +02:00
Peter Jentsch
dfb4b89726 make Inflater and Deflater classes available for other packages to use
Currently, those are used within an extension function used by the
Word 2003 ML XSLT filters
2011-03-29 14:46:38 +02:00
David Tardon
de3adb65d0 WaE: parentheses around '&&' within '||' 2011-03-29 13:28:59 +02:00
Caolán McNamara
01479ba67a add pre/postwin.h to fix windows build 2011-03-28 16:35:51 +01:00
Fridrich Štrba
7aa5fbbfa7 remove dupplicate includes 2011-03-28 17:05:03 +02:00
Caolán McNamara
26b1bc0499 add in pre/post win in order to build 2011-03-28 14:13:10 +01:00
Caolán McNamara
35f72e573d fix a windows build error 2011-03-28 14:13:10 +01:00
Fridrich Štrba
c32255defa Fix windows build of automation 2011-03-28 14:47:16 +02:00
Fridrich Štrba
c24ccfb6a0 Putting back prewin/postwin in accessibility 2011-03-28 14:35:40 +02:00
Cédric Bosdonnat
bd1d25fe54 Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windows 2011-03-28 11:19:10 +02:00
Bjoern Michaelsen
8d377d3838 migrate forms subsequenttests to gbuild 2011-03-28 01:15:13 +02:00
Bjoern Michaelsen
ede70780fc fd#35728: various forms.OGridControlModel unoapitests fail
* forms.OGridControlModel::com::sun::form::component::GridControl
* forms.OGridControlModel::com::sun:🫘:XMultiPropertySet
* forms.OGridControlModel::com::sun:🫘:XPropertySet
* forms.OGridControlModel::com::sun:🫘:XFastPropertySet
2011-03-28 01:14:42 +02:00
Bjoern Michaelsen
b0b0d11a8a fd#35693: disable hangin subsequenttests (complex and unoapi tests)
- chart2/qa/unoapi
 - configmgr/qa/unoapi
 - dbaccess/qa/unoapi
 - forms/qa/complex/forms
 - linguistic/qa/unoapi
 - qadevOOo/qa/unoapi
 - sd/qa/unoapi
 - starmath/qa/unoapi
 - ucb/qa/complex/ucb
 - ucb/qa/unoapi
 - unotools/qa/complex/tempfile
2011-03-26 17:07:02 +01:00
Fridrich Štrba
50bc16bd35 Adapt the tree to tools/svwin.h removal 2011-03-26 00:10:06 +01:00
Fridrich Štrba
dbfe237fe2 Wholesale prewin.h/postwin.h removal 2011-03-25 18:47:11 +01:00
Luboš Luňák
73813f23fd more sensible SdrObject::Clone() and SdrObject::operator=()
Virtual operator=() is IMO pointless, and especially in a class hierarchy
like SdrObject it's pretty unlikely one could reasonably assign any
SdrObject-based object to any other one. Moreover, it was actually
only used in Clone(), which was almost never reimplemented, so the
more sensible choice is to have non-virtual operator= and virtual
Clone() always being reimplemented and using that.

This commit also fixes various smaller or bigger, er, interesting
details in the various operator= implementations.
2011-03-25 17:32:17 +01:00
Andras Timar
5a07c01977 add language code 'be' 2011-03-25 13:18:57 +01:00
Petr Mladek
adad15cff9 set build depencencies against the new "translations" module 2011-03-25 12:14:34 +01:00
Rob Snelders
900d3eb3b8 Added the Adding and removing of color charts 2011-03-25 06:17:49 +00:00
Jan Holesovsky
e821621885 Merge commit 'ooo/DEV300_m103'
Conflicts:
	package/source/zippackage/ZipPackageFolder.cxx
2011-03-23 16:58:53 +01:00
Cédric Bosdonnat
227745b536 Missing conversion from Twip to pt 2011-03-19 17:56:36 +01:00
Cédric Bosdonnat
91c5a262cd One LineListBox to rule them all: started improving column sep line 2011-03-19 17:56:36 +01:00
Cédric Bosdonnat
0c7e52c99f Fixed units mess in SvxBorderLine and BorderLineImpl 2011-03-19 17:56:36 +01:00
Cédric Bosdonnat
a99d576909 Fix border selection page to use new width system 2011-03-19 17:56:36 +01:00
Cédric Bosdonnat
c222db706d Borders: SvxBorderLine widths definition changes 2011-03-19 17:56:36 +01:00
Cédric Bosdonnat
a4c58233e4 Nicely draw borders using drawinglayer 2011-03-19 17:56:36 +01:00
Thomas Arnhold
352f1a58e2 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:06:18 +01:00
Tor Lillqvist
00d5ba291e No WIN_ULONG needed any more 2011-03-18 17:35:06 +01:00
Jan Holesovsky
6a75a47be7 Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	automation/source/communi/communi.cxx
	automation/source/server/recorder.cxx
	automation/source/server/server.cxx
	basctl/source/basicide/basobj2.cxx
2011-03-18 15:35:18 +01:00
obo
7f9327e90e CWS-TOOLING: integrate CWS l10n36 2011-03-16 09:37:48 +01:00
obo
6cf6b5c564 CWS-TOOLING: integrate CWS debuglevels 2011-03-16 08:29:30 +01:00
Thomas Arnhold
7fb1e1ea8c Remove empty comment fields 2011-03-14 21:30:13 +01:00
Thomas Arnhold
ac12122c7a Remove unused macro GETSET 2011-03-14 21:01:16 +01:00
Thomas Arnhold
ffae50f019 Use format string on printf() 2011-03-14 21:01:16 +01:00
Pantelis Koukousoulas
3f3b9cecfb Support for greek numerals
References:
  http://www.spinellis.gr/blog/20090625/ (Greek Numerals in OpenOffice.org)

  http://user.services.openoffice.org/en/forum/viewtopic.php?f=7&t=7269
  ([Issue+Workaround] Custom Numbering in Bullets and Numbering)

  http://www.opengr.net/forum/viewtopic.php?f=13&t=51

And the references transitively mentioned in the above.

This functionality was implemented during Greek Coding Camp 2009.

NOTE: the present implementation uses the (modern) two-letter version of '6'
(sigma taf) instead of the ancient greek / katharevousa version that uses
the 'stigma' character.

OTOH, we do use the katharevousa 'qoppa' and 'sampi' because there is no
standard modern version that replaces them. If you have that many bullets
so that these symbols are needed, then you had it comin' anyway :p

Author: Pantelis Koukousoulas <pktoss@gmail.com>
License: LGPLv3 / MPL

Signed-off-by: Pantelis Koukousoulas <pktoss@gmail.com>
2011-03-14 20:30:58 +01:00
Frank Schoenheit [fs]
4a56fc0705 debuglevels: pulled and merged DEV300.m102 2011-03-14 09:47:56 +01:00
Norbert Thiebaud
eee3dbc7af use boost::unordered_map instead of hash_map 2011-03-13 05:35:57 -05:00
Norbert Thiebaud
2d67395639 mis-merge: mostly remove remaining tools types 2011-03-12 23:58:22 -06:00
Norbert Thiebaud
9ddf055228 fix mis-merge 2011-03-12 19:01:27 -06:00