summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2011-10-03fix morph control export also fix toggle button state exportNoel Power
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29fix trunk gcc compile errorsMatúš Kukan
2011-09-26conditionalise out presently unused class variablesNoel Power
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 :-/
2011-09-26blind fix for macos tinderbox errorNoel Power
2011-09-26fix merge foo and waeNoel Power
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
add forgotten new files axbinarywriter.[ch]xx
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26new source files for class AxFontData moved from axbinaryreader.[ch]xxNoel Power
note original oracle copyright has been preserved as this code has just being moved to a new source/header file
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
2011-09-20Get DB range import from xlsx to work once again.Kohei Yoshida
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.
2011-09-20Add missing chart data point ODF1.2 standard symbolsRegina Henschel
2011-09-20Remove RCS headerThomas Arnhold
2011-09-15Related gcc#50394 pernickety gcc 4.7.0Caolán McNamara
2011-09-15Fix lower_bound() comparator class problem for MSVC with _DEBUGTor Lillqvist
2011-09-15We can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source filesTor Lillqvist
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.
2011-09-13n#657909: Fixed import of free drawn curves.Muthu Subramanian
2011-09-09n#705985: Importing Flip properties of custom shapes.Muthu Subramanian
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar
2011-09-06make sure we can detect if vba code was importedNoel Power
2011-09-05access oox vbaproject import directlyNoel Power
2011-09-02css::awt namespace is included in this file.Kohei Yoshida
2011-09-02fdo#40466: Get charts to import from xlsx again.Kohei Yoshida
This regression was probably caused by a bad merge of OOo m106.
2011-09-01Fix the build.Thorsten Behrens
StarMath needs oox/export/ooxmlexport.hxx. This fixes f8d22519a415fbe427efa603ad2a7aad6a39e2a9 by exporting the moved file from oox and adapting starmath.
2011-09-01Move OoxmlFormulaExportBase to ooxTor Lillqvist
2011-08-31fdo#40466: Make sure we have the same numbers of URI's and Id's.Kohei Yoshida
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.
2011-08-30Some cppcheck cleaningJulien Nabet
2011-08-29More #define _HAS_ITERATOR_DEBUGGING 0 to fix _DEBUG MSVC buildsTor Lillqvist
2011-08-24Code review: Removed unnecessary header.Muthu Subramanian
2011-08-24n#592912: When text is vertical, horiz & vert aligns are swapped.Muthu Subramanian
- 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 ?
2011-08-24fix regression of 2155c4c0af4d4eb228a0644f423aa3d9b5e8a2fbRadek Doulik
- 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
2011-08-23n#699334: Legacy Diagram Text import.Muthu Subramanian
- Imports Legacy Text. - Formatting info is not imported.
2011-08-23n#657896 - Gradient Transparencies and Muticolor Gradient fills.Muthu Subramanian
- Assumes axial gradient fills when more than 3 colors are present. - Implements importing of Transparency Gradients.
2011-08-21unusedcode.easy: Cleanup GraphicHelperJoseph Powers
Note: getDeviceInfo() is used in oox/source/xls/unitconverter.cxx (UnitConverter::UnitConverter)
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19tweak vba decompression as per frob's amazing bit detective workNoel Power
ported a version of the patch at https://bugzilla.gnome.org/show_bug.cgi?id=656531 adjusted for libreoffice
2011-08-19gbuildized modules have empty d.lstsBjoern Michaelsen
2011-08-18catch exceptions by const referencesTakeshi Abe
2011-08-17fix how table style is appliedRadek Doulik
- make sure it doesn't replace character properties of textbody inside cells - fixes bnc#705991
2011-08-17fixed regression of a57a4078fcd9a0490bd661e3ced6fcbbe69fae73Radek Doulik
- fixes bnc#705991
2011-08-16Disable fake VBA events for the old-style form controls.Noel Power
2011-08-13Some cppcheck cleaningJulien Nabet
2011-08-12Import SmartArt graphics to ImpressThorsten Behrens
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
2011-08-11add the module oox into tail_build's foldNorbert Thiebaud
2011-08-11added support for showMasterSp attribute in sldLayoutRadek Doulik
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-04Use rtl::OUStringHash.Kohei Yoshida
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist