summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* fix morph control export also fix toggle button state exportNoel Power2011-10-033-18/+8
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3032-0/+94
|
* 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 :-/
* blind fix for macos tinderbox errorNoel Power2011-09-261-2/+0
|
* fix merge foo and waeNoel Power2011-09-261-1/+0
|
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-262-0/+439
| | | | add forgotten new files axbinarywriter.[ch]xx
* move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power2011-09-2610-200/+1366
|
* new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power2011-09-262-0/+219
| | | | 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
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* Get DB range import from xlsx to work once again.Kohei Yoshida2011-09-201-2/+6
| | | | | | | | We need to map Excel's database ranges (or in Excel's terminology "tables") to named db ranges because they may be referenced in formula expressions. Also, Excel tables are always of the form Table*[] when used in formulas. Skip the "[]" part then the preceding token is a valid database range.
* Add missing chart data point ODF1.2 standard symbolsRegina Henschel2011-09-201-6/+6
|
* Remove RCS headerThomas Arnhold2011-09-208-24/+0
|
* Related gcc#50394 pernickety gcc 4.7.0Caolán McNamara2011-09-151-4/+4
|
* Fix lower_bound() comparator class problem for MSVC with _DEBUGTor Lillqvist2011-09-151-3/+6
|
* We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist2011-09-151-4/+0
| | | | | | | | | | | | It seems that _HAS_ITERATOR_DEBUGGING affects the layout of some classes, which of course means horrible breakage if some of the source files are compiled with it, the rest not. http://msdn.microsoft.com/en-us/library/aa985939%28v=vs.80%29.aspx http://connect.microsoft.com/VisualStudio/feedback/details/334315/has-iterator-debugging-0-causes-crash I will just have to fix the code in this handful of source files so that it compiles with _DEBUG defined. If I can be bothered.
* n#657909: Fixed import of free drawn curves.Muthu Subramanian2011-09-131-4/+4
|
* n#705985: Importing Flip properties of custom shapes.Muthu Subramanian2011-09-091-0/+8
|
* 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-062-2/+4
|
* access oox vbaproject import directlyNoel Power2011-09-052-0/+21
|
* css::awt namespace is included in this file.Kohei Yoshida2011-09-021-2/+2
|
* fdo#40466: Get charts to import from xlsx again.Kohei Yoshida2011-09-021-2/+11
| | | | This regression was probably caused by a bad merge of OOo m106.
* Fix the build.Thorsten Behrens2011-09-011-0/+1
| | | | | | StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
* Move OoxmlFormulaExportBase to ooxTor Lillqvist2011-09-013-0/+84
|
* fdo#40466: Make sure we have the same numbers of URI's and Id's.Kohei Yoshida2011-08-311-2/+4
| | | | | | This caused an immediate crash when trying to import xlsx documents with charts on Windows. No idea why this didn't crash on Linux, even valgrind's memcheck didn't pick it up.
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
|
* More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist2011-08-291-0/+4
|
* Code review: Removed unnecessary header.Muthu Subramanian2011-08-241-1/+0
|
* n#592912: When text is vertical, horiz & vert aligns are swapped.Muthu Subramanian2011-08-241-16/+29
| | | | | | - vert270 doesn't seem to be supported by LO. - vert270 would be WritingMode_TB_LR ? otherwise we need to support it by doing other operations like rotation or flip. Is that necessary ?
* fix regression of 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fbRadek Doulik2011-08-245-5/+35
| | | | | | | - 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-236-16/+22
| | | | | - Imports Legacy Text. - Formatting info is not imported.
* n#657896 - Gradient Transparencies and Muticolor Gradient fills.Muthu Subramanian2011-08-237-8/+72
| | | | | - Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
* unusedcode.easy: Cleanup GraphicHelperJoseph Powers2011-08-212-31/+0
| | | | | Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx (UnitConverter::UnitConverter)
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* tweak vba decompression as per frob's amazing bit detective workNoel Power2011-08-191-5/+20
| | | | ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
* gbuildized modules have empty d.lstsBjoern Michaelsen2011-08-191-3/+0
|
* catch exceptions by const referencesTakeshi Abe2011-08-186-36/+36
|
* fix how table style is appliedRadek Doulik2011-08-172-28/+28
| | | | | - make sure it doesn't replace character properties of textbody inside cells - fixes bnc#705991
* fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik2011-08-174-3/+23
| | | | - fixes bnc#705991
* Disable fake VBA events for the old-style form controls.Noel Power2011-08-162-0/+8
|
* Some cppcheck cleaningJulien Nabet2011-08-131-2/+2
|
* Import SmartArt graphics to ImpressThorsten Behrens2011-08-1262-931/+3566
| | | | | | | | | | | 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
* add the module oox into tail_build's foldNorbert Thiebaud2011-08-112-1/+8
|
* added support for showMasterSp attribute in sldLayoutRadek Doulik2011-08-113-0/+10
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-106-6/+6
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* Use rtl::OUStringHash.Kohei Yoshida2011-08-041-1/+1
|