Commit graph

1250 commits

Author SHA1 Message Date
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
Muthu Subramanian
063ea6bd27 XLSX formula import improvement. Recommit. 2011-07-01 15:43:03 +05:30
Muthu Subramanian
969af6fdbb Revert patch to change .idl 2011-06-29 23:03:46 +05:30
Muthu Subramanian
5e30bfb921 Improved xlsx formula import.
Now uses the values present in the import document
rather than calculating the formula. This speeds up
document loading.
TODO: Extend this to string results as well.
2011-06-29 12:56:51 +05:30
Miklos Vajna
4a54db0836 XmlFilterBase::exportDocumentProperties: use OSL_TRACE to dump statistics 2011-06-18 20:27:24 +02:00
David Tardon
c25e9282ad remove all traces of offuh from makefiles 2011-06-18 11:26:56 +02:00
Radek Doulik
7aedcad054 do not set solid line border and fill as default for chartarea
- fixes n#694392
2011-06-15 12:28:57 +02:00
Caolán McNamara
068501f46f createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-06-13 11:42:40 +01:00
Korrawit Pruegsanusak
655d930476 Code cleanup
* Remove dead code
* Fix comment typos
Released under LGPLv3+/MPL
2011-06-12 16:44:43 -05:00
Julien Nabet
5d54fc918f Some cppcheck cleaning+1TODO (func not implemented) 2011-06-12 23:18:17 +02:00
Muthu Subramanian
7e152b6746 n#683578: Performance improvements for xlsx imports.
Specifically reduces the number of UNO calls for
importing cell attributes.
2011-06-10 12:39:08 +05:30
Joseph Powers
991fce7134 gcc 4.0 doesn't support the C++0x usage of enum::value 2011-06-07 21:12:25 -07:00
Joseph Powers
2465577dbe The enum type name should be included when accessing the enum values. 2011-06-07 20:59:21 -07:00
Noel Power
6808d33761 fix for bnc#693386
properly handle relative Uri(s) in Target
2011-06-07 19:06:45 +01:00
Caolán McNamara
f5299a410c Resolves: rhbz#710556 don't crash on missing graphics 2011-06-07 12:37:08 +01:00
Tor Lillqvist
21a1eabf51 Drop %_EXT% which was always empty 2011-06-03 13:32:47 +03:00
Jan Holesovsky
6b4beb1264 Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters 2011-05-31 10:46:36 +02:00
Jan Holesovsky
bcb1ceafcc Merge commit 'libreoffice-3.4.0.2'
Conflicts:
	filter/source/graphicfilter/eps/eps.cxx
	oox/source/export/shapes.cxx
	oox/source/xls/workbookhelper.cxx
2011-05-31 10:45:45 +02:00
Korrawit Pruegsanusak
6630b19694 Code Cleanup in filters
* Fix typos in comments
* Remove bogus comments
* Remove dead codes

Released under LGPLv3+/MPL
2011-05-30 19:09:24 +01:00
Radek Doulik
5e5181c1e5 set link text properties
- hlink color from color scheme (if not overriden by text character properties)
 - single underline ( ditto )
2011-05-30 13:41:46 +02:00
Jan Holesovsky
102d51ec7c Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filters 2011-05-27 20:49:36 +02:00
Jan Holesovsky
e959581b2d Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	filter/source/graphicfilter/epict/epict.cxx
	filter/source/svg/svgexport.cxx
	filter/source/svg/svgfontexport.cxx
	filter/source/svg/svgwriter.cxx
	lotuswordpro/source/filter/lwpchartstreamtools.cxx
	lotuswordpro/source/filter/lwpfrib.cxx
	lotuswordpro/source/filter/lwpgrfobj.cxx
	lotuswordpro/source/filter/lwpidxmgr.cxx
	lotuswordpro/source/filter/lwpobjid.cxx
	lotuswordpro/source/filter/lwpparaproperty.cxx
	lotuswordpro/util/makefile.mk
	oox/prj/d.lst
	oox/source/drawingml/chart/chartdrawingfragment.cxx
	oox/source/drawingml/makefile.mk
	oox/source/drawingml/shape.cxx
	oox/source/ppt/slidepersist.cxx
	oox/source/token/namespaces.hxx.tail
	oox/source/xls/drawingfragment.cxx
	oox/source/xls/excelfilter.cxx
	oox/source/xls/makefile.mk
	oox/source/xls/workbookhelper.cxx
	writerfilter/source/ooxml/makefile.mk
	writerfilter/source/resourcemodel/makefile.mk
