Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-14 | n744510: Improved 'vert' text imports. | Muthu Subramanian | |
2012-02-13 | remove unused fields | Ivan Timofeev | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | Remove unused code | Elton Chung | |
2012-02-13 | handle imported picture attribute from MSO Dialog ( fdo#45995 ) | Noel Power | |
2012-02-11 | Remove unused code | Elton Chung | |
2012-02-10 | fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC | Matúš Kukan | |
2012-02-10 | n744512: 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-10 | Code review fixes. | Muthu Subramanian | |
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-08 | handle row and column offsets for imported shape with cell anchor fdo#45266 | Noel Power | |
This is an update to the previous commit ( for the same bug ) d3a26738b426846ee1a787e7c97280fc43002961 | |||
2012-02-08 | Added and improved READMEs for modules which used to be in filter | Josh Heidenreich | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-03 | import group field group name user captions fdo#45310 | Noel Power | |
2012-02-03 | fix corrupted numbers in pivottable using group field as data field fdo#45276 | Noel Power | |
2012-02-03 | fix corrupted group field entries in xlsx imported pivot table fdo#45268 | Noel Power | |
2012-02-03 | improve xlsx shape/chart import, anchor to cell where needed fdo#45266 | Noel Power | |
2012-02-03 | n#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-01 | Fix "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-02-01 | Fixes crashing while loading manipulated pptx files. | Muthu Subramanian | |
2012-01-31 | fix -Os comment in oox/Library_oox.mk | Rene Engelhard | |
2012-01-31 | use a $(COM)-$(OS)-$(CPUNAME) pattern | Caolá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-31 | add missed ifeq to check for IA64... | Rene Engelhard | |
2012-01-31 | build oox with explicit -Os on ia64 as it otherwise gets too big to link | Rene Engelhard | |
2012-01-30 | Removed debug statement. | Kohei Yoshida | |
2012-01-30 | fprintf -> SAL_INFO | Luboš Luňák | |
2012-01-24 | n719734: Overridding properties from master/layout. | Muthu Subramanian | |
When there are conflicting properties in masterslide->layout->slide most recent (i.e. e.g. slide has higher priority than layout) should be used. | |||
2012-01-24 | Fix for a probable crash. (code review) | Muthu Subramanian | |
2012-01-23 | make oox ByteString free | Caolán McNamara | |
2012-01-23 | use $(GPERF) instead of using gperf from path | Bapt | |
2012-01-21 | Remove unused Get/SetXmlNamespace | Thomas Arnhold | |
2012-01-21 | correct copyright header | Thomas Arnhold | |
2012-01-19 | regenerated custom shapes presets | Radek Doulik | |
2012-01-19 | updated custom shapes presets generator to use new SubViewSize property | Radek Doulik | |
2012-01-19 | use SubViewSize property for custom shape paths | Radek Doulik | |
2012-01-16 | handle [more] placeholder shapes in Layout slides | Radek Doulik | |
- 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) | |||
2012-01-14 | fix for gcc 4.7: unable to find string literal operator | Matúš Kukan | |
2012-01-11 | export vertical and horizontal flip attribute for customshapes | Noel Power | |
2012-01-11 | add missing ooxml customshape -> mso shape name entries ( for export support ) | Noel Power | |
2012-01-11 | pptx: regenerated custom shape presets after last path element changes | Radek Doulik | |
2012-01-11 | pptx: support fill=[darken|darkenLess|lighten|lightenLess] in path element | Radek Doulik | |
2012-01-11 | n#734734: Text rotation fixes. | Muthu Subramanian | |
PPTX would need rotation of text _inside_ text/object boundaries, rather than the rotation of the text/object itself. | |||
2012-01-10 | Use SAL_N_ELEMENTS | Thomas Arnhold | |
Some more like Thorstens diff 9c59cd15b150638c845bbc275b9b04460afc23bd Done with some regex magic (and a check if this var is an array): s/sizeof\(\s*$var\s*\)\s*\/\s*sizeof\(\s*\*$var\s*/SAL_N_ELEMENTS\($var/gs | |||
2012-01-10 | pptx: regenerate presets after custom shapes moveto/close fix | Radek Doulik | |
2012-01-10 | pptx: custom shapes import, ignore close segment after moveto segment | Radek Doulik | |
2012-01-09 | regenerated custom shape presets | Radek Doulik | |
2012-01-09 | pptx: implemented import of <path stroke="false" ...> | Radek Doulik | |
2012-01-08 | Kill SvNullStream duplication | Miklos Vajna | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test |