Commit graph

4271 commits

Author SHA1 Message Date
Joseph Powers
0fa6dbcdab Replace List with std::vector< sal_uInt32 > 2011-06-12 14:20:04 -07:00
Joseph Powers
3480f0d711 Replace List with std::vector< PPTBuGraEntry* > 2011-06-12 11:49:21 -07:00
Joseph Powers
22085914e8 Replace List with std::vector< PPTTextSpecInfo* > 2011-06-12 07:03:52 -07:00
Joseph Powers
26b1c9f8e0 Replace List with std::vector< SdHyperlinkEntry* > 2011-06-12 05:56:53 -07:00
Joseph Powers
689739d9e4 Replace List with std::vector< PPTOleEntry* >
Plus a lot of whitespace cleanup (sorry). The actualcode changes are at:
@@ -539,13 +536,13 @@
@@ -1867,13 +1814,13 @@
@@ -2177,11 +2124,11 @@
2011-06-11 07:20:11 -07:00
Joseph Powers
0368eafeb3 Whitespace cleanup
No code changes.
2011-06-11 06:41:11 -07:00
Joseph Powers
6e3bb904a2 Replace List with vector< BUndle* > 2011-06-10 23:01:24 -07:00
Joseph Powers
ae9eb65eef White space cleanup.
My editor isn't doing tab expansion... not sure why. so I'm cleaning the
tabs out first so my changes aren't hidden.
2011-06-10 22:00:32 -07:00
Julien Nabet
50d8cdff89 Some cppcheck cleaning 2011-06-10 23:30:54 +02:00
Caolán McNamara
403eb7e5b1 oops, this comparator doesn't order correctly 2011-06-10 00:08:54 +01:00
Caolán McNamara
d4f2fd7fcb init this to NULL to match dtor assert 2011-06-10 00:08:54 +01:00
Julien Nabet
31d9a8682b Some cppcheck cleaning 2011-06-09 23:14:20 +02:00
Fridrich Štrba
5be713f813 Give a more dignified name to the Visio file-format 2011-06-09 15:01:30 +02:00
Julien Nabet
a4e6f0ab88 Possible inefficient checking for emptiness 2011-06-07 23:43:52 +02:00
Fridrich Štrba
8340e348f5 Trying to finally get the visio filter registration right 2011-06-06 21:21:30 +02: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
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
Rafael Dominguez
6c80a64574 Replace List for std::map<sal_uInt32,ByteString>. 2011-05-27 10:07:04 +01:00
Michael Stahl
757e91371f xslt filter: remove the FLA horror 2011-05-26 10:45:37 +02:00
Michael Stahl
126729baee wordml import filter: replace FLA usage with plain XSLT 2011-05-26 10:45:37 +02:00
Caolán McNamara
b3ab9fe75d adapt for singleton api change 2011-05-20 09:49:30 +01:00
Caolán McNamara
7e4f1b45e1 remove circular dependency to fix leak 2011-05-20 09:49:30 +01:00
Caolán McNamara
7edb5f7361 config leaks: handle cancel from database wizard correctly 2011-05-20 09:49:30 +01:00
Radek Doulik
9b9b45ecae fix config for pptx filter - thanks to Bubli
Signed-off-by: Katarina Machalkova <kmachalkova@suse.cz>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Fridrich Strba <fstrba@novell.com>
2011-05-20 10:47:13 +02:00
Katarina Machalkova
4552b1bb6c Make export to .pptx 2010 work again
(use correct FilterService string)

Signed-off-by: Radek Doulik <rodo@novell.com>
Signed-off-by: Michael Meeks <michael.meeks@novell.com>
Signed-off-by: Fridrich Strba <fstrba@novell.com>
2011-05-20 10:47:13 +02:00
Joseph Powers
fa51be6f4c Change SvStorageInfoList from an OwnList to vector<>
Simple changes.
2011-05-17 18:29:15 -07:00
Kohei Yoshida
e358b60b11 fdo#36339: Promote the default chart8 filter as the preferred filter.
This ensures that the default chart8 filter gets picked over the one
from Oracle Report Builder.

Signed-off-by: Michael Meeks <michael.meeks@novell.com>
2011-05-17 12:47:10 -04:00
Fridrich Štrba
4a7cfffd57 Boilerplate code for Visio import filter module 2011-05-17 10:09:52 +02:00
Christian Lohmaier
bdc6b3c6da WaE (picky) - noeol 2011-05-16 22:22:59 +02:00
Jan Holesovsky
7f5c69a890 Make SVG export filter building again. 2011-05-13 21:34:35 +02:00
Andras Timar
c1c92569ba change 2007 XML to 2007/2010 XML in UI strings - fdo#36735 2011-05-13 09:01:25 +02:00
Andras Timar
3a66680a63 remove localizations from source 2011-05-13 09:01:25 +02:00
Andras Timar
2ac1b4646b change 97/XP/2000 to 97/XP/2000/2003 - fdo#36734 2011-05-13 09:01:25 +02:00
Joseph Powers
ef3d5573e0 GDIMetaFile cleanup
Plus trailing white space cleanup.
2011-05-10 07:41:05 -07:00
David Tardon
3e34d5da09 rhbz#702635 set correct page number when exporting selected pages 2011-05-10 09:55:55 +02:00
Joseph Powers
3a7668b2a7 Replace List type in chart.hxx with a vector<> 2011-05-08 11:10:27 -07:00
Joseph Powers
517be3d84e Replace List types in cgm.hxx with vector<> 2011-05-08 11:08:37 -07:00
Joseph Powers
8f31c660aa Remove a List reference in class CGMFList. 2011-05-07 18:02:47 -07:00
Jan Holesovsky
feb9920fa4 Fixed few obvious mismerges. 2011-05-04 17:59:08 +02:00
Noel Power
00c5556869 svx-hacky-htmlselect-control-import.diff ( bnc#523191 ) 2011-05-03 20:08:52 +01:00
Noel Power
08380350f9 svx-hacky-htmlselect-control-import.diff ( bnc#523191 ) 2011-05-03 15:24:35 +01:00
Joseph Powers
3fd3b86b74 Remove an unneeded #incude <tools/list.hxx> 2011-05-02 20:12:27 -07:00
Julien Nabet
0e0159f23f Change <file>.toURL() to <file>.toURI().toURL() 2011-05-02 22:50:20 +02:00
Peter Jentsch
3bdef90736 Introduced timeout for import thru XSLTFilter. Fixes fdo#35543
This fixes only the "HANG" part of fdo#35543. The Excel2003ML import
 filter  remains broken.
2011-05-01 11:21:15 +02:00
Francois Tigeot
af56247e9a Remove OS/2 support 2011-04-30 08:50:57 +02:00
Thorsten Behrens
c7189b55bb Applied svx-debug-sdrolestreams (slightly adapted) 2011-04-29 19:04:52 +02:00
Radek Doulik
4fea5257d0 svx-ppt-bullet-offset-fix.diff: bullet list paragraph indentation (bnc#593609)
fixes TextRulerAtom record import, where we sometime ended up with bullet
offsets close to 0xffff
2011-04-29 17:11:19 +02:00