Commit Graph

4381 Commits

Author SHA1 Message Date
09046cb6c0 do not use COMPHELPER_SERVICEDECL_EXPORTS macro 2011-10-02 00:16:18 +02:00
c5047ca9fa Generate valid xhtml export by using xml:lang, see also fdo#40373 2011-09-30 12:13:30 +01:00
1f5c696c37 add mode-lines to .m files and last round of merged files, etc. 2011-09-30 09:09:25 +01:00
d1c8b0bb86 ByteString->rtl::OString[Buffer} 2011-09-29 09:33:45 +01:00
3be0deb066 filters: Updating js2hxx.py to python3 2011-09-29 07:09:15 +02:00
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
1da878532e doesn't use a DocShell anymore, so can ditch check for it 2011-09-26 12:53:38 +01:00
b778d1a03c fix merge foo and wae 2011-09-26 12:06:05 +01:00
5609c512cd move OCX_Control ( and subclasses ) and OCX control export to oox 2011-09-26 12:06:04 +01:00
7b99502b32 l10ntools doesn't exist in the HOST solver for non-desktop OSes 2011-09-26 11:39:38 +03:00
871426533f just silence the auto_ptr deprecations in isolation 2011-09-22 15:01:05 +01:00
ac58231a01 ByteString->rtl::OString[Buffer] 2011-09-22 15:01:04 +01:00
1afef0e98a Remove RCS header 2011-09-20 09:25:41 +02:00
5f98bc4e19 Do not hard code gperf 2011-09-19 20:08:17 +02:00
7ef9ec6678 WaE: remove impossible final return path 2011-09-16 14:20:49 +01:00
257bcb1a11 get internal python invocations working 2011-09-16 14:10:56 +01:00
6c6d88b8d0 need to include gbuild.mk not gbuild_simple.mk for gb_PYTHON 2011-09-16 14:10:56 +01:00
8916f842e0 "long" actually meant 32 bit here. 2011-09-15 21:54:32 +02:00
b72e42b29c filter: add missing resource makefiles 2011-09-15 14:07:29 +02:00
94883340a9 filter: convert odfflatxml library 2011-09-15 14:07:29 +02:00
8c8b34694a filter: svg: adapt to changes in LO 2011-09-15 14:07:28 +02:00
83cb157c54 filter: convert some more libraries to gbuild 2011-09-15 14:07:28 +02:00
2ee5f24cc6 filter: convert some libraries and jars to gbuild 2011-09-15 14:07:27 +02:00
d1248e2413 filter: convert filter configuration to gbuild 2011-09-15 14:07:26 +02:00
06853ea625 always show option for ODF inside PDF, even if import not installed
As everyone knows ODF is good for your soul, so this must be the
right approach.
2011-09-15 12:24:25 +01:00
d996328cd5 sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2
For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12 22:47:50 +02:00
82f6c0502e do not hardcode python binary name 2011-09-09 06:23:17 +02:00
10094dc88b fix dodgy assigns to const array param 2011-09-08 10:17:31 +01:00
3a53904ae6 callcatcher: update list 2011-09-08 09:29:31 +01:00
7eb5645e73 [cppchecker] unread variable deleted 2011-09-06 22:42:10 +02:00
7ede0090cc Look at OS_FOR_BUILD, not GUI 2011-09-06 18:07:51 +03:00
3adaf5cf46 Do this on windows only, everything else has some python available 2011-09-06 11:33:10 +01:00
811345dcb2 pyuno is the module that installs python apparently 2011-09-06 10:11:32 +01:00
ab33fc3c5c get this building under windows 2011-09-06 09:47:39 +01:00
2e5e373097 let move this back so scoping doesn't clobber us 2011-09-05 13:39:36 +01:00
e99a072c0e add a fairly efficient read_LEuInt16s_AsOUString, merge similar things 2011-09-05 10:54:19 +01:00
66f05b5d5a Bin generated svgscript.hxx, add original file.
Removes the old auto-generated svgscript, and instead
generate it from the true source.
2011-09-04 12:46:57 +02:00
b2fed82803 Cppcheck detected the use of an auto_ptr with new [].
Since, auto_ptr shouldn't be used with new[] because it always
does a delete (and not a delete[] in this case), the code is changed
to use boost::shared_array.
2011-09-03 18:38:57 +02:00
f8d22519a4 Move OoxmlFormulaExportBase to oox 2011-09-01 21:38:43 +03:00
e90b1a0c7b Need an explicit implementation of constructor for MSVC it seems 2011-09-01 20:42:57 +03:00
012072ebd7 valgrind: various unused code 2011-08-29 09:56:05 +01:00
dcb783a854 Cleanup, and made svg animation export experimental
Added the PagePos parameter back (to export single slide via API),
some whitespace cleanup, and made the ecma script / animation engine
only active via the experimental flag.
2011-08-26 18:25:21 +02:00
ee72393964 Added detailed license notice to the embedded script and fixed a bug.
The source code has been partitioned in separated parts according to the
license the code is subject to.

Fixed the following bug: when in index page mode you select the same
slide shown before switching to index mode no slide is shown (all slides
are hidden)
2011-08-26 18:25:21 +02:00
f4a08a5570 Fixed a bug about exporting page number placeholder fields 2011-08-26 18:25:21 +02:00
6a74d13cc2 new presentantion engine version adding support for several shape animations 2011-08-26 18:25:21 +02:00
964e60b084 a new method for exporting animations has been implemented.
This routine invokes the same animations exporter used for exporting
animation in odp format. To prevent the SVGExport object from
destruction when passed to the AnimationsExporter constructor, a
variable named xSVGExport of type Reference<XInterface> acquires the
object pointed by mpSVGExport.
2011-08-26 18:25:20 +02:00
2ba4caca79 Now a unique id for each page and each shape is generated through the UnoInterfaceToUniqueIdentifierMapper class.
This class is the same used for generating a unique identifier for pages
and shapes when a presentation is saved in odp format.
No change to the presentation engine script has been needed.
2011-08-26 18:25:20 +02:00
37fff5e32a remove newly unused code 2011-08-25 14:42:38 +01:00
23b0d975f9 msvbasic.hxx was removed with commit cecb746a3d8132998711c429163874d39ff5b2ff 2011-08-24 22:22:02 +02:00
cecb746a3d kill old vba and ole control filter(s) for import at least 2011-08-24 19:47:13 +01:00