Kohei Yoshida
16168d7d58
We don't need date helper in FillGroupValues().
2012-03-23 22:27:42 -04:00
Kohei Yoshida
83a7d544b2
Store the group type (aka date part) with the cache, and use that.
...
With this, we can phase out the "DateHelper" class...
2012-03-23 22:27:41 -04:00
Kohei Yoshida
09bc4a1ed1
(Hopefully) fixed the table reload bug coming from the pivot layout dialog.
2012-03-23 22:27:41 -04:00
Kohei Yoshida
32d3e6b2ec
Added dump methods to various classes to make debugging easier.
...
And a little code cleanup here and there...
2012-03-23 22:27:41 -04:00
Kohei Yoshida
7463dafd92
A little clean up.
2012-03-23 22:27:41 -04:00
Kohei Yoshida
de82764121
Bool-ness.
2012-03-23 22:27:40 -04:00
Kohei Yoshida
ec1b8060e3
Dump item values too.
2012-03-23 22:27:40 -04:00
Kohei Yoshida
1097d2f366
Some misc changes & some dumping facility for pivot table for debugging.
2012-03-23 22:27:40 -04:00
Kohei Yoshida
16cfcce0c0
No need to check for null table twice.
2012-03-23 22:27:40 -04:00
Markus Mohrhard
8a6552c0c0
use fabs for double values, not abs, fdo#47632
2012-03-24 02:20:04 +01:00
Christian Lohmaier
a7c02ed28a
help XCode 2.5 resolve @loader_path/libfoo.dylib
2012-03-24 02:12:37 +01:00
Luboš Luňák
d59b801342
make gbuild follow --disable-dependency-tracking too
2012-03-23 21:58:20 +01:00
Michael Stahl
d56bcf9dbf
.css files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
13ff4059a8
.html files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
2e847dfaa5
.mm files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
5be54ad412
.rdf files don't need executable bits
2012-03-23 21:58:19 +01:00
Michael Stahl
f567f8ba03
.dtd files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
9345437f36
.txt files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
72bf6cc0dd
.pdf files don't need executable bits
2012-03-23 21:58:18 +01:00
Michael Stahl
2d78d2409d
.sdw files don't need executable bits
2012-03-23 21:58:17 +01:00
Michael Stahl
30a29aa6f1
README files don't need executable bits
2012-03-23 21:58:17 +01:00
Michael Stahl
78fa09a6e1
.csv files don't need executable bits
2012-03-23 21:58:17 +01:00
Michael Stahl
fd1ca3bbcf
.stw files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
2f1ee9a875
.xls files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
e18d5cf904
.ods files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
341bc07c03
.sdi files don't need executable bits
2012-03-23 21:58:16 +01:00
Michael Stahl
eb4eb698b2
.xcl files don't need executable bits
2012-03-23 21:58:15 +01:00
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