Commit graph

303566 commits

Author SHA1 Message Date
Michael Stahl
8ba365c923 .c files don't need executable bits 2012-03-23 21:58:12 +01:00
Michael Stahl
e476a7632c .java files don't need executable bits 2012-03-23 21:58:12 +01:00
Caolán McNamara
907ba5e528 match DB_ENV creation flags to DB creation flags 2012-03-23 20:47:57 +00:00
Caolán McNamara
1dbdcee43f cut mozab down to size somewhat 2012-03-23 20:47:56 +00:00
Andras Timar
91f20d6449 remove old product from MSI's CustomAction table 2012-03-23 21:17:57 +01:00
Stephan Bergmann
5cfea7f885 Make default zero-initialization explicit
...to match style used for other data members.
2012-03-23 17:37:33 +01:00
Stephan Bergmann
c65ae8762b Improve error reporting 2012-03-23 17:34:22 +01:00
Andras Timar
9c327e138e old products are unconditionally removed, clean up unused code 2012-03-23 17:05:45 +01:00
Stephan Bergmann
b0c1c3060a Removed unused directories 2012-03-23 16:20:18 +01:00
Stephan Bergmann
8087d5389f Java new cannot return null 2012-03-23 16:20:17 +01:00
Stephan Bergmann
4b6988b432 Improve error reporting 2012-03-23 16:20:17 +01:00
Stephan Bergmann
0b9fda25f3 fdo#46102: Fix Java script examples after gbuild'ification
...they contained no class files anymore, due to missing gb_Jar_set_packageroot
calls.  However, those calls only work for subdirectories, i.e., the example
.java files need to be put into a package (I chose
org.libreoffice.example.java_scripts) for all of them).  This in turn required
adaption of the parcel-descriptor.xml files; not sure what the logicalname
entries there are good for if anything -- the macro names at "Tools - Macros -
Run Macro..." now unfortunately(?) contain the fully qualified paths for the
HelloWorld, HighlightText, and MemoryUpdate examples.  There are additional
examples at scripting/examples/java/ that apparently do not get packaged (but I
adapted them anyway).
2012-03-23 16:20:17 +01:00
Stephan Bergmann
dd6c4f4db1 fdo#46102: Load Java scripts with class loaders that actually find them
ScriptMetaData.createURL produces weird URLs (ending in "/ucb/", and potentially
still containing vnd.sun.star.expand: prefix) that are apparently good for
loading documents for editing via UCBStreamHandler, but cannot meaningfully be
passed to a URLClassLoader.

