Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-16 | tweak gbuild standart Makefile to allow partial build in unsourced env | Norbert Thiebaud | |
This allow to run make in a module wihtout the need to source Env.Host.sh. | |||
2011-11-15 | n#592912 and n#621744: Text Alignment fixes. | Muthu Subramanian | |
2011-11-11 | WaE: OptValue::maValue may be used uninitialized | Miklos Vajna | |
2011-11-11 | This global Reference is problematic, especially for unit tests | Caolán McNamara | |
The global reference will be torn down after the typelib infrastructure is gone away. Hopefully a WeakReference is sufficient for the original requirements | |||
2011-11-08 | use non-const buffer to enable byte-order swapping on BigEndian system | Christian Lohmaier | |
2011-11-08 | fix texbox vertical alignment, it was regression introduced by f1a2b0cb | Radek Doulik | |
2011-11-08 | fixed regression, set the left paragraph margin | Radek Doulik | |
2011-11-08 | use text frame part of customshapes on import | Radek Doulik | |
2011-11-07 | fixed remaining issues with custom shapes sizing | Radek Doulik | |
2011-11-07 | fix build | Radek Doulik | |
2011-11-07 | fix ooxml custom shapes sizing | Radek Doulik | |
- ooxml custom shapes width and height are in actual (logic) coordinates space and not in "virtual" 21600x21600 space | |||
2011-11-02 | n#706792: Fix crash while opening certain pptx files. | Muthu Subramanian | |
2011-10-27 | add xlsx local range name import | Markus Mohrhard | |
2011-10-25 | WaE: unreachable code and unreferenced formal parameter | Tor Lillqvist | |
2011-10-25 | WaE: unreachable code | Tor Lillqvist | |
2011-10-25 | WaE: unreachable code | Tor Lillqvist | |
2011-10-25 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-25 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-25 | WaE: assignment within conditional expression | Tor Lillqvist | |
2011-10-25 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-21 | tweak compressession hack to fix vba module import | Noel Power | |
it seems that the heuristic to trigger the inflate hack from frob is both wrong in the code ( my fault ) and additionally doesn't always hold true ( found a document where the heuristic is triggered falsely ) So. removing that heuristic entirely for now | |||
2011-10-19 | remove an unused method | Felix Zhang | |
2011-10-17 | update flip(mirror) properties setting for custom shape presets | Radek Doulik | |
2011-10-11 | #i108468#: clean up xmluconv code duplication, measured approach: | Michael Stahl | |
modify sax::Converter::convertMeasure to use sal_Int64 instead of BigInt: should be sufficient, since the largest number is SAL_INT32_MAX * 10^7. remove duplicate methods from SvXMLUnitConverter: convertMeasurePx, convertMeasure (static variants) remove entirely duplicative class SvXMLExportHelper: GetConversionFactor, GetUnitFromString, AddLength change SvXMLUnitConverter interface from MapUnit to css::util::MeasureUnit. change SvXMLExport constructor params from MapUnit to css::util::MeasureUnit. rename some methods to turn compiler into merge conflict detector :) | |||
2011-10-07 | cppcheck reduce scope of var in oox/...shapes.cxx | Pierre-André Jacquod | |
2011-10-07 | WaE: unused variables | Caolán McNamara | |
2011-10-06 | added new source files to the .mk file | Radek Doulik | |
2011-10-06 | perl scripts to generate sources for custom shapes PPTX import | Radek Doulik | |
2011-10-06 | added definitions for new presets initialize functions | Radek Doulik | |
2011-10-06 | custom shapes import improvements | Radek Doulik | |
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code | |||
2011-10-06 | added CXX sources with generated presets definitions | Radek Doulik | |
2011-10-06 | add hackery re. EditControls, FormattedField & ImageControls from msocximex | Noel Power | |
2011-10-05 | Revert "added CXX source with generated presets definitions" | Norbert Thiebaud | |
This reverts commit c9f9b6723b40279716b1e34c1441a33e60cceb58. oox/source/drawingml/customshapepresets.cxx is a 4MB source that make gcc explode both on MacOs and on Gentoo.... the compiler churn on it for 20 minutes or consumming huge amount of memory... and finnaly blow-up with memory error. | |||
2011-10-05 | Revert "custom shapes import improvements" | Norbert Thiebaud | |
This reverts commit e36f591dfeb89fded172f4770157bc6cb6dc7454. | |||
2011-10-05 | Revert "add hackery re. EditControls, FormattedField & ImageControls from ↵ | Noel Power | |
msocximex" This reverts commit 04688482241aa28b40f3ba911a4c9acab87b5d56. | |||
2011-10-05 | add hackery re. EditControls, FormattedField & ImageControls from msocximex | Noel Power | |
2011-10-05 | custom shapes import improvements | Radek Doulik | |
- added new presets generated from definition included in ISO standard - added missing variables (cd3, hd10, ...) - added ifelse shortcut ?: - removed GetAdjAngle because it would make problems with constant vs. equation defined angles, move conversion to the functions using them - implemented arcTo path segment (command) - removed GetTextShapeType as we don't use vml's presets for drawingml anymore - use token number for preset type instead of string, as we don't convert to old vml's preset types anymore - enhanced custom shape properties dump code | |||
2011-10-05 | added CXX source with generated presets definitions | Radek Doulik | |
2011-10-05 | fix compilation with debug enabled | Radek Doulik | |
2011-10-05 | makeStringAndClear | Caolán McNamara | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-03 | fix morph control export also fix toggle button state export | Noel Power | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-29 | fix trunk gcc compile errors | Matúš Kukan | |
2011-09-26 | conditionalise out presently unused class variables | Noel 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-26 | blind fix for macos tinderbox error | Noel Power | |
2011-09-26 | fix merge foo and wae | Noel Power | |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
add forgotten new files axbinarywriter.[ch]xx | |||
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
2011-09-26 | new source files for class AxFontData moved from axbinaryreader.[ch]xx | Noel Power | |
note original oracle copyright has been preserved as this code has just being moved to a new source/header file |