Commit graph

1298 commits

Author SHA1 Message Date
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
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
Bjoern Michaelsen
68ef83dbd7 fix buildbreakers in oox, revert token changes for now 2011-06-20 14:45:33 +02:00
Bjoern Michaelsen
ae2ebf8fac Merge branch 'master' into feature/gnumake4
Conflicts:
	filter/source/config/cache/filtercache.cxx
	filter/source/odfflatxml/makefile.mk
	oox/Library_oox.mk
	oox/Makefile
	oox/Module_oox.mk
	oox/Package_generated.mk
	oox/Package_inc.mk
	oox/prj/build.lst
	oox/prj/d.lst
	oox/prj/makefile.mk
	oox/source/dump/makefile.mk
	unoxml/Library_unordf.mk
	unoxml/Library_unoxml.mk
	writerfilter/CppunitTest_writerfilter_doctok.mk
	writerfilter/Library_writerfilter.mk
	writerfilter/Module_writerfilter.mk
	writerfilter/Package_inc.mk
	writerfilter/inc/resourcemodel/TagLogger.hxx
	writerfilter/inc/resourcemodel/WW8ResourceModel.hxx
	writerfilter/prj/build.lst
	writerfilter/prj/makefile.mk
	writerfilter/qa/complex/ooxml/makefile.mk
	writerfilter/qa/cppunittests/doctok/makefile.mk
	writerfilter/qa/cppunittests/doctok/testdoctok.cxx
	writerfilter/qa/cppunittests/xxml/testXXML.cxx
	writerfilter/source/dmapper/DomainMapper.cxx
	writerfilter/source/dmapper/DomainMapperTableHandler.cxx
	writerfilter/source/dmapper/DomainMapperTableManager.cxx
	writerfilter/source/dmapper/DomainMapper_Impl.cxx
	writerfilter/source/dmapper/FontTable.cxx
	writerfilter/source/dmapper/GraphicHelpers.cxx
	writerfilter/source/dmapper/PropertyIds.cxx
	writerfilter/source/dmapper/PropertyMap.cxx
	writerfilter/source/dmapper/SettingsTable.cxx
	writerfilter/source/dmapper/StyleSheetTable.cxx
	writerfilter/source/dmapper/TablePropertiesHandler.cxx
	writerfilter/source/dmapper/TblStylePrHandler.cxx
	writerfilter/source/dmapper/ThemeTable.cxx
	writerfilter/source/doctok/WW8DocumentImpl.cxx
	writerfilter/source/doctok/resourcesimpl.xsl
	writerfilter/source/filter/WriterFilter.cxx
	writerfilter/source/generated.mk
	writerfilter/source/ooxml/OOXMLDocumentImpl.cxx
	writerfilter/source/ooxml/OOXMLFactory.cxx
	writerfilter/source/ooxml/OOXMLFactory.hxx
	writerfilter/source/ooxml/OOXMLStreamImpl.cxx
	writerfilter/source/ooxml/RefAndPointer.hxx
	writerfilter/source/resourcemodel/TagLogger.cxx
	writerfilter/unocomponent/component.cxx
	writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
	writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx
2011-06-19 20:09:46 +02:00
Miklos Vajna
4a54db0836 XmlFilterBase::exportDocumentProperties: use OSL_TRACE to dump statistics 2011-06-18 20:27:24 +02:00
Bjoern Michaelsen
6e135ba19a fixing rebase errors 2011-06-18 14:12:16 +02:00