summaryrefslogtreecommitdiffstats
path: root/oox/inc
Commit message (Collapse)AuthorAgeFilesLines
* fix morph control export also fix toggle button state exportNoel Power2011-10-031-1/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3017-0/+50
|
* fix trunk gcc compile errorsMatúš Kukan2011-09-291-4/+4
|
* conditionalise out presently unused class variablesNoel Power2011-09-261-0/+2
| | | | currently we conditionalise out the parts of the code intended to replace the remaining code in SvxMSConvertOCXControls with flag SvxMSConvertOCXControlsRemoved. Some unused class variables should also have been conditionalise out. Hmmm maybe I should just get rid of it all :-/
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-261-0/+195
| | | | add forgotten new files axbinarywriter.[ch]xx
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-264-73/+153
|
* new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power2011-09-261-0/+89
| | | | note original oracle copyright has been preserved as this code has just being moved to a new source/header file
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-222-0/+6
|
* Remove RCS headerThomas Arnhold2011-09-204-12/+0
|
* Related gcc#50394 pernickety gcc 4.7.0Caolán McNamara2011-09-151-4/+4
|
* replace api.openoffice.org to api.libreoffice.orgAndras Timar2011-09-071-1/+1
|
* make sure we can detect if vba code was importedNoel Power2011-09-061-1/+1
|
* access oox vbaproject import directlyNoel Power2011-09-051-0/+3
|
* Move OoxmlFormulaExportBase to ooxTor Lillqvist2011-09-011-0/+48
|
* fix regression of 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fbRadek Doulik2011-08-242-1/+5
| | | | | | | - 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
* n#699334: Legacy Diagram Text import.Muthu Subramanian2011-08-231-0/+1
| | | | | - Imports Legacy Text. - Formatting info is not imported.
* n#657896 - Gradient Transparencies and Muticolor Gradient fills.Muthu Subramanian2011-08-232-0/+7
| | | | | - Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
* unusedcode.easy: Cleanup GraphicHelperJoseph Powers2011-08-211-5/+0
| | | | | Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx (UnitConverter::UnitConverter)
* fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik2011-08-171-0/+4
| | | | - fixes bnc#705991
* Import SmartArt graphics to ImpressThorsten Behrens2011-08-1219-561/+401
| | | | | | | | | | | 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
* added support for showMasterSp attribute in sldLayoutRadek Doulik2011-08-112-0/+3
|
* use oox filter for *all* control importNoel Power2011-07-122-1/+60
|
* Fix windows buildFridrich Strba2011-07-111-1/+1
| | | | Use const reference in copy constructor if we are going to give it const objects.
* Moving the pptx classes to use FragmentHandler2/ContextHandler2.Muthu Subramanian2011-07-0510-56/+45
| | | | | | This is to make it use the better and newer parent handlers. And to support MCE. [PB] Probable candidate for typo breakages.
* XLSX formula import improvement. Recommit.Muthu Subramanian2011-07-011-0/+8
|
* Revert patch to change .idlMuthu Subramanian2011-06-291-7/+0
|
* Improved xlsx formula import.Muthu Subramanian2011-06-291-0/+7
| | | | | | | 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.
* Code cleanupKorrawit Pruegsanusak2011-06-127-10/+10
| | | | | | * Remove dead code * Fix comment typos Released under LGPLv3+/MPL
* n#683578: Performance improvements for xlsx imports.Muthu Subramanian2011-06-101-6/+6
| | | | | Specifically reduces the number of UNO calls for importing cell attributes.
* fix for bnc#693386Noel Power2011-06-071-1/+2
| | | | properly handle relative Uri(s) in Target
* Code Cleanup in filtersKorrawit Pruegsanusak2011-05-301-1/+1
| | | | | | | | * Fix typos in comments * Remove bogus comments * Remove dead codes Released under LGPLv3+/MPL
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/filtersJan Holesovsky2011-05-272-3/+9
|\
| * drawingML export, write table shapesRadek Doulik2011-05-242-3/+9
| |
* | Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky2011-05-2766-1207/+2318
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: filter/source/graphicfilter/epict/epict.cxx filter/source/svg/svgexport.cxx filter/source/svg/svgfontexport.cxx filter/source/svg/svgwriter.cxx lotuswordpro/source/filter/lwpchartstreamtools.cxx lotuswordpro/source/filter/lwpfrib.cxx lotuswordpro/source/filter/lwpgrfobj.cxx lotuswordpro/source/filter/lwpidxmgr.cxx lotuswordpro/source/filter/lwpobjid.cxx lotuswordpro/source/filter/lwpparaproperty.cxx lotuswordpro/util/makefile.mk oox/prj/d.lst oox/source/drawingml/chart/chartdrawingfragment.cxx oox/source/drawingml/makefile.mk oox/source/drawingml/shape.cxx oox/source/ppt/slidepersist.cxx oox/source/token/namespaces.hxx.tail oox/source/xls/drawingfragment.cxx oox/source/xls/excelfilter.cxx oox/source/xls/makefile.mk oox/source/xls/workbookhelper.cxx writerfilter/source/ooxml/makefile.mk writerfilter/source/resourcemodel/makefile.mk
| * oox builds again after the m106 merge.Jan Holesovsky2011-05-232-2/+3
| |
| * Making oox to build - work in progress.Jan Holesovsky2011-05-131-1/+2
| |
| * Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens2011-04-2765-1132/+2355
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: binfilter/bf_svtools/source/filter.vcl/jpeg/svt_jpegc.c filter/source/config/fragments/filters/SVG___Scalable_Vector_Graphics.xcu filter/source/config/fragments/internalgraphicfilters/svg_Import.xcu filter/source/config/fragments/types/svg_Scalable_Vector_Graphics.xcu filter/source/graphicfilter/eos2met/eos2met.cxx filter/source/msfilter/msvbahelper.cxx filter/source/svg/makefile.mk filter/source/svg/svgexport.cxx filter/source/svg/svgfilter.cxx filter/source/svg/svgfilter.hxx filter/source/svg/svgfontexport.cxx filter/source/svg/svgfontexport.hxx filter/source/svg/svgwriter.cxx filter/source/svg/svgwriter.hxx oox/inc/oox/core/relations.hxx oox/inc/oox/core/relationshandler.hxx oox/inc/oox/dump/biffdumper.hxx oox/inc/oox/dump/dffdumper.hxx oox/inc/oox/dump/dumperbase.hxx oox/inc/oox/dump/oledumper.hxx oox/inc/oox/dump/pptxdumper.hxx oox/inc/oox/helper/containerhelper.hxx oox/inc/oox/helper/propertyset.hxx oox/inc/oox/xls/commentsbuffer.hxx oox/inc/oox/xls/sharedformulabuffer.hxx oox/source/drawingml/shape.cxx oox/source/dump/oledumper.cxx oox/source/helper/binaryinputstream.cxx oox/source/helper/binaryoutputstream.cxx oox/source/helper/binarystreambase.cxx oox/source/helper/propertyset.cxx oox/source/ole/vbacontrol.cxx oox/source/ole/vbaproject.cxx oox/source/token/namespaces.hxx.tail oox/source/vml/vmlshape.cxx oox/source/xls/commentsbuffer.cxx oox/source/xls/condformatbuffer.cxx oox/source/xls/drawingfragment.cxx oox/source/xls/formulaparser.cxx oox/source/xls/pivotcachebuffer.cxx oox/source/xls/richstring.cxx oox/source/xls/sharedformulabuffer.cxx oox/source/xls/sheetdatacontext.cxx oox/source/xls/worksheethelper.cxx writerfilter/source/dmapper/DomainMapper_Impl.cxx
| | * CWS-TOOLING: integrate CWS dr78Vladimir Glazunov2011-03-2167-1212/+2318
| | |\
| | | * dr78: solaris build errorDaniel Rentz [dr]2011-02-281-2/+2
| | | |
| | | * dr78: rebase to DEV300_m101Daniel Rentz [dr]2011-02-284-5/+7
| | | |\ | | | |/ | | |/|
| | | * dr78: #164376# use XCellRangeData to increase import performanceDaniel Rentz [dr]2011-02-258-102/+270
| | | |
| | | * dr78: #164376# oox import performance: step 2 - move every access to XCell ↵Daniel Rentz [dr]2011-02-114-128/+142
| | | | | | | | | | | | | | | | interface into SheetDataBuffer class, delay creation of array formulas and table operations, let XCellRangeData::setDataArray() accept formula token sequences in addition to plain values
| | | * dr78: #164376# oox import performance: step 1 - encapsulate all code related ↵Daniel Rentz [dr]2011-02-1014-480/+379
| | | | | | | | | | | | | | | | 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
| | | * dr78: typosDaniel Rentz [dr]2011-02-081-2/+2
| | | |
| | | * dr78: rework of stream handling, improve handling of very large streams ↵Daniel Rentz [dr]2011-02-0735-343/+716
| | | | | | | | | | | | | | | | (prevent loading entire stream into array or string, esp. dumper and VML import), full support of XComponentContext
| | | * dr78: build errors after rebaseDaniel Rentz [dr]2011-01-121-1/+1
| | | |
| | | * dr78: rebase to DEV300_m97Daniel Rentz [dr]2011-01-12152-2033/+3336
| | | |\
| | | * | dr78: oox - encapsulate shape property handling in own class ShapePropertyMapDaniel Rentz [dr]2011-01-1111-158/+201
| | | | |
| | | * | dr78: oox - BIFF3-BIFF5 arcs and polygons, line and fill formattingDaniel Rentz [dr]2011-01-081-6/+71
| | | | |
| | | * | dr78: oox - import children of BIFF3-BIFF5 group shapesDaniel Rentz [dr]2011-01-061-0/+3
| | | | |