summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Collapse)Author
2012-03-02customshapes: special case EnhancedCustomShapeParameterPair to winMichael Meeks
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size
2012-03-02customshapes: use static integer array for EnhancedCustomShapeSequencesMichael Meeks
Saves 4% compile time and 200K of space
2012-03-02customshapes: 800k size saving, and 25% compile speedupMichael Meeks
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls.
2012-03-02generate more pptx test documents with preset shapesRadek Doulik
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets
2012-03-02customshapes: commit updated autogenerated output.Michael Meeks
2012-03-02customshapes: re-work generation to create many small methodsMichael Meeks
each custom shape now has a virtual constructor we can call to construct it, this shrinks the function size, and helps the optimiser much accelerating compile time. It may even help improve import time too.
2012-03-02document customshapes (re-)generation flow.Michael Meeks
2012-03-02weed out unmatched Sub/End Sub statements when importing VBA fdo#46889Noel Power
2012-03-02n719988, n734733: Bullet should have same color as following text by defaultFelix Zhang
2012-03-02n657904: Styling information isn't applied to grpSp.Muthu Subramanian
2012-02-29n#746996: Wrong text color in smartArt.Muthu Subramanian
Some fontRef elements don't seem to define color, but the spec. says it needs to be used along with choice of color. So, assuming tx1 when there are none defined.
2012-02-28Remove unused code in BiffInputStream.Santiago Martinez
2012-02-28Remove unused code in BiffObjLineModel.Santiago Martinez
2012-02-24fix oox debug build with DBG_UTIL guard for 'dump' usageMichael Meeks
2012-02-24oox: guard dbgutil-only methods with ifdefMiklos Vajna
2012-02-24reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0Eike Rathke
* Partly reverted commit 660cb78cd6900ffebe215ad4b3913bbe35ac9883 to preserve the oox::PropertyMap::dump() methods that are needed by oox::PropertySet::dump() when building dbgutil. * Did not remove the oox::PropertySet::dump() as well because all is part of the oox dumper, I guess we don't want to remove that in it's entirety ...
2012-02-23unusedcode: remove something from ooxMatúš Kukan
2012-02-23fdo#45560: Fixed docx textbox position and size importCédric Bosdonnat
2012-02-22force imported xlsx active tab to be shown bnc#748198Noel Power
weirdly even though a sheet/tab can be marked as hidden in workbook.xml, if that same tab/sheet is the active one then it *will* be shown
2012-02-20Bin code that is never executed but calls a method that has been removedTor Lillqvist
2012-02-20Remove unused codeElton Chung
2012-02-19Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
to equalsIgnoreAsciiCaseAscii("...")
2012-02-16n744503: Importing useBgFill colors for shapes.Muthu Subramanian
2012-02-16use stream name for module names when importing vba. fdo#46151 & bnc#747323Noel Power
2012-02-16Fix crash in smartart importThorsten Behrens
Rather check iterator validity *before* accessing it. valgrind warning on linux, and crash on windows for e.g. doc at n#736495.
2012-02-15Various string function clean upStephan Bergmann
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-14n744510: Improved 'vert' text imports.Muthu Subramanian
2012-02-13remove unused fieldsIvan Timofeev
2012-02-13Remove unused codeElton Chung
2012-02-13Remove unused codeElton Chung
2012-02-13Remove unused codeElton Chung
2012-02-13handle imported picture attribute from MSO Dialog ( fdo#45995 )Noel Power
2012-02-11Remove unused codeElton Chung
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-10n744512: Fixed formatting of tables.Muthu Subramanian
otherStyle needs to be used to format tables. removed wrong defaultStyling. added using masterslide style info correctly.
2012-02-10Code review fixes.Muthu Subramanian
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-08handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
2012-02-08Added and improved READMEs for modules which used to be in filterJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-03import group field group name user captions fdo#45310Noel Power
2012-02-03fix corrupted numbers in pivottable using group field as data field fdo#45276Noel Power
2012-02-03fix corrupted group field entries in xlsx imported pivot table fdo#45268Noel Power
2012-02-03improve xlsx shape/chart import, anchor to cell where needed fdo#45266Noel Power
2012-02-03n#744509: Alignment of text is wrong.Muthu Subramanian
According to section 21.1.2.2.7 [pPr], "If this [algn] attribute is omitted, then a value of left is implied."
2012-02-01Fix "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-02-01Fixes crashing while loading manipulated pptx files.Muthu Subramanian
2012-01-31fix -Os comment in oox/Library_oox.mkRene Engelhard
2012-01-31use a $(COM)-$(OS)-$(CPUNAME) patternCaolán McNamara
i.e. same pattern as sc/Library_vbaobj.mk and writerfilter/Library_resourcemodel.mk and document that its a compile time error which can be retested anytime with a new toolchain, not some weird scary runtime error so must never be touched.
2012-01-31add missed ifeq to check for IA64...Rene Engelhard