Commit Graph

294857 Commits

Author SHA1 Message Date
Fridrich Štrba
e9ee46c22c Kill --without-cmis option that is noop anyway 2011-10-06 15:31:42 +02:00
Fridrich Štrba
46da2ed6be System libcmis fix 2011-10-06 15:27:07 +02:00
Radek Doulik
39160c1044 added new source files to the .mk file 2011-10-06 15:09:37 +02:00
Fridrich Štrba
4cd6e07a84 And yet another .getStr()-style fix 2011-10-06 14:55:36 +02:00
Tor Lillqvist
c9991493da Put .pdb files in misc as before, avoid cluttering up source directories 2011-10-06 15:35:57 +03:00
Radek Doulik
6506416d3d perl scripts to generate sources for custom shapes PPTX import 2011-10-06 14:16:08 +02:00
Radek Doulik
aa66cd83ad added definitions for new presets initialize functions 2011-10-06 13:45:30 +02:00
Radek Doulik
d05649c43b custom shapes import improvements
- added new presets generated from definition included in ISO standard
  - added missing variables (cd3, hd10, ...)
  - added ifelse shortcut ?:
  - removed GetAdjAngle because it would make problems with constant vs. equation
    defined angles, move conversion to the functions using them
  - implemented arcTo path segment (command)
  - removed GetTextShapeType as we don't use vml's presets for drawingml
    anymore
  - use token number for preset type instead of string, as we don't
    convert to old vml's preset types anymore
  - enhanced custom shape properties dump code
2011-10-06 13:45:29 +02:00
Radek Doulik
27bd8bf30b added CXX sources with generated presets definitions 2011-10-06 13:45:29 +02:00
Cédric Bosdonnat
80d96f738a Page Break: fixed crasher, the page frame can contain no children 2011-10-06 12:46:58 +02:00
Tor Lillqvist
56d6da052e STRSAFE_NO_DEPRECATE 2011-10-06 12:53:44 +03:00
Tor Lillqvist
bdda05135e WaE: class has virtual functions, but destructor is not virtual 2011-10-06 12:53:41 +03:00
Caolán McNamara
86bc0db00a remove old fingerprints cache 2011-10-06 10:28:38 +01:00
Caolán McNamara
5737ffab06 leak-check was accidentally added here 2011-10-06 10:10:35 +01:00
Caolán McNamara
2f632a0b39 woah, that's very not right 2011-10-06 10:10:34 +01:00
Tor Lillqvist
5cb1597064 WaE: class has virtual functions, but destructor is not virtual 2011-10-06 12:02:04 +03:00
Tor Lillqvist
6db1788c08 WaE: '=' : truncation of constant value 2011-10-06 12:02:02 +03:00
Noel Power
80b81a561e add hackery re. EditControls, FormattedField & ImageControls from msocximex 2011-10-06 09:54:59 +01:00
Jan Holesovsky
1339a41fb0 Revert "Simplify logic to use std::vector's .empty()"
This reverts commit a6a51b6a69.

The commit broke the build, sorry for the push.
2011-10-06 10:19:42 +02:00
Tor Lillqvist
e6b5c5345f WaE: class has virtual functions, but destructor is not virtual 2011-10-06 11:09:10 +03:00
Tor Lillqvist
f3cf2a1901 WaE: class has virtual functions, but destructor is not virtual 2011-10-06 11:09:08 +03:00
Tor Lillqvist
3120dc697c WaE: class has virtual functions, but destructor is not virtual 2011-10-06 11:09:06 +03:00
Tor Lillqvist
18a203e7e9 WaE: unreachable code 2011-10-06 11:09:04 +03:00
Kevin Hunter
a6a51b6a69 Simplify logic to use std::vector's .empty()
No need to muck about with iterators, adding a loop, and 2 function
calls to test for empty: it's a std::vector under the hood, so use
.empty(), and inline it.
2011-10-06 10:04:45 +02:00
Stephan Bergmann
06fdd1585d Ensure msword lib has not yet been unloaded when aReaderWriter pReaders are destroyed.
...as some may use code exported from msword lib.  The newly introduced sw::Filters
class can still be improved, bundling what is currently exported through various channels
from fltini.cxx.  Also, the code is still not thread safe.
2011-10-06 09:28:20 +02:00
Tor Lillqvist
8529da0851 WaE: unreachable code 2011-10-06 10:12:47 +03:00
Tor Lillqvist
ba491984f4 WaE: inconsistent dll linkage
basicrt goes into the static app library, so DLL import/export
decorations meaningless.
2011-10-06 10:08:06 +03:00
Tor Lillqvist
cce8278eba WaE: unreachable code 2011-10-06 09:36:07 +03:00
Tor Lillqvist
f4e9341060 WaE: unreferenced local variable 2011-10-06 09:02:35 +03:00
Tor Lillqvist
76ee8b27cc WaE: unreachable code 2011-10-06 09:02:33 +03:00
Markus Mohrhard
5931c50a44 improve error message for missing csv files 2011-10-06 07:26:46 +02:00
Markus Mohrhard
273799b9c3 and forgot again to add a file 2011-10-06 07:08:00 +02:00
Markus Mohrhard
504634ef39 add unit test for fdo#41381 2011-10-06 06:52:43 +02:00
Markus Mohrhard
df1dc6edd4 fix for fdo#41381: local range names don't work with INDIRECT 2011-10-06 02:52:37 +02:00
Norbert Thiebaud
ff33b0be87 remove apparently noise .memdump files 2011-10-05 18:09:04 -05:00
Norbert Thiebaud
8b5c00eaa4 Revert "added CXX source with generated presets definitions"
This reverts commit c9f9b6723b.