2011-05-27 20:45:30 +02:00
Radek Doulik
c627044164 fix row height export 2011-05-24 17:34:48 +02:00
Caolán McNamara
3bf07c7ada WaE: >>= may fail, default to 0 2011-05-24 16:27:45 +01:00
Radek Doulik
317f481902 drawingML export, write table shapes 2011-05-24 15:31:46 +02:00
Jan Holesovsky
b6f7236601 oox builds again after the m106 merge. 2011-05-23 15:25:26 +02:00
Michael Meeks
149c5f59f4 don't de-reference null pointer - fix crash with certain PPTX files
Signed-off-by: Jan Holesovsky <kendy@suse.cz>
Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat.ooo@free.fr>
2011-05-20 11:07:26 +02:00
Michael Meeks
3cc072ce7a don't de-reference null pointer - fix crash with certain PPTX files 2011-05-19 16:43:30 +01:00
Christian Lohmaier
bdc6b3c6da WaE (picky) - noeol 2011-05-16 22:22:59 +02:00
Jan Holesovsky
a41acbe389 Making oox to build - work in progress. 2011-05-13 23:04:53 +02:00
Luboš Luňák
606ed5226e avoid deleting before a use (bnc#693200)
The call to clearShapes() cleared the list and deleted items, which
was what pShape was pointing to -> crash.
ACK by Cedric.
2011-05-13 14:27:55 +02:00
Luboš Luňák
c9793b7015 avoid deleting before a use (bnc#693200)
The call to clearShapes() cleared the list and deleted items, which
was what pShape was pointing to -> crash.
2011-05-13 14:26:59 +02:00
Muthu Subramanian
9a3f410e79 Adding token 'v2'. 2011-05-11 18:05:40 +05:30
Norbert Thiebaud
86d917672e WaE un-used parameter 2011-05-09 13:47:45 -05:00
Markus Mohrhard
8ee23e01dd make OOXML import use sheet local db data
Signed-off-by: Kohei Yoshida <kyoshida@novell.com>
2011-05-09 14:43:14 -04:00
Radek Doulik
ca5c78e28f added few more custom shape presets 2011-05-09 15:29:43 +02:00
Radek Doulik
9fb67c85ec fixed regression in group shapes transformations 2011-05-09 15:29:43 +02:00
Markus Mohrhard
b386d3b689 make OOXML import use sheet local db data 2011-05-08 22:47:18 +02:00
Joseph Powers
b261e75b9b Convert const_reverse_iterator into reverse_iterator
For some reason on Mac OS X, both "!= rend()" and "< rend()" both complain
about the operator not existing.
2011-05-04 05:42:32 -07:00
Katarina Machalkova
60aa5634e7 Copy&pasting is considered harmful
(cherry picked from commit 930824ebb65245e7f6630888379bb71438e63cf2)
2011-05-04 13:59:26 +02:00
Katarina Machalkova
57c96a616a Copy&pasting is considered harmful 2011-05-04 13:49:31 +02:00
Katarina Machalkova
fafc7e0547 Check for existence of property before retrieving its value
Is[Empty]PresentationObject prop seems not to be set in Calc/Writer
shape objects and retrieving its value throws an exception.
This fixes export of xlsx docs with embedded pics/charts.
(cherry picked from commit dd719060ab7ba487aff70bbf21418a2c2fb9cce6)
2011-05-04 13:47:36 +02:00
Katarina Machalkova
a508b8120c Check for existence of property before retrieving its value
Is[Empty]PresentationObject prop seems not to be set in Calc/Writer
shape objects and retrieving its value throws an exception.
This fixes export of xlsx docs with embedded pics/charts.
2011-05-04 11:54:57 +02:00
Muthu Subramanian
287ed8fbb5 Reverting some file mode changes with previous commit. 2011-05-03 22:31:56 +05:30
Muthu Subramanian
41cc5c918e MCE Initial Implementation.
Points to note:
* Assumes all MCE content to be of 'Ignorable' type.
  Handling other types needs to be implemented.
* Uses the first acceptable choice and parses the
  content. Skips the others. E.g. assuming v2 and v3
  both being acceptable and v3 being newer/better, if
  the choice for v2 is stored first. v3 is skipped.
2011-05-03 22:27:29 +05:30
Tor Lillqvist
fe3462b4cc Fix crypto stuff when building on Windows 2011-04-29 15:14:07 +03:00
Radek Doulik
8465c9a0a1 added striped-right-arrow custom shape preset 2011-04-28 14:18:06 +02:00
Radek Doulik
3c594c6e5d fixed string code dump, removed test code 2011-04-28 14:18:06 +02:00