Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-07 | Need the sfx library for sfx2::isValidNCName() | Tor Lillqvist | |
2012-03-05 | support import of key shortcut for macro ( Excel only ) | Noel Power | |
2012-03-05 | n747499: Wav/Audio files import - stub. | Muthu Subramanian | |
2012-03-05 | remove unused code | Petr Vorel | |
2012-03-03 | Avoid temporary rtl::OUString | Julien Nabet | |
2012-03-03 | WaE: two unused functions | Tor Lillqvist | |
2012-03-03 | WaE: use of logical '&&' with constant operand | Tor Lillqvist | |
Surely it's the bitwise operator & that is wanted here. The code makes no sense otherwise. We apparently have been generating UUIDs where every second hex digit is always a '1', like {x1x1x1x1-x1x1-x1x1-x1x1-x1x1x1x1x1x1} (where each x is a random hex digit). | |||
2012-03-03 | WaE: expression result unused | Tor Lillqvist | |
Remopve apparently accidentally leftover initializer parameter list that now was just a comma expression with no effect. | |||
2012-03-03 | oox::drawingml::Shape: fix "lock underflow in SvxShape" assertions | Michael Stahl | |
2012-03-02 | customshapes: re-generate smaller, faster to compile data. | Michael Meeks | |
2012-03-02 | customshapes: special-case Sequence of EnhancedCustomShapeParameterPair | Michael Meeks | |
another 20% compile time win, and 350K saved from the shared library | |||
2012-03-02 | customshapes: special case EnhancedCustomShapeParameterPair to win | Michael Meeks | |
Gives a 50% shrink in compile time, and a ~1Mb shrink in binary size | |||
2012-03-02 | customshapes: use static integer array for EnhancedCustomShapeSequences | Michael Meeks | |
Saves 4% compile time and 200K of space | |||
2012-03-02 | customshapes: 800k size saving, and 25% compile speedup | Michael Meeks | |
Use static const char * arrays and a helper function instead of inlining umpteen OUString intern calls. | |||
2012-03-02 | generate more pptx test documents with preset shapes | Radek Doulik | |
- before we only generated custom shapes used as presets definition - preset-*.pptx documents might be used for testing the presets | |||
2012-03-02 | customshapes: commit updated autogenerated output. | Michael Meeks | |
2012-03-02 | customshapes: re-work generation to create many small methods | Michael 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-02 | document customshapes (re-)generation flow. | Michael Meeks | |
2012-03-02 | weed out unmatched Sub/End Sub statements when importing VBA fdo#46889 | Noel Power | |
2012-03-02 | n719988, n734733: Bullet should have same color as following text by default | Felix Zhang | |
2012-03-02 | n657904: Styling information isn't applied to grpSp. | Muthu Subramanian | |
2012-02-29 | n#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-28 | Remove unused code in BiffInputStream. | Santiago Martinez | |
2012-02-28 | Remove unused code in BiffObjLineModel. | Santiago Martinez | |
2012-02-24 | fix oox debug build with DBG_UTIL guard for 'dump' usage | Michael Meeks | |
2012-02-24 | oox: guard dbgutil-only methods with ifdef | Miklos Vajna | |
2012-02-24 | reintroduced dump methods that are needed if OSL_DEBUG_LEVEL > 0 | Eike 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-23 | unusedcode: remove something from oox | Matúš Kukan | |
2012-02-23 | fdo#45560: Fixed docx textbox position and size import | Cédric Bosdonnat | |
2012-02-22 | force imported xlsx active tab to be shown bnc#748198 | Noel 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-20 | Bin code that is never executed but calls a method that has been removed | Tor Lillqvist | |
2012-02-20 | Remove unused code | Elton Chung | |
2012-02-19 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-16 | n744503: Importing useBgFill colors for shapes. | Muthu Subramanian | |
2012-02-16 | use stream name for module names when importing vba. fdo#46151 & bnc#747323 | Noel Power | |
2012-02-16 | Fix crash in smartart import | Thorsten 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-15 | Various string function clean up | Stephan 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-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 | |