It is unclear to me how the Java script provider shall ever have found the
script jars in the past.
2012-03-23 16:20:17 +01:00
Caolán McNamara
a09d551182 we dont' need any SvCompatWeakBase use in SfxMedium AKAICS 2012-03-23 14:58:02 +00:00
Caolán McNamara
4a893297a8 weird use of volatile 2012-03-23 14:58:02 +00:00
Caolán McNamara
8b3bfa53c9 SvtAccessibilityOptions::GetIsForBorders is no longer used 2012-03-23 14:58:02 +00:00
Caolán McNamara
8ac384a5ca only SV_DECL_COMPAT_WEAK is still in use 2012-03-23 14:58:01 +00:00
Caolán McNamara
d3e4260676 ditch archaic ifdefs for gcc 2.8.1, 2.9.0 and 2.9.1 2012-03-23 14:58:01 +00:00
Michael Stahl
788a19ceff scripting: don't need x bits for these 2012-03-23 15:37:23 +01:00
Michael Stahl
6de69fe141 JavaClassSet: whitespace cleanup 2012-03-23 15:37:22 +01:00
Michael Stahl
526a31be4c JavaClassSet: giving only changed java files to javac is bogus 2012-03-23 15:37:22 +01:00
Michael Stahl
68c1111c77 GenericSalLayout::KashidaJustify: STL assertion
error: attempt to dereference a singular iterator.
(regression from 6bb68cae7c)
2012-03-23 15:37:22 +01:00
Michael Stahl
d07567fe19 GenericSalLayout::KashidaJustify: fix infinite loop
insert() inserts before the given iterator and returns iterator to newly
inserted element, hence need to increment that iterator
(regression from 6bb68cae7c)
2012-03-23 15:37:22 +01:00
Michael Stahl
d99a715e6a GenericSalLayout::KashidaJustify: STL assertion
error: attempt to compare a dereferenceable iterator to a singular iterator.
(regression from 6bb68cae7c)
2012-03-23 15:37:21 +01:00
Michael Stahl
1024c172a5 fdo#42750 fdo#45562 fdo#47717: border paint ordering:
Paint borders after subsidiary lines and hell layer, but before heaven
layer.
2012-03-23 15:37:21 +01:00
Kohei Yoshida
35fe6b9587 Localize the group prefix for pivot table defult group names. 2012-03-23 10:37:20 -04:00
Cédric Bosdonnat
3751ab6910 n#751573: docx, no mso-fit-shape-to-text means the textbox size is fixed 2012-03-23 15:28:50 +01:00
Takeshi Abe
9e890ae00e removed duplicate includes in sw 2012-03-23 22:53:56 +09:00
Takeshi Abe
ac68443c80 removed duplicate includes in sal 2012-03-23 22:53:56 +09:00
Christian Lohmaier
f16833b1d3 older versions of tar don't do autodetection of compression format 2012-03-23 14:39:50 +01:00
Miklos Vajna
f84e0e6b1b fdo#47326 fix RTF import of mixed super/nonsuper text
In most cases \super has its own group, but it's valid to have mixed
super and non-super text in a single group, as long as \super and
\nosupersub keywords are used: handle this.
2012-03-23 14:30:45 +01:00
Fridrich Štrba
a7c11707cf Hop, a logical error 2012-03-23 14:03:25 +01:00
Fridrich Štrba
a565276f66 Enable use of older tars that uses --strip-path to strip components 2012-03-23 13:16:20 +01:00
Fridrich Štrba
c9550dc7f3 Move spotlight plugin out of minizip 2012-03-23 13:16:20 +01:00
Andras Timar
fb067f9bb2 replace OpenOffice.org to LibreOffice in registry keys 2012-03-23 11:45:18 +01:00
Andras Timar
b13f2b5788 remove unused installer modules 2012-03-23 11:45:18 +01:00
Andras Timar
af4c27b71a remove unused DatabaseFolder dialog from MSI 2012-03-23 11:45:18 +01:00
Caolán McNamara
7687651347 Take a meg off our memory footprint
We create 6 berkleydb backed databases. If no DB_ENV is provided for a
database, then berkleydb creates one for each database. Each
environment has a memory footprint of about 200k. It appears to be
legal to share an environment, which shaves about 1M off our
permanant footprint.
2012-03-23 10:20:47 +00:00
Caolán McNamara
f0a2c79019 DbEnv argument is always NULL 2012-03-23 10:20:46 +00:00
Caolán McNamara
7988f6135b build db4 with symbols if symbols globally enabled 2012-03-23 10:20:46 +00:00
Caolán McNamara
ae7b4576d7 overly static lingering OUStrings 2012-03-23 10:20:46 +00:00
Cédric Bosdonnat
1a41271403 fixed crash due to use of STL deque for SwLineRects 2012-03-23 10:40:18 +01:00
Miklos Vajna
99298d615b add testcase for n#751054 2012-03-23 10:06:11 +01:00
Catalin Iacob
6776cb6f9c Initialize m_hFile in FileMapping constructor.
GCC gives the following warning which breaks compilation when using --enable-werror:
lockbyte.cxx: In function 'storeError store::FileLockBytes_createInstance(rtl::Reference<store::ILockBytes>&, rtl_uString*, storeAccessMode)':
lockbyte.css:512:37: error: 'prephitmp.221' may be used uninitialized in this function [-Werror=uninitialized]
lockbyte.cxx:906:1: note: 'prephitmp.221' was declared here

It's not clear from GCC's message, but what it warns about is
FileMapping::m_hFile. This is because of the following sequence:
* xMapping.release() makes xMapping.m_value be a default constructed
  FileMapping
* the xMapping local variable in store::FileLockBytes_createInstance
  gets destructed
* ~ResourceHolder() calls ResourceHolder::reset
* ResourceHolder::reset() calls FileMapping::UnmapFile::operator()
  passing m_value as rMapping
* FileMapping::UnmapFile::operator() uses rMapping.m_hFile but
  rMapping is a default constructed FileMapping and therefore has
  m_hFile uninitialized

Signed-off-by: Stephan Bergmann <sbergman@redhat.com>:
To me, this looks more like a compiler error.  Also note that
ResourceHolder::reset only calls FileMapping::UnmapFile::operator() if tmp !=
value, which is not the case here, as both tmp and value are default-
constructed.  And FileMapping::operator!= is carefule not to use the potentially
uninitialized m_hFile.  But always intiializing m_hFile is probably not a bad
idea, anyway.  And if it helps a certain compiler, all the better.
2012-03-23 09:00:09 +01:00
David Tardon
547249832d allow leading space 2012-03-23 08:46:37 +01:00
Norbert Thiebaud
c0a99301f5 allow for the use of --enable-ccache on Windows 2012-03-23 02:02:53 -05:00
Norbert Thiebaud
9d2968d6dd disable gb_FULLDEPS when TINDERBUILD is set _and_ we are really building 2012-03-23 00:05:47 -05:00
David Tardon
01eb464eb4 remove duplicate entries 2012-03-23 06:02:41 +01:00
David Tardon
424a03e72f simplify pagein creation 2012-03-23 06:02:41 +01:00
David Tardon
0b7f8b5438 move libs to correct layer 2012-03-23 06:02:41 +01:00