Commit graph

1305 commits

Author SHA1 Message Date
Regina Henschel
3e5edf6ca9 Add missing chart data point ODF1.2 standard symbols 2011-09-20 12:14:13 -04:00
Thomas Arnhold
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
Caolán McNamara
87891c1c8b Related gcc#50394 pernickety gcc 4.7.0 2011-09-15 17:01:57 +01:00
Tor Lillqvist
db2d9b4076 Fix lower_bound() comparator class problem for MSVC with _DEBUG 2011-09-15 15:42:33 +03:00
Tor Lillqvist
6b457882d0 We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files
It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some
classes, which of course means horrible breakage if some of the source
files are compiled with it, the rest not.

http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx
http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash

I will just have to fix the code in this handful of source files so
that it compiles with _DEBUG defined. If I can be bothered.
2011-09-15 12:02:59 +03:00
Muthu Subramanian
e8acb5c43c n#657909: Fixed import of free drawn curves. 2011-09-13 14:14:31 +05:30
Muthu Subramanian
9db8c81282 n#705985: Importing Flip properties of custom shapes. 2011-09-09 12:34:54 +05:30
Andras Timar
3f62165fd4 replace api.openoffice.org to api.libreoffice.org 2011-09-07 10:27:56 +02:00
Noel Power
c3db533255 make sure we can detect if vba code was imported 2011-09-06 17:34:30 +01:00
Noel Power
8be4261608 access oox vbaproject import directly 2011-09-05 10:46:10 +01:00
Kohei Yoshida
ca5a4839a6 css::awt namespace is included in this file. 2011-09-02 02:06:20 -04:00
Kohei Yoshida
d178d7bef1 fdo#40466: Get charts to import from xlsx again.
This regression was probably caused by a bad merge of OOo m106.
2011-09-02 02:00:41 -04:00
Thorsten Behrens
29cd8ec18e Fix the build.
StarMath needs oox/export/ooxmlexport.hxx. This fixes
f8d22519a4 by exporting the
moved file from oox and adapting starmath.
2011-09-01 22:52:25 +02:00
Tor Lillqvist
f8d22519a4 Move OoxmlFormulaExportBase to oox 2011-09-01 21:38:43 +03:00
Kohei Yoshida
6af23840bb fdo#40466: Make sure we have the same numbers of URI's and Id's.
This caused an immediate crash when trying to import xlsx documents
with charts on Windows.  No idea why this didn't crash on Linux,
even valgrind's memcheck didn't pick it up.
2011-08-31 22:23:58 -04:00
Julien Nabet
01a87c102f Some cppcheck cleaning 2011-08-30 23:13:04 +02:00
Tor Lillqvist
a647a54cd1 More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC builds 2011-08-29 10:53:56 +03:00
Muthu Subramanian
67b79b6ada Code review: Removed unnecessary header. 2011-08-24 21:32:38 +05:30
Muthu Subramanian
f1a2b0cb3c n#592912: When text is vertical, horiz & vert aligns are swapped.
- vert270 doesn't seem to be supported by LO.
- vert270 would be WritingMode_TB_LR ? otherwise we need to support it
  by doing other operations like rotation or flip. Is that necessary ?
2011-08-24 21:32:38 +05:30
Radek Doulik
9c2ae3f245 fix regression of 2155c4c0af
- do not drop the master shapes anymore, but rather hide them
  - it is possible to have shapes with 0x0 geometry in slides,
    these inherit proper geometry from master slide shapes - so
    when we dropped the shapes, the geometry info was lost
2011-08-24 14:28:01 +02:00
Muthu Subramanian
b6768c5073 n#699334: Legacy Diagram Text import.
- Imports Legacy Text.
- Formatting info is not imported.
2011-08-23 14:14:43 +05:30
Muthu Subramanian
68e756de2e n#657896 - Gradient Transparencies and Muticolor Gradient fills.
- Assumes axial gradient fills when more than 3 colors are present.
- Implements importing of Transparency Gradients.
2011-08-23 12:48:52 +05:30
Joseph Powers
180ffa7c85 unusedcode.easy: Cleanup GraphicHelper
Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx
(UnitConverter::UnitConverter)
2011-08-21 22:17:03 -07:00
Norbert Thiebaud
d64bbd6bf8 detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set 2011-08-19 18:29:07 -05:00
Noel Power
0531021de4 tweak vba decompression as per frob's amazing bit detective work
ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
2011-08-19 12:34:20 +01:00
Bjoern Michaelsen
e138dc6704 gbuildized modules have empty d.lsts 2011-08-19 13:31:33 +02:00
Takeshi Abe
91f85b294b catch exceptions by const references 2011-08-18 13:50:27 +09:00
Radek Doulik
83a0796604 fix how table style is applied
- make sure it doesn't replace character properties of textbody inside cells
 - fixes bnc#705991
