Kohei Yoshida
d4a51391d3
Correctly import multi-value filter settings.
...
We are still not 100% compatible, e.g. Excel's "show blanks" setting
is not cleanly mapped (partly due to ODF's limitation). But that's
a future TODO.
2011-11-29 22:35:46 -05:00
Kohei Yoshida
af4435c5a4
Switch to TableFilterField3, but no other changes.
2011-11-29 22:35:46 -05:00
Luboš Luňák
5c897753a6
better debug output when skipping an element
2011-11-29 21:20:27 +01:00
Luboš Luňák
f92bb66096
no debug about skipping tags if not actually skipping
2011-11-29 21:20:27 +01:00
Luboš Luňák
6bbca34846
make debug output print tags as strings rather than id numbers
2011-11-29 21:20:27 +01:00
Luboš Luňák
7bdccfdc1d
implement import of docx mathml m:d
2011-11-29 21:20:25 +01:00
Luboš Luňák
e9ed9d4d45
do no re-sort oox tokens
...
Search me why writerfilter rolls its own, but otherwise they use
different ids, because writerfilter does not sort them.
2011-11-29 21:20:24 +01:00
Bjoern Michaelsen
d73e574d8a
move reconfigure into gbuild
2011-11-29 17:25:14 +01:00
Lior Kaplan
37f509e15d
Replace formattings with formatting
2011-11-29 18:17:18 +02:00
Luboš Luňák
34a98b79da
set properly initial size of starmath component when importing docx
2011-11-29 13:27:43 +01:00
Luboš Luňák
93be239c95
the bit hackish addFormula() shortcut is no longer necessary
2011-11-29 13:27:43 +01:00
Luboš Luňák
f034c452c5
simplify attribute retrieval syntax a bit
2011-11-29 13:27:42 +01:00
Muthu Subramanian
aa7342bd97
Removing unused GetShapePresetType().
...
It is huge, and inefficient as well.
2011-11-29 18:15:03 +05:30
Eike Rathke
42e80ec68b
dr80: #i116460# performance of Excel file with many outlines
...
# HG changeset patch
# User Niklas Nebel <nn@openoffice.org>
# Date 1300438660 -3600
# Node ID aa7d08a12d7ee60c71eb4f2dc1241197e009c443
# Parent 49c53fbe0cd4d663f419b659c82618bd106282ef
2011-11-28 15:25:34 +01:00
Jan Holesovsky
dabe836c6e
Fix visibility problem on Windows.
2011-11-28 11:27:15 +01:00
Caolán McNamara
6f33482f8f
ByteString->rtl::OUStringToOString
2011-11-28 09:55:03 +00:00
Norbert Thiebaud
811f61d81b
remove include of pch header from oox
2011-11-27 13:15:57 -06:00
August Sodora
93253ee6ab
Remove some uses of OUString::setCharAt
2011-11-26 00:49:26 -05:00
Jan Holesovsky
15da1a153e
Fix build on Windows.
2011-11-25 13:19:29 +01:00
Bjoern Michaelsen
f2f0dbd273
make gbuild makefiles run independant of pwd again
2011-11-25 12:04:40 +01:00
Cédric Bosdonnat
65be3e7908
Docx crasher: there may be no External Header for pictures.
2011-11-25 11:17:45 +01:00
Stephan Bergmann
59210463cc
no need to export oox/helper/attributelist.hxx any longer
2011-11-25 10:40:39 +01:00
Luboš Luňák
f87ea359f4
fix compile
2011-11-25 09:43:36 +01:00
David Tardon
20c8eb409e
add missing include
2011-11-25 07:26:10 +01:00
Eike Rathke
a70f7bfc5e
calc69: #i117836# repair import of multiline cells and cells with leading font escapement
...
# Original author: Daniel Rentz [dr] <daniel.rentz@oracle.com>
* found as LGPLv3-only fix at svn rev 1172134 (http://svn.apache.org/viewvc?view=revision&revision=1172134 )
2011-11-25 01:01:16 +01:00
Caolán McNamara
f4eb51fc23
fix build error, deliver oox/helper/attributelist.hxx
2011-11-24 21:48:33 +00:00
Luboš Luňák
5e10ed16ce
skip elements properly
2011-11-24 18:44:00 +01:00
Luboš Luňák
f453f11129
remove executable bit on a source file
2011-11-24 18:43:59 +01:00
Luboš Luňák
3236f5bea9
oox::AttributeList is actually not that usable outside
2011-11-24 18:43:59 +01:00
Luboš Luňák
199c95b3e9
fix inverted bool argument
2011-11-24 18:43:59 +01:00
Luboš Luňák
5b94957f7f
more api improving in importing mathml docx
2011-11-24 18:43:58 +01:00
Luboš Luňák
4d5ca442d8
streamline and document the API for mathml xml stream reading
2011-11-24 18:43:58 +01:00
Luboš Luňák
f8f1ccbaf9
rename and move mathml oox support classes in oox to better places
2011-11-24 18:43:58 +01:00
Luboš Luňák
0ac48a4a06
oox/namespaces.txt actually is generated
2011-11-24 18:43:58 +01:00
Luboš Luňák
e9462ed2d9
ooxml mathml import - first very basic implementation
...
still needs a number of cleanups (and handling more of course)
2011-11-24 18:43:57 +01:00
Luboš Luňák
1d163e4835
remove executable bit from source file
2011-11-24 18:43:57 +01:00
Luboš Luňák
9c6c0850fd
install also oox namespace.hxx
2011-11-24 18:43:57 +01:00
Luboš Luňák
f333a9de04
clean up .mk files for oox generated files
...
one was unused, and keep similar things together
2011-11-24 18:43:57 +01:00
Luboš Luňák
1acdbe4dfe
initial (very hacky) work on mathml ooxml import
...
This commit needs to be generally reworked for upstream, but it
more or less works.
2011-11-24 18:43:56 +01:00
Cédric Bosdonnat
f4f4a899f0
RTF import: partly fixed the WMF images scaling.
2011-11-24 16:08:46 +01:00
Stephan Bergmann
981470b240
Base SAL_INFO/WARN inclusion on if instead of #if.
...
So that variables only used within SAL_INFO/WARN do not lead to
unused variable warnings in product builds. Also for OSL_TRACE
(which used to work that way before already); allowing to revert
a recent warning fix.
2011-11-22 13:24:27 +01:00
Stephan Bergmann
28bb26279e
Avoid unused variable warning.
2011-11-22 12:10:02 +01:00
Norbert Thiebaud
0ea8c014ef
tweak gbuild standart Makefile to allow partial build in unsourced env
...
This allow to run make in a module wihtout the need to source
Env.Host.sh.
2011-11-16 06:18:54 -06:00
Muthu Subramanian
a8b0407fef
n#592912 and n#621744: Text Alignment fixes.
2011-11-15 21:13:18 +05:30
Miklos Vajna
4ffcc73fa2
WaE: OptValue::maValue may be used uninitialized
2011-11-11 22:33:00 +01:00
Caolán McNamara
5aea780bfd
This global Reference is problematic, especially for unit tests
...
The global reference will be torn down after the typelib
infrastructure is gone away. Hopefully a WeakReference is
sufficient for the original requirements
2011-11-11 11:55:05 +00:00
Christian Lohmaier
f0dff0d9d1
use non-const buffer to enable byte-order swapping on BigEndian system
2011-11-08 19:35:58 +01:00
Radek Doulik
07a61ac396
fix texbox vertical alignment, it was regression introduced by f1a2b0cb
2011-11-08 16:13:01 +01:00
Radek Doulik
a8bdbeb1a8
fixed regression, set the left paragraph margin
2011-11-08 15:41:25 +01:00
Radek Doulik
8ca3ca455a
use text frame part of customshapes on import
2011-11-08 13:01:42 +01:00