Michael Stahl
4c5a1a6d43
.sce files don't need executable bits
2012-03-23 21:58:15 +01:00
Michael Stahl
fcf809ea33
.lst files don't need executable bits
2012-03-23 21:58:15 +01:00
Michael Stahl
9429bbb0c4
.component files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
dc1b917cda
.gif files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
d7aacb8461
.hrc files don't need executable bits
2012-03-23 21:58:14 +01:00
Michael Stahl
b2f5298077
.hxx files don't need executable bits
2012-03-23 21:58:13 +01:00
Michael Stahl
68f2753710
.h files don't need executable bits
2012-03-23 21:58:13 +01:00
Michael Stahl
6295fd6012
.cxx files don't need executable bits
2012-03-23 21:58:13 +01:00
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