Commit graph

303456 commits

Author SHA1 Message Date
Miklos Vajna
de0f33126d rtftok: various refactoring
To allow frame keywords at the start of the document, we need to:
- a single setter method for all frame properties
- make the parser state know about its document
- make the frame know about its parser state
2012-03-24 16:38:35 +01:00
Kohei Yoshida
16bbecab81 ScDPDateGroupHelper class is no more. 2012-03-24 00:13:30 -04:00
Kohei Yoshida
7a1401e953 More on avoiding use of date helper. 2012-03-23 23:49:43 -04:00
Christian Lohmaier
2d3c700725 help XCode 2.5 resolve @loader_path/libfoo.dylib 2012-03-24 03:55:35 +01:00
Kohei Yoshida
d9cc468b30 Let's just centrally reload group data in DataPilotUpdate()...
It's a no-op when there is no group dimensions anyways.
2012-03-23 22:27:42 -04:00
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