summaryrefslogtreecommitdiffstats
path: root/oox
Commit message (Collapse)AuthorAgeFilesLines
* force imported xlsx active tab to be shown bnc#748198Noel Power2012-02-221-1/+7
| | | | 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
* Bin code that is never executed but calls a method that has been removedTor Lillqvist2012-02-201-6/+1
|
* Remove unused codeElton Chung2012-02-2011-160/+0
|
* Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe2012-02-197-52/+57
| | | | to equalsIgnoreAsciiCaseAscii("...")
* n744503: Importing useBgFill colors for shapes.Muthu Subramanian2012-02-161-1/+14
|
* use stream name for module names when importing vba. fdo#46151 & bnc#747323Noel Power2012-02-161-0/+3
|
* Fix crash in smartart importThorsten Behrens2012-02-161-2/+2
| | | | | Rather check iterator validity *before* accessing it. valgrind warning on linux, and crash on windows for e.g. doc at n#736495.
* Various string function clean upStephan Bergmann2012-02-151-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* n744510: Improved 'vert' text imports.Muthu Subramanian2012-02-144-37/+48
|
* remove unused fieldsIvan Timofeev2012-02-133-5/+0
|
* Remove unused codeElton Chung2012-02-1312-104/+0
|
* Remove unused codeElton Chung2012-02-1310-98/+0
|
* Remove unused codeElton Chung2012-02-136-43/+0
|
* handle imported picture attribute from MSO Dialog ( fdo#45995 )Noel Power2012-02-131-0/+1
|
* Remove unused codeElton Chung2012-02-113-90/+0
|
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-101-1/+0
|
* n744512: Fixed formatting of tables.Muthu Subramanian2012-02-102-3/+16
| | | | | | otherStyle needs to be used to format tables. removed wrong defaultStyling. added using masterslide style info correctly.
* Code review fixes.Muthu Subramanian2012-02-102-4/+3
|
* Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe2012-02-101-1/+1
|
* handle row and column offsets for imported shape with cell anchor fdo#45266Noel Power2012-02-082-0/+8
| | | | This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961
* Added and improved READMEs for modules which used to be in filterJosh Heidenreich2012-02-081-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* import group field group name user captions fdo#45310Noel Power2012-02-034-1/+46
|
* fix corrupted numbers in pivottable using group field as data field fdo#45276Noel Power2012-02-031-0/+7
|
* fix corrupted group field entries in xlsx imported pivot table fdo#45268Noel Power2012-02-034-8/+32
|
* improve xlsx shape/chart import, anchor to cell where needed fdo#45266Noel Power2012-02-034-2/+42
|
* n#744509: Alignment of text is wrong.Muthu Subramanian2012-02-031-6/+1
| | | | | According to section 21.1.2.2.7 [pPr], "If this [algn] attribute is omitted, then a value of left is implied."
* Fix "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet2012-02-011-1/+1
|
* Fixes crashing while loading manipulated pptx files.Muthu Subramanian2012-02-011-1/+2
|
* fix -Os comment in oox/Library_oox.mkRene Engelhard2012-01-311-3/+3
|
* use a $(COM)-$(OS)-$(CPUNAME) patternCaolán McNamara2012-01-311-1/+4
| | | | | | | 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.
* add missed ifeq to check for IA64...Rene Engelhard2012-01-311-0/+2
|
* build oox with explicit -Os on ia64 as it otherwise gets too big to linkRene Engelhard2012-01-311-0/+4
|
* Removed debug statement.Kohei Yoshida2012-01-301-3/+0
|
* fprintf -> SAL_INFOLuboš Luňák2012-01-301-32/+24
|
* n719734: Overridding properties from master/layout.Muthu Subramanian2012-01-243-1/+10
| | | | | | When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used.
* Fix for a probable crash. (code review)Muthu Subramanian2012-01-241-1/+1
|
* make oox ByteString freeCaolán McNamara2012-01-231-6/+8
|
* use $(GPERF) instead of using gperf from pathBapt2012-01-231-1/+1
|
* Remove unused Get/SetXmlNamespaceThomas Arnhold2012-01-214-27/+0
|
* correct copyright headerThomas Arnhold2012-01-212-8/+2
|
* regenerated custom shapes presetsRadek Doulik2012-01-196-149/+628
|
* updated custom shapes presets generator to use new SubViewSize propertyRadek Doulik2012-01-192-0/+25
|
* use SubViewSize property for custom shape pathsRadek Doulik2012-01-192-8/+28
|
* handle [more] placeholder shapes in Layout slidesRadek Doulik2012-01-161-4/+36
| | | | | - import them as outliner shapes, so that they don't appear on regular slides - choose appropriate placeholder shapes on regular slides (Table, Picture, Chart, Media)
* fix for gcc 4.7: unable to find string literal operatorMatúš Kukan2012-01-141-15/+15
|
* export vertical and horizontal flip attribute for customshapesNoel Power2012-01-111-1/+9
|
* add missing ooxml customshape -> mso shape name entries ( for export support )Noel Power2012-01-111-1/+187
|
* pptx: regenerated custom shape presets after last path element changesRadek Doulik2012-01-116-508/+712
|
* pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path elementRadek Doulik2012-01-111-2/+18
|