2011-08-17 13:14:54 +02:00
Radek Doulik
dee4142489 fixed regression of a57a4078fc
- fixes bnc#705991
2011-08-17 13:14:54 +02:00
Noel Power
4fae740db7 Disable fake VBA events for the old-style form controls. 2011-08-16 21:22:42 -04:00
Julien Nabet
66fd144269 Some cppcheck cleaning 2011-08-13 15:12:35 +02:00
Thorsten Behrens
a81327ff2f Import SmartArt graphics to Impress
Extending the existing functionality to
 * properly parse and model the declarative shapes
 * provide means for round-tripping, and re-rendering the
   shapes from xml snippets
 * implements the layouts composite, cycle, linear, and the
   special 'text' node

This is based on the initial smartart work from hfiguiere@novell.com
2011-08-12 16:56:31 +02:00
Norbert Thiebaud
751531df52 add the module oox into tail_build's fold 2011-08-11 23:10:40 -05:00
Radek Doulik
2155c4c0af added support for showMasterSp attribute in sldLayout 2011-08-11 18:09:54 +02:00
Takeshi Abe
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
Takeshi Abe
1a44d29eb1 Emacs modeline compatible with vim's one 2011-08-05 10:59:45 +09:00
Kohei Yoshida
bcd05dcbb7 Use rtl::OUStringHash. 2011-08-04 21:32:23 -04:00
Tor Lillqvist
b9bee88e1b Add consistent Emacs and vim mode lines 2011-07-30 23:01:51 +03:00
Bjoern Michaelsen
112be98c92 resyncing to master 2011-07-21 18:38:50 +02:00
Muthu Subramanian
b198bc73dd [Temp] Disable getCellBlock, until proper fix.
This temp-fixes formula imports and other problems
caused because of getCellBlock.
2011-07-13 14:12:06 +05:30
Markus Mohrhard
c92ec84f70 fix for fdo#39023: shared formulas are not imported correctly from xlsx 2011-07-13 10:02:32 +02:00
Matúš Kukan
a9137707c4 Remove component_getImplementationEnvironment 2011-07-12 17:58:59 +02:00
Noel Power
92eafe7218 use oox filter for *all* control import 2011-07-12 10:07:52 +01:00
Caolán McNamara
0de8f96511 callcatcher: unused lcl_hasChartType 2011-07-11 09:03:54 +01:00
Fridrich Strba
2fab6d4b48 Fix windows build
Use const reference in copy constructor if we are going to give it const objects.
2011-07-11 08:32:18 +02:00
Muthu Subramanian
42b8a53dc8 [Temp] Import all formulas post tokenization. 2011-07-08 16:35:21 +05:30
Muthu Subramanian
bb1a16323e n#694356: Using formatcode while displaying labels.
Used when the lables don't have their own formatcode
and depend on the data's format code for formatting.
2011-07-07 12:22:49 +05:30
Thorsten Behrens
bde6f4be55 Fix label position for ooxml charts
Fixes bnc#694340 somewhat hackish - chart2 cannot individually place
chart data labels, so if the original ooxml document does, attempt
one of the canned position as an approximation.
2011-07-05 14:06:22 +02:00
Muthu Subramanian
bfed955619 Pointers for importing legacyDiagramText. 2011-07-05 16:47:26 +05:30
Muthu Subramanian
fc0a2d2d95 Moving the pptx classes to use FragmentHandler2/ContextHandler2.
This is to make it use the better and newer parent handlers.
And to support MCE.
[PB] Probable candidate for typo breakages.
2011-07-05 16:32:50 +05:30