Commit graph

293007 commits

Author SHA1 Message Date
Mohammad Elahi
b470e596db Add numbering type in persian word.
Numbering in localized persian word is useful in some areas, at least
for me it is necessary. Since it is not trivial a function and table
is needed.
2011-08-28 00:01:26 +02:00
Mohammad Elahi
9e1b651db7 Add numbering type of arabic abjad sequence
A localized numbering type base on arabic abjad sequence is
added base on a table.
2011-08-28 00:01:26 +02:00
Kohei Yoshida
7c3efe8b1e Extracted a common code block. 2011-08-27 17:09:26 -04:00
Markus Mohrhard
e5386d695c need argument by reference here 2011-08-27 13:46:50 +02:00
Tor Lillqvist
d372bdadb9 Updates 2011-08-27 11:11:29 +03:00
Tor Lillqvist
063a379307 Bypass stuff not built for iOS and non-desktop OSes 2011-08-27 10:51:33 +03:00
Kohei Yoshida
8a59e50a49 I forgot to increment the DB collection position.
This fixes infinite loops during pivot table layout dialog
initialization.
2011-08-26 23:32:10 -04:00
Markus Mohrhard
1932c3ce0c don't use macro here 2011-08-27 02:00:41 +02:00
Markus Mohrhard
888a4519c3 fix debug build for now 2011-08-27 02:00:41 +02:00
Kohei Yoshida
6984153093 String to rtl::OUString. 2011-08-26 19:34:42 -04:00
Jan Holesovsky
f952331f0c Remove unused parameter. 2011-08-26 23:49:40 +02:00
Jan Holesovsky
9c7e4d87c3 Move the header that made setup_native depending on sfx2. 2011-08-26 23:46:41 +02:00
Markus Mohrhard
2648075641 translate some comments in ScPrintFunc::DoPrint 2011-08-26 20:49:52 +02:00
Tor Lillqvist
eefc25d1d2 Bin USE_MINGW
Its alternative values as used by OOo is irrelevant to us as we don't
intend to support building using MinGW on Windows itself. To us, MinGW
always means cross-compilation. For us it is enough to look at
$(OS)$(COM), and WNTGCC always implies cross-compilation.

