Commit graph

1063 commits

Author SHA1 Message Date
Thomas Arnhold
93652f968c Bring back tablestyle.cxx 2011-02-26 16:31:31 +01:00
Thomas Arnhold
ace98753bd Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 16:31:31 +01:00
Thomas Arnhold
e1cbe35a9e Remove some more dead files and wrappers 2011-02-26 16:31:30 +01:00
Daniel Rentz [dr]
4f06bfae89 dr78: #164376# use XCellRangeData to increase import performance 2011-02-25 16:43:02 +01:00
Noel Power
4b3f93c959 use r:id or o:relid ( whichever exists ) for vml shape import 2011-02-22 15:38:17 +00:00
Noel Power
75b4c3b780 remove redundant include that was committed by mistake
remove #include "oox/token/tokenmap.hxx" that I added whilst doing some debug
2011-02-22 12:32:49 +00:00
Noel Power
b983427419 fdo#34305 fix missing jpg/gif in docx import 2011-02-22 11:32:36 +00:00
Release Engineering
e756bcc723 merged DEV300 2011-02-18 11:14:19 +01:00
Muthu Subramanian K
7815b31f33 XLSX import of duplicate-conditional formatting. 2011-02-15 20:18:04 +05:30
Caolán McNamara
6f2edc72a1 add mode lines to new files 2011-02-14 13:24:08 +00:00
Daniel Rentz [dr]
f042519085 dr78: #164376# oox import performance: step 2 - move every access to XCell interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values 2011-02-11 16:11:43 +01:00
Caolán McNamara
476f9f9a0c (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:51:58 +00:00
Caolán McNamara
9b5a0fd922 (std|boost)::hash on a const char* hashes the pointer not the contents 2011-02-11 12:41:24 +00:00
Daniel Rentz [dr]
aec1b58b2f dr78: #164376# oox import performance: step 1 - encapsulate all code related to cell contents and cell formatting import into class SheetDataBuffer (including shared formulas, array formulas, table operations), remove FormulaContext concept to gain full control over formula import 2011-02-10 17:12:02 +01:00
Thomas Arnhold
5e4687547b Remove dead code 2011-02-07 22:41:12 +01:00
Daniel Rentz [dr]
7a5084f1ac dr78: rework of stream handling, improve handling of very large streams (prevent loading entire stream into array or string, esp. dumper and VML import), full support of XComponentContext 2011-02-07 17:18:11 +01:00
Fridrich Štrba
110c79cd4c use boost::hash instead of std::hash 2011-02-06 14:45:40 +01:00
Fridrich Štrba
c49b647c0a sgi hash containers -> boost unordered containers 2011-02-06 10:37:38 +01:00
Mathias Bauer
b0f052ee19 CWS gnumake3: resync to m99 2011-02-03 15:53:56 +01:00
Ingrid Halama [iha]
5e9253fedc chart52: merge with DEV300_m99 2011-02-03 12:49:56 +01:00
Vladimir Glazunov
1f85e508ed CWS-TOOLING: integrate CWS writerfilter09 2011-02-01 11:38:09 +01:00
Caolán McNamara
7585b27dd3 WaE: throw out some warnings 2011-01-31 21:25:37 +00:00
Vladimir Glazunov
f4a6e83b42 CWS-TOOLING: integrate CWS chart46 2011-01-31 17:20:05 +01:00
Caolán McNamara
e0b3e9eed7 equalsAscii -> equalsAsciiL 2011-01-29 13:19:42 +00:00
Michael Meeks
c4a384a3fc revert incorrect usage of RTL_CONSTASCII_STRINGPARAM on char * pointers 2011-01-28 16:59:16 +00:00
Ingrid Halama [iha]
3845b33337 chart46: merge with dev300m98 2011-01-28 17:43:26 +01:00
Thomas Arnhold
3f4b29b8f2 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-28 17:01:12 +01:00
Daniel Rentz [dr]
09f7fc99c4 dr78: revert migration of oox to gbuild (will be done in a dedicated CWS) 2011-01-27 13:20:10 +01:00
Caolán McNamara
d304c5dfd3 WaE: gcc 4.6.0 various warnings 2011-01-27 11:23:19 +00:00
Daniel Rentz [dr]
2e0fdf80c3 chart52: #i28670# import/export of manual chart legend size from/to XLS 2011-01-26 18:58:36 +01:00
Daniel Rentz [dr]
4dd0bf0518 chart52: #i28670# import of manual chart legend size from OOXML 2011-01-26 14:16:22 +01:00
Mathias Bauer
610ed2c574 CWS gnumake3: resync to m98 2011-01-25 18:35:57 +01:00
Ingrid Halama [iha]
d21794dfbf chart52: merge with DEV300_m98 2011-01-25 18:24:23 +01:00
Daniel Rentz [dr]
713792ff4a chart52: adapt to changed API 2011-01-25 16:59:47 +01:00
Henning Brinkmann
1f09c7b756 merged DEV300_m98 2011-01-24 13:58:44 +01:00
Thomas Arnhold
fb02ad8229 Remove old RCS lines. 2011-01-21 12:21:28 +01:00
Thomas Arnhold
4dd5c0b6b7 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 11:31:12 +01:00
Ivo Hinkelmann
d5d0ee8967 masterfix: #i10000# header file removed 2011-01-19 17:41:26 +01:00
Bjoern Michaelsen
9499cdd019 gnumake3: mergeing changes from DEV300_m97, fixing jars for svl complex test, deliver globlmn.hrc for now, adding component registration for svx libraries, still misses gengal and friends when packing 2011-01-19 16:36:58 +01:00
Daniel Rentz [dr]
ae88ed70d0 dr78: minor changes in gperf usage 2011-01-19 10:56:53 +01:00
Radek Doulik
ce13ac6030 set characters encoding for symbol fonts, n#656934 2011-01-18 20:00:48 +01:00
Radek Doulik
624538b9e8 fix default bullet size, n#656934 2011-01-18 20:00:48 +01:00
Radek Doulik
261d520fc7 extend debug dump so that it dumps numbering rules 2011-01-18 20:00:48 +01:00
Ivo Hinkelmann
05463782f4 CWS-TOOLING: integrate CWS chartextensibility 2011-01-18 17:50:24 +01:00
Daniel Rentz [dr]
3737e60f05 dr78: branch merge 2011-01-18 17:29:41 +01:00
Daniel Rentz [dr]
f9a7097362 dr78: switch module oox to new gbuild system 2011-01-18 17:22:36 +01:00
hb
2a3bba7ed9 merge 2011-01-17 12:26:20 +01:00
Daniel Rentz [dr]
fd2917575b dr78: minor changes in token macros 2011-01-17 10:59:07 +01:00
Julien Nabet
45992b1bf7 some cppcheck cleaning 2011-01-17 09:27:06 +01:00
Ingrid Halama [iha]
560ccd356b chart46: merge with DEV300_m97 2011-01-15 17:21:37 +01:00
Daniel Rentz [dr]
2fba65d4ec dr78: unx build errors 2011-01-13 10:55:32 +01:00
Radek Doulik
cd43ee9583 fix bullet characters encoding for symbol fonts, n#656934 2011-01-12 20:53:38 +01:00
Radek Doulik
1fda89a99e fix placeholder styles, n#656934
- do not lookup ph indexes which are set to -1
2011-01-12 20:53:37 +01:00
Radek Doulik
a216757e8c fix crash, happened when loading document from n#657892
- check that the sequence has has at least one item before assigning it
2011-01-12 20:53:37 +01:00
Daniel Rentz [dr]
46609bbf0f dr78: build errors after rebase 2011-01-12 18:03:09 +01:00
Daniel Rentz [dr]
97811e2bbb dr78: rebase to DEV300_m97 2011-01-12 13:29:17 +01:00
Daniel Rentz [dr]
d4c7fa84b7 dr78: oox - encapsulate shape property handling in own class ShapePropertyMap 2011-01-11 13:26:59 +01:00
Daniel Rentz [dr]
f9a2b29136 dr78: oox - BIFF3-BIFF5 arcs and polygons, line and fill formatting 2011-01-08 12:55:26 +01:00
Daniel Rentz [dr]
bb282d6533 dr78: oox - import children of BIFF3-BIFF5 group shapes 2011-01-06 15:51:51 +01:00
Caolán McNamara
ff8f8064fd cppunit: prefer prefix variant 2011-01-06 13:57:30 +00:00
Caolán McNamara
9de19e6f3c cppunit: prefer prefix variant 2011-01-06 13:51:11 +00:00
Daniel Rentz [dr]
b03baea914 dr78: #i96587# oox - import BIFF8 cell notes 2011-01-06 13:56:27 +01:00
Daniel Rentz [dr]
1ed3654a1c dr78: #i96587# oox - import BIFF2-BIFF5 cell notes 2011-01-06 12:32:39 +01:00
Daniel Rentz [dr]
b156d957d5 dr78: #i96587# import text formatting from OOXML and BIFF12 2011-01-05 21:25:56 +01:00
Henning Brinkmann
0ab620d32e merged DEV300_m96 2011-01-05 13:59:51 +01:00
Daniel Rentz [dr]
c15fb91736 dr78: oox - import of BIFF3-BIFF5 drawing objects - first bits 2011-01-04 18:51:14 +01:00
Caolán McNamara
4ee8b3988c cppcheck: prefer prefix variant 2011-01-01 21:27:36 +00:00
Caolán McNamara
04b3e195db cppcheck: prefer prefix variant 2011-01-01 21:00:21 +00:00
Caolán McNamara
ae8c0a4fa5 cppcheck: prefer prefix variant 2010-12-30 21:08:57 +00:00
Caolán McNamara
99d15d2bcd cppcheck: prefer prefix variant 2010-12-30 21:06:25 +00:00
Daniel Rentz [dr]
673e27f14b dr78: rebase to DEV300m96 2010-12-29 17:02:32 +01:00
Daniel Rentz [dr]
79d45a155b dr77: post rebase fixes 2010-12-28 17:59:34 +01:00
Daniel Rentz [dr]
87eded87d9 dr77: rebase to DEV300m96 2010-12-27 12:33:29 +01:00
Caolán McNamara
2da3de9965 cppcheck: prefer prefix variant 2010-12-23 16:33:44 +00:00
Caolán McNamara
b404c263e7 cppcheck: prefer prefix variant 2010-12-23 16:33:19 +00:00
Caolán McNamara
8785341478 cppcheck: prefer prefix variant 2010-12-23 14:59:21 +00:00
Jan Holesovsky
62604a952d Merge commit 'libreoffice-3.3.0.2' 2010-12-20 01:17:05 +01:00
Caolán McNamara
658a7aebed cppcheck: prefer prefix variant 2010-12-18 19:25:13 +00:00
Hans-Joachim Lankenau
e287dbe026 CWS-TOOLING: integrate CWS mib19 2010-12-17 13:36:59 +01:00
Daniel Rentz [dr]
e3c7c4fc08 dr78: #i71453# remove unused flags 2010-12-17 12:17:41 +01:00
Daniel Rentz [dr]
a25f471568 dr78: #i71453# BIFF2: use formatting information from cell records if XF records are missing 2010-12-17 12:09:17 +01:00
Daniel Rentz [dr]
70ec19ae3c dr78: corrected color indexes when dumping PALETTE 2010-12-16 19:07:41 +01:00
Daniel Rentz [dr]
2b7da24f60 dr78: #i109800# SHEET record may not point to BOF but to any record in the sheet substream 2010-12-16 19:00:18 +01:00
Daniel Rentz [dr]
b60db466ef dr78: #i71810# rework import of fill bitmap mode: ignore CHPICFORMAT record except for bar chart series/points and for 3D walls/floor 2010-12-15 17:43:27 +01:00
Kohei Yoshida
3c8889ca49 Merge commit 'ooo/OOO330_m18' into libreoffice-3-3 2010-12-14 23:22:08 -05:00
Hans-Joachim Lankenau
54229ffa3e merge OOO330 2010-12-14 15:42:18 +01:00
Daniel Rentz [dr]
4e7a88638a dr78: simplified handling of external add-in functions, changed handling of empty function parameters 2010-12-14 14:40:00 +01:00
Rene Engelhard
d77e27ac52 use $(GPERF) instead of hardcoded gperf (fdo#32195) 2010-12-14 11:08:11 +01:00
Rene Engelhard
3389452aa4 use $(GPERF) instead of hardcoded gperf (fdo#32195) 2010-12-13 22:18:41 +01:00
Muthu Subramanian K
6a11add2c4 XLSX VML Export fixes.
XML_v instead of XML_w10. Don't write xml headers for
vml files.
2010-12-10 21:43:47 +05:30
Daniel Rentz [dr]
2c20a8e117 mib19: rebase to DEV300m95 2010-12-09 10:13:55 +01:00
Daniel Rentz [dr]
518771d95e dr78: #i111413# export secant functions to BIFF 2010-12-08 15:41:52 +01:00
Radek Doulik
c3d8e08ba0 use placeholder text in pptx export 2010-12-08 12:09:29 +01:00
Daniel Rentz [dr]
4bb5bfb5fa calc33stopper3: #i115940# improve performance for import of XLSX files with drawing objects 2010-12-07 14:54:40 +01:00
Daniel Rentz [dr]
5cefe89a58 dr77: #i108420# SHEET spreadsheet function accepts empty parameter list 2010-12-07 12:00:26 +01:00
Michael Callahan
36169a32c8 remove obsolete __FAR_DATA 2010-12-06 10:37:08 +00:00
Takeshi Abe
2b22b5f4ee Replace all occured, occurance etc. 2010-12-06 09:12:45 +00:00
Cédric Bosdonnat
4ec5258f2b ISO OOXML: implemented the import of ind start and end attributes 2010-12-03 17:23:35 +01:00
Daniel Rentz [dr]
fa8c84eb56 chart46: #i85310# support for chart date axes in Excel filters: BIFF8 import/export, OOXML import 2010-12-02 19:15:45 +01:00
Katarina Machalkova
4d42da8598 Export frame around graphic object into xlsx (bnc#654525) 2010-12-01 14:55:07 +01:00
Henning Brinkmann
6c59cba1f0 merged DEV300_m94 2010-12-01 13:49:43 +01:00
Ivo Hinkelmann
05db611378 CWS-TOOLING: integrate CWS pl08 2010-11-30 17:00:37 +01:00
Ivo Hinkelmann
56c0414035 CWS-TOOLING: integrate CWS impress202 2010-11-30 16:02:32 +01:00
Muthu Subramanian K
27e580a5bb Import of super/subscript properties of cells - n#655193 2010-11-30 18:44:55 +05:30
Muthu Subramanian K
53adb12a81 Import hyperlinks of textboxes/shapes - n#655216 2010-11-30 18:44:55 +05:30
Gert Faller
a493c46857 RTL_CONSTASCII_USTRINGPARAM in filters 14 2010-11-29 23:35:09 +01:00
Gert Faller
3f8861ce64 RTL_CONSTASCII_USTRINGPARAM in filters 12 2010-11-28 18:35:13 +01:00
Gert Faller
17e4b5ee63 RTL_CONSTASCII_USTRINGPARAM in filters 8 (build problem in sal ?) 2010-11-27 17:35:06 +01:00
Gert Faller
36c323e365 RTL_CONSTASCII_USTRINGPARAM in filters 3-4 2010-11-27 10:13:34 +01:00
Jan Holesovsky
73f23cbae7 Merge remote branch 'origin/libreoffice-3-3' 2010-11-25 14:26:56 +01:00
Thomas Benisch
b0386b5736 chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified 2010-11-24 11:32:32 +01:00
Noel Power
a146d01a70 remove debugging artifact 2010-11-22 14:20:56 +00:00
Noel Power
b874a1f9c0 remove debugging artifact 2010-11-22 14:18:14 +00:00
Noel Power
a17065d383 fix for n#648731 imagedata attribute not imported correctly 2010-11-22 12:07:32 +00:00
Noel Power
06e1dc0304 fix for n#648731 imagedata attribute not imported correctly 2010-11-22 12:05:14 +00:00
Muthu Subramanian K
9974dbcbee Missing call to importDocumentProperties() n#655194 2010-11-22 15:55:48 +05:30
Thomas Benisch
4d9490fbac chartextensibility: #i113619# Pasting a chart into a spreadsheet is not notified 2010-11-18 19:47:19 +01:00
Jan Holesovsky
f792799abf Merge remote branch 'origin/libreoffice-3-3' 2010-11-16 09:26:34 +01:00
sj
296edcbb71 impress202: rebasing 2010-11-15 17:45:29 +01:00
Tor Lillqvist
cad14443de Apply oox-drawingml-fix-shapes-map-crash.diff 2010-11-13 12:24:12 +02:00
Tor Lillqvist
9fdd18024a Apply pptx-fix-connector-crash.diff 2010-11-13 12:24:10 +02:00
Tor Lillqvist
c051ddbb5c From hg changeset c94984deded153e8720faf14d1fc5c3a5b866381 in ooxml11
ooxml11: intermediate commit, builds
2010-11-13 12:24:08 +02:00
Tor Lillqvist
ba0ab700b4 From hg changeset 2b3eef7bad494312ee9c8c13c1b1014b22ba0451 in ooxml11
ooxml11: merge with DEV300 m76 (I hope), plus intermediate commit of
own changes
2010-11-13 12:24:04 +02:00
Michael Meeks
5a805d036e fix type of zero passed as sal_Int32 to template 2010-11-11 10:29:58 +00:00
Radek Doulik
c1baa49e00 fix how the table cells style is applied in pptx import, n#650008 2010-11-10 21:24:12 +01:00
Daniel Rentz [dr]
9838822e58 dr77: adaptions to new component registration 2010-11-10 16:07:20 +01:00
Radek Doulik
6fc2bebf24 better debug dump of text paragraph properties 2010-11-10 15:49:38 +01:00
Daniel Rentz [dr]
2311a11aa8 dr77: missing include 2010-11-09 19:13:30 +01:00
Daniel Rentz [dr]
8180400d2c dr77: missing properties 2010-11-09 16:56:47 +01:00
Daniel Rentz [dr]
eda18e5118 dr77: rebase to DEV300m92 2010-11-09 15:15:30 +01:00
Daniel Rentz [dr]
9b68fad686 dr77: remove deleted file from makefile 2010-11-09 11:32:14 +01:00
Daniel Rentz [dr]
32bb320ed0 dr77: more cleanup: remove RecordInputStream, cleanup ContainerHelper 2010-11-09 10:52:14 +01:00
Daniel Rentz [dr]
bf9cd246dc dr77: unx compiler warnings 2010-11-08 16:21:47 +01:00
Mikhail Voytenko
f0b6b3f477 pl08: #163778# fix nonpro build 2010-11-08 15:23:02 +01:00
Daniel Rentz [dr]
6cafb68322 dr77: optimizations in generation of XML tokens, XML namespaces, property names; code cleanup 2010-11-08 13:47:01 +01:00
Tor Lillqvist
7c98558d78 Fix breakage when building with --enable-dbgutil 2010-11-07 09:58:38 +02:00
Tor Lillqvist
058ddd74be Fix breakage when building with --enable-dbgutil 2010-11-07 09:54:43 +02:00
Mikhail Voytenko
3460624e39 pl08: #163778# use EncryptionData from MediaDescriptor 2010-11-04 17:56:39 +01:00
Daniel Rentz [dr]
0b66e33ee5 dr77: #i102872# handle new filter operators from css.sheet.FilterOperator2, rewrite OOXML autofilter import, add BIFF5/8/12 support 2010-11-04 11:03:35 +01:00
Noel Power
dc1d40894f add new uno based filter service for vba project 2010-11-02 19:49:48 +00:00
Noel Power
e274ec121b initial import of latest cws container_controls 2010-11-02 19:49:48 +00:00
sj
3de4569874 fixed warning (shadowed variable) 2010-10-29 11:55:40 +02:00
Caolán McNamara
8c97ec61d7 add modelines to .hxx files as well 2010-10-28 15:49:40 +01:00
Katarina Machalkova
a41687b62b New files from xlsx-shared-oox-chart-export-part1.diff 2010-10-27 14:04:16 +02:00
Katarina Machalkova
9e02fc6443 Merged xlsx-shared-oox-chart-export-part1.diff from ooo-build 2010-10-27 14:04:16 +02:00
Daniel Rentz [dr]
1f77e4b60e dr77: fix broken import of charts and group shapes 2010-10-21 15:42:15 +02:00
Mathias Bauer
f8ee9cd0a4 CWS changehid: resync to m90 2010-10-21 15:10:42 +02:00
Daniel Rentz [dr]
a7f8ec5c50 dr77: #i103686# improve import of shapes in right-to-left sheets 2010-10-21 14:40:11 +02:00
Katarina Machalkova
f4fa39e90e Undoing pptx filter as a separate lib ( + related changes)
Shared ppt + pptx filter will be merged from cws later
2010-10-21 09:37:15 +02:00
Daniel Rentz [dr]
873aef4d5a dr77: oox: improve consistency of class/struct names and constant names, improvements for web queries 2010-10-19 19:41:33 +02:00
Katarina Machalkova
5cc0926094 New files from oox-smartart-import.diff 2010-10-19 17:14:37 +02:00
Katarina Machalkova
4f54b69d72 Merged oox-smartart-import.diff from ooo-build 2010-10-19 17:04:12 +02:00
Katarina Machalkova
fbcee910cd Merged oox-drawingml-fix-apply-shape-reference-crash.diff 2010-10-19 16:45:12 +02:00
Katarina Machalkova
4ed22ff72f Merged oox-pptx-export-blip-luminance.diff from ooo-build 2010-10-19 16:42:12 +02:00
Katarina Machalkova
d0712d61e5 Merged oox-drawingml-fix-shapes-map-crash.diff from ooo-build 2010-10-19 16:39:05 +02:00
Katarina Machalkova
3378115ed5 Merged oox-pptx-export-fix-action-button-presets.diff from ooo-build 2010-10-19 16:37:49 +02:00
Katarina Machalkova
3deca02263 Merged oox-pptx-export-para-linespacing.diff from ooo-build 2010-10-19 16:37:12 +02:00
Katarina Machalkova
73b8cdd120 Merged oox-pptx-export-vertical-text.diff from ooo-build 2010-10-19 16:35:26 +02:00
Katarina Machalkova
0b906ea0f7 Merged oox-pptx-export-hyperlinks.diff from ooo-build 2010-10-19 16:34:54 +02:00
Katarina Machalkova
e9aa7e7cba Merged pptx-fix-connector-crash.diff from ooo-build 2010-10-19 16:33:07 +02:00
Katarina Machalkova
b4d37acf26 Merged pptx-the-rest-from-git.diff from ooo-build 2010-10-19 16:27:51 +02:00
Katarina Machalkova
e0a35af701 Merged pptx-snapshot-at-ooxml03-creation.diff from ooo-build 2010-10-19 16:18:17 +02:00
Muthu Subramanian K
f66072f9ac PPTX chart import feature.
This is similar to xlsx chart importer.
2010-10-16 21:46:20 +05:30
Muthu Subramanian K
154e93a822 commentPr import feature. 2010-10-16 21:46:20 +05:30
Muthu Subramanian K
765050416f Adding commentPr tokens. 2010-10-16 21:46:20 +05:30
Muthu Subramanian K
e9fbc68190 '\n' at the end of a vml file causes hang+memory fillup. 2010-10-16 21:46:20 +05:30
Katarina Machalkova
6b9c9c6be3 Merged oox-sc-notes.diff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
8059087d79 Merged ooxml-sc-brk.diff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
2fa5955d7f Merged ooxml-sc-page-date-imp.diff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
afc5c31646 Merged ooxml-sc-docpropsimp.dff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
f87f16fe09 Merged ooxml-schema.diff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
ab5cee19fe Merged ooxml-sc-page-date.diff from ooo-build 2010-10-13 19:57:41 +02:00
Katarina Machalkova
114ae538db Merged ooxml-filter.diff from ooo-build 2010-10-13 19:57:40 +02:00
Katarina Machalkova
ddb579355d Merged pptx-autoplay-fix.diff from ooo-build 2010-10-13 19:57:40 +02:00
Katarina Machalkova
4e1d61bb3e Merged xlsx-shared-xlsx-shared-import-and-export.diff from ooo-build 2010-10-13 19:57:40 +02:00
Noel Power
e3a527e002 initial commit for vba blob ( not including container_control stuff ) 2010-10-13 12:56:43 +01:00
Sebastian Spaeth
46a924d348 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-13 10:57:42 +02:00
sj
3a95d76279 impress202: #i113673# added support of smybol fonts 2010-10-12 16:11:23 +02:00
Mathias Bauer
e56cbb4292 CWS changehid: resync to m89 2010-10-09 18:56:58 +02:00
Radek Doulik
2341f9e859 fix default vertical text alignment and placeholder style, n#645116
- use master's body style in case placeholder doesn't have shape in master/layout
2010-10-08 22:42:27 +02:00
Radek Doulik
4618d0344e oox-pptx-import-fix-text-body-properties.diff: fix textbody properties.
n#621744
2010-10-08 15:02:02 +02:00
Radek Doulik
a57a4078fc oox-pptx-import-fix-placeholder-text-style.diff: fix placeholders style.
n#592906, n#479834
2010-10-08 15:00:50 +02:00
Thorsten Behrens
166bd174a8 pptx-gfx-layout-fix.diff: temp fix
to make GraphicShapeContext recognise layout
2010-10-08 14:59:04 +02:00
Radek Doulik
35c33de872 oox-pptx-import-fix-groups-2: fix group shapes (final part).
n#619678
2010-10-08 14:49:01 +02:00
Radek Doulik
0cbc98860c oox-pptx-import-fix-customshapes-and-groups.diff: fix group shapes and guides.
n#621739
2010-10-08 14:42:23 +02:00
Radek Doulik
6257611539 oox-import-fix-ole2-shapes.diff: fix OLE2 import.
n#593611
2010-10-08 14:05:00 +02:00
Radek Doulik
ff19ebe0dc oox-pptx-fix-transition-auto-advance.diff: import transition auto advance.
n#480243
2010-10-08 14:02:37 +02:00
Radek Doulik
e4b13897f5 oox-pptx-import-fix-layout.diff: fix list styles applying.
n#480223
2010-10-08 13:54:35 +02:00
Radek Doulik
69a1226fc6 oox-import-drawing-font-spacing.diff: import character spacing.
n#479822
2010-10-08 13:51:09 +02:00
Radek Doulik
d04971ec92 oox-fix-list-style-apply.diff: use slide's list style.
n#485417
2010-10-08 13:49:28 +02:00
Cédric Bosdonnat
58a4049174 fate#307731, fate#307730: Adds dotted and dashed border lines 2010-10-06 23:54:46 +02:00
Kohei Yoshida
72c9c9b3aa Ported calc-xls-import-slanted-border-oox.diff from ooo-build.
Sets correct reference point when importing cell contents that are
angled.
2010-10-06 17:42:37 -04:00
Cédric Bosdonnat
3d9ebded13 Misc improvements for docx VML import 2010-10-06 23:34:50 +02:00
Kohei Yoshida
81c9c7e29b Ported calc-xlsx-import-default-cellstyle.diff from ooo-build.
Import default cell styles into the 'Default' calc style.  Not
doing this severely degrade the performance of the export of the
same document; since each cell is treated as having a non-default
cell style. (n#558577)
2010-10-05 16:17:30 -04:00
Petr Mladek
27b05e4d7b remove include guards using fixguard.py 2010-10-05 18:15:59 +02:00
Kohei Yoshida
19457ab2b5 Ported calc-distributed-cell-text-*.diff from ooo-build.
This feature enables horizontal 'distributed' alignment and vertical
'justified' and 'distributed' alignments for cell contents in Calc.
Note that this feature relies on ODF 1.2 extended in order for the
relevant cell attributes to be saved in ODS.
2010-10-05 11:19:52 -04:00
Christian Lippka
9fcf7378bb impress201: rebase m89 2010-10-05 13:53:45 +02:00
Kohei Yoshida
d7bf4381d5 Ported calc-perf-xlsx-import-string-cells.diff from ooo-build.
This patch slightly improves performance of xlsx import, by improving
the import of string cells.
2010-10-04 16:36:11 -04:00
sj
dad4fcd22b impress201: #i114883# added support of cropped graphic objects 2010-10-01 13:18:41 +02:00
sj
74686377ec impress201: #i101074# fixed background import problem.. now supporting ColorRef based background colors 2010-09-29 16:18:54 +02:00
Daniel Rentz [dr]
d85bdb1f43 dr77: dump hyperlinks from document summary stream, corrected filter name 2010-09-28 20:04:20 +02:00
Radek Doulik
84ab9817a6 Fix text paragraph autofit pptx import 2010-09-24 09:01:46 +02:00
Thorsten Behrens
97058c043c Add dependency for generated vmlexport-shape-types 2010-09-21 20:55:32 +02:00
Daniel Rentz [dr]
cbc112a716 mib19: #163556# preserve VBA compatibility in ODF roundtrip 2010-09-17 15:28:21 +02:00
Jan Holesovsky
33059d29f9 Fix the build of oox. 2010-09-17 12:32:04 +02:00
Jan Holesovsky
5ddafab025 oox-build-fix-dev300-m77.diff: Partial fix of the oox build. 2010-09-17 12:31:24 +02:00
Jan Holesovsky
9191a63d2c docx-export-enable.diff: Enable the .docx export. 2010-09-16 06:58:02 +02:00
sb
7788dc10a3 sb129: #i113189# change UNO components to use passive registration 2010-09-10 13:10:07 +02:00
Daniel Rentz [dr]
c87dc66c99 dr77: use vba import filter in oox 2010-09-02 18:19:50 +02:00
Daniel Rentz [dr]
c3154ff8de mib19: #163525# handle missing codenames in XLS files 2010-09-02 16:24:32 +02:00
Daniel Rentz [dr]
21e510a52a dr77: reset index for every codename 2010-09-02 16:21:45 +02:00
Daniel Rentz [dr]
18df99d4db dr77: prepare creation of missing modules 2010-09-02 15:18:49 +02:00
Daniel Rentz [dr]
8b4b42daa8 dr77: rebase to DEV300m87 2010-08-30 19:25:43 +02:00
Daniel Rentz [dr]
c29c922edb dr77: change all exported services in oox module from MultiServiceFactory to ComponentContext 2010-08-30 16:10:01 +02:00
Daniel Rentz
04c272eb83 dr77: #i114128# import legacy drawing controls 2010-08-26 18:37:44 +02:00
Vladimir Glazunov
6d829dfcd3 DEV300: merge 000330 till r. b727f1beb700 2010-08-25 15:47:38 +02:00
Henning Brinkmann
42398dbbae writerfilter09: merged DEV300_m86 2010-08-11 17:51:50 +02:00
Daniel Rentz
4d9f54e9f0 dr77: move code that binds controls to sheet source, ported from cws container_controls 2010-08-11 14:24:53 +02:00
Daniel Rentz
76ec9b6d37 dr77: #i113046# create sheet modules even if codename is missing, ported from CWS container_controls 2010-08-09 17:05:10 +02:00
Daniel Rentz
64f870b426 dr77: code cleanup 2010-08-05 16:01:52 +02:00
Daniel Rentz
107fa1e40f dr77: rebase to m86 2010-08-05 09:51:16 +02:00
Ivo Hinkelmann
24e7a75506 CWS-TOOLING: integrate CWS mib17 2010-08-03 11:54:45 +02:00
Daniel Rentz
3a2263a206 mib17: #163146# XLS import: do not skip hidden names, do not rename sheet-local names, add Worksheet.Names VBA symbol -- #i112849# fix crash when closing Calc document 2010-07-30 17:28:42 +02:00
Henning Brinkmann
f2bb77e41e writerfilter09: merged DEV300_m85 2010-07-30 13:50:02 +02:00
Daniel Rentz
5dc897e1c3 dr77: add import of tab color from BIFF8 in OOX filter 2010-07-29 15:04:40 +02:00
Daniel Rentz
b823f5abfb mib17: rebase to OOO330_m2 2010-07-27 18:05:46 +02:00
Daniel Rentz
11c19ba7fb mib17: rebase to DEV300_m84 2010-07-27 17:12:01 +02:00
Daniel Rentz
67948f2754 mib17: move VBA specific interfaces into vba subdir 2010-07-27 14:43:33 +02:00
Daniel Rentz
1e940446fb mib17: #i112634# prepare loading VBA with document events from ODF and XLSM 2010-07-27 11:53:35 +02:00
Mathias Bauer
37287ce5ae CWS changehid: resync to m84 2010-07-13 14:38:37 +02:00
Daniel Rentz
366a18ae56 mib17: #i113070# WaE: wrong return values 2010-07-10 17:12:56 +02:00
Daniel Rentz
4232a54805 mib17: remove unused code 2010-07-07 19:27:51 +02:00
Daniel Rentz
19d399fdda mib17: #i112634# add VBA sheet event handling, based on a patch from Noel Power 2010-07-06 19:34:53 +02:00
Christian Lippka
a831682cc3 impress193: rebase m84 2010-07-05 11:01:27 +02:00
sj
96c2ec5749 impress193: #162822# fixed font size problem with presentation objects and flipping problem of freeform shapes 2010-07-02 16:52:34 +02:00
sj
558e6bbbcd impress193: #162822# fixed font size problem with presentation objects 2010-07-02 13:35:53 +02:00
Mikhail Voytenko
5c0b28daa0 writerfilter08: rebase to DEV300_m84 2010-07-01 16:52:43 +02:00
sj
f22687dd64 impress193: #i112792,i112794# fixed crash (resulting from merge conflict), fixed zero sized/placed placeholder objects 2010-06-30 13:51:07 +02:00
obo
253b90750a CWS-TOOLING: integrate CWS dr76 2010-06-22 09:47:50 +02:00
obo
5acd61eaee CWS-TOOLING: integrate CWS mib16 2010-06-22 05:59:20 +02:00
Daniel Rentz
b6cb1fb969 dr76: rebase to m83 2010-06-21 18:34:56 +02:00
Daniel Rentz
d90bbc5dd1 mib16: rebase to m83 2010-06-21 15:39:04 +02:00
obo
70067cc8bc CWS-TOOLING: integrate CWS cbosdo03 2010-06-21 13:45:10 +02:00
obo
fbe60754d1 CWS-TOOLING: integrate CWS calctabcolor 2010-06-21 13:30:01 +02:00
Mikhail Voytenko
fdc8e8e76a rebase to m83 2010-06-18 14:32:18 +02:00
obo
3781c0d484 CWS-TOOLING: integrate CWS tl78 2010-06-18 10:54:35 +02:00
Daniel Rentz
74721a30a8 mib16: rebase to m82 2010-06-17 11:32:18 +02:00
Henning Brinkmann
ce70c5577a writerfilter09: merged DEV300_m82 2010-06-16 10:25:18 +02:00
Daniel Rentz
614e369c4c mib16: contributed bugfixes and various new symbols in VBA compatibility implementation 2010-06-15 20:02:53 +02:00
Kohei Yoshida
cc07f6b22a calctabcolor: fixed build breakage in oox. 2010-06-15 11:20:34 -04:00