oox/source/drawingml/customshapepresets.cxx is a 4MB source that make gcc
explode both on MacOs and on Gentoo....

the compiler churn on it for 20 minutes or consumming huge amount of memory... and finnaly blow-up with memory error.
2011-10-05 18:09:03 -05:00
Norbert Thiebaud
fe1f6d273c Revert "custom shapes import improvements"
This reverts commit e36f591dfe.
2011-10-05 18:09:03 -05:00
Noel Power
ec294b77c0 Revert "add hackery re. EditControls, FormattedField & ImageControls from msocximex"
This reverts commit 0468848224.
2011-10-05 23:42:47 +01:00
Kohei Yoshida
f82ee56374 bnc#722045: Display page background color/image properly.
A regression from 3.3.  Calc wouldn't display page background color
or image in print preview.  This was a side effect of the removal
of the high-contract mode.

In 3.3, Calc purpusefully wouldn't show background color/image when
the app is in high contrast mode.  Now that the mode has been removed,
the code acted as though the high contract mode is always on, which
caused the background color/image to always be hidden in print preview.
2011-10-05 17:12:41 -04:00
Andras Timar
dbf650a31d eliminate @MINIMIZEREXTENSIONPRODUCTNAME@ variable 2011-10-05 22:11:46 +02:00
Andras Timar
a8fa695f8d merge strings to description.xml files 2011-10-05 22:04:05 +02:00
Markus Mohrhard
3086838ebf enable the star basic test to see if it causes troubles anywhere 2011-10-05 21:42:35 +02:00
Markus Mohrhard
fef8e18f89 add initial work for vba tests in calc( work in progress)
this does not work yet, it still does not load the vba code correctly
and therefore can't find the vba library
2011-10-05 21:40:24 +02:00
Markus Mohrhard
ac3f311320 add Star Basic unit test to calc
test is still disabled by default,
it works but does nothing useful yet
2011-10-05 19:29:33 +02:00
Noel Power
0468848224 add hackery re. EditControls, FormattedField & ImageControls from msocximex 2011-10-05 17:52:32 +01:00
Noel Power
52d60647a0 fix broken eventattacher. bnc#718227
event handler registered for a ListenerType were triggered when *any* of the events
associated with that ListenerType were fired.
2011-10-05 16:55:23 +01:00
Radek Doulik
e36f591dfe custom shapes import improvements
- added new presets generated from definition included in ISO standard
  - added missing variables (cd3, hd10, ...)
  - added ifelse shortcut ?:
  - removed GetAdjAngle because it would make problems with constant vs. equation
    defined angles, move conversion to the functions using them
  - implemented arcTo path segment (command)
  - removed GetTextShapeType as we don't use vml's presets for drawingml
    anymore
  - use token number for preset type instead of string, as we don't
    convert to old vml's preset types anymore
  - enhanced custom shape properties dump code
2011-10-05 17:42:03 +02:00
Radek Doulik
c9f9b6723b added CXX source with generated presets definitions 2011-10-05 17:42:02 +02:00
Radek Doulik
d31f1fa381 fix compilation with debug enabled 2011-10-05 17:42:02 +02:00
Radek Doulik
fcdc9c4fa0 added ARCANGLETO command implementation, optimization, fixes, debug
- added new ARCANGLETO command needed for PPTX custom shapes import
  - added added placeholder for unimplemented QUADRATICCURVETO command,
    skip it's data at least so that we don't break other things for now
  - cache equations results to optimize custom shapes calculation
    PPTX import creates such equations that made system busy for long
    time, this removes that issue
  - added lot of debug output to help with debugging of complex imported
    custom shapes
2011-10-05 17:40:21 +02:00