(OOo on the other hand attempts to support use of the Cygwin gcc with
the -mno-cygwin option (which is practically considered an obsolete
option), the normal MinGW compiler (but still from Cygwin), but not
cros-compilation.)
2011-08-26 20:54:59 +03:00
Matúš Kukan
933d898b10 unusedcode: SvxEditEngineViewForwarder class 2011-08-26 18:30:49 +02:00
Thorsten Behrens
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
Marco Cecchetti
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
Marco Cecchetti
f4a08a5570 Fixed a bug about exporting page number placeholder fields 2011-08-26 18:25:21 +02:00
Marco Cecchetti
6a74d13cc2 new presentantion engine version adding support for several shape animations 2011-08-26 18:25:21 +02:00
Marco Cecchetti
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
Marco Cecchetti
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
Marco Cecchetti
ac756a96b8 Now AnimationsExporterImpl defines its own XMLSdPropHdlFactory object.
The old behaviour was to get the XMLSdPropHdlFactory object of
SdXMLExport through a dangerous static cast of the exporter object (of
type SvXMLExport). See method AnimationsExporterImpl::convertValue.
This let the class AnimationsExporter to be used by any class derived
from SvXMLExport.
2011-08-26 18:25:20 +02:00
Marco Cecchetti
8cac883fcd moved header file animationexport.hxx from "xmloff/inc" to "xmloff/inc/xmloff". The configuration file Package_ink.mk has been modified in order to export the header file into "solver/*/*/inc/xmloff" Include directives of source files under "xmloff/source" have been changed accordingly 2011-08-26 18:25:20 +02:00
Marco Cecchetti
edb6e65cc9 Moved unointerfacetouniqueidentifiermapper.hxx under xmloff/inc/xmloff. The Package_inc.mk file has been modified in order to export the header under solver/*/*/inc/xmloff and the UnoInterfaceToUniqueIdentifierMapper class has been made visible from the outside by the XMLOFF_DLLPUBLIC macro. 2011-08-26 18:25:19 +02:00
Kohei Yoshida
588329f5d2 bool cleanup. 2011-08-26 12:25:24 -04:00
Michael Meeks
74881f6a87 export the source storage to import filter, to mirror TargetStorage for export 2011-08-26 17:20:39 +01:00
Michael Meeks
eb9531f9c0 misc. comment cleanup, and non-exporting of symbols not used externally 2011-08-26 17:15:19 +01:00
Michael Meeks
d7e0e737c1 add a helper class to do path resolution
includes horrible lifecycle stack workaround for free.
2011-08-26 17:11:24 +01:00
Cédric Bosdonnat
a6176612ff Header/Footer: Change the edition mode entering
Single click on header / footer changes the edit mode. But double click
is still needed to enter header / footer mode on objects flying on the
main body to avoid mistakenly selecting them.
2011-08-26 17:13:53 +02:00
Cédric Bosdonnat
89aaee9ada Header/Footer: changed GetCrsrOfst to be able to pick up background objects 2011-08-26 17:13:53 +02:00
Cédric Bosdonnat
fe37a70e93 Moved a few bit-fields to booleans 2011-08-26 17:13:52 +02:00
Cédric Bosdonnat
bfee324db6 Fixed SwFlowFrm constructor to initialize pPrecede to NULL 2011-08-26 17:13:52 +02:00
Matúš Kukan
436179148b Clean, sort and change RepositoryFixes a little. 2011-08-26 16:45:43 +02:00
Caolán McNamara
71fcd819d5 catch by const ref 2011-08-26 15:32:35 +01:00
Caolán McNamara
771def6aec mirror postprocess logic in here 2011-08-26 15:32:35 +01:00
Caolán McNamara
d82431543f WaE: and migrate to rtl::OStringBuffer 2011-08-26 15:32:35 +01:00
Harri Pitkänen
3f43b02433 Remove HTML 3.2 export option 2011-08-26 17:23:02 +03:00
Harri Pitkänen
b4052c88e4 Remove HTML_CFG_MSIE_40_OLD
This export format has not been available in the UI but there were still
a few references to it left in the source.
2011-08-26 17:22:59 +03:00
Harri Pitkänen
92a985e7c6 Remove extra #define
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere
for clarity.
2011-08-26 17:22:57 +03:00
Matúš Kukan
d0c301bba0 convert package to gbuild 2011-08-26 14:33:51 +02:00
Caolán McNamara
5e4c9fb9bb Related: fdo#37195 migrationoo3 not registered 2011-08-26 13:06:04 +01:00
Eike Rathke
6f42e4d03b fdo#40378 compile defined names that had unresolveds during load
Dependencies of defined names must not depend on the order in which they
are inserted during file load. In a second step compile defined names
that had unresolved names during load, and only those.
2011-08-26 13:34:59 +02:00
Eike Rathke
0e735d61b2 ensureCapacity on OUStringBuffer 2011-08-26 13:34:58 +02:00
Miklos Vajna
319fcca010 OfaTreeOptionsDialog: no need to use a bool for a single iteration 2011-08-26 13:05:56 +02:00
Caolán McNamara
797caeb095 Resolves: fdo#40099 don't break incremental msvc builds on removed headers 2011-08-26 11:06:35 +01:00
Caolán McNamara
66876a7117 callcatcher: some unused code 2011-08-26 10:23:55 +01:00
Caolán McNamara
ae9c5dc371 regenerate list 2011-08-26 10:23:55 +01:00
Caolán McNamara
c7c62c7114 oops, out-by-one idiocy 2011-08-26 10:23:55 +01:00
Caolán McNamara
c9e6df76ff Resolves: fdo#36678 move init that depends on parent to post-parent avail 2011-08-26 10:23:55 +01:00
Kohei Yoshida
133f98acf0 In-line comment. 2011-08-26 00:59:40 -04:00