Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-10 | gbuild: get rid of realpath in gb_Foo_set_include | Matúš Kukan | |
2012-03-08 | Compiler-generated code is just fine | Stephan Bergmann | |
...now that member is Sequence instead of pointer to Sequence. | |||
2012-03-07 | remove various unused methods and source files | Caolán McNamara | |
2012-03-03 | don't create uno::Sequence with new, fdo#46825 | Markus Mohrhard | |
The uno::Sequence copy c'tor creates a flat copy and increments the ref count. So if you use new and later delete together with the copy constructor you get a double delete. | |||
2012-03-03 | make this variable const | Markus Mohrhard | |
there are some lifetime problems related to SchXMLCell and therefore this helps to limit the scope of possible problems | |||
2012-02-27 | Removed unused code | Szabolcs Dezsi | |
2012-02-24 | unusedcode.easy: remove unused code | Thomas Arnhold | |
2012-02-21 | Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) | Takeshi Abe | |
to equalsIgnoreAsciiCaseAscii("...") | |||
2012-02-20 | gb_JunitTest_JunitTest takes only one argument | Stephan Bergmann | |
2012-02-20 | Remove unused code in XMLTextListAutoStylePool. | Santiago Martinez | |
2012-02-19 | Get rid of size() == 0 | Elton Chung | |
2012-02-18 | xmloff: use ::comphelper::UStringLess instead of less_functor | Thomas Arnhold | |
2012-02-18 | Fix typos in comments | Elton Chung | |
2012-02-13 | Remove unused code in XMLTextImportHelper | Catalin Iacob | |
2012-02-13 | catched -> caught | Caolán McNamara | |
2012-02-10 | fdo#42771: Fix crash when loading an invalid .fodt. | Jan Holesovsky | |
createTextCursorByRange() likes to throw runtime exception, even though it just means 'we were unable to create the cursor'. | |||
2012-02-10 | Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...") | Takeshi Abe | |
2012-02-08 | tools/table.hxx to std::map conversion in SV, SVL and SVX modules | Noel Grandin | |
This patch converts one use of tools/table.hxx in svl/inc/svl/zforlist.hxx, whose use in turn spans 3 modules. | |||
2012-02-08 | update unused list | Caolán McNamara | |
2012-02-08 | Added READMEs for modules which used to be in libs-core | Josh Heidenreich | |
2012-02-07 | Some configmgr usage clean up | Stephan Bergmann | |
2012-02-05 | switch to include-based build rather than sourced-based build | Norbert Thiebaud | |
2012-02-05 | Remove unused code. | Elton Chung | |
2012-02-02 | fdo#45447: add an assertion when anchored to page 0 | Michael Stahl | |
XMLTextParagraphExport::addTextFrameAttributes: detect invalid anchor page number; this really should be fixed in Writer/writerfilter though. | |||
2012-02-02 | fdo#45534: ODF export: fix draw:fit-to-size | Michael Stahl | |
In ODF 1.1 and 1.2 this attribute is of type boolean, so only write the new values if the extended format is selected. (regression introduced with e479f47f7d48dbd0d701bf347b6a2d5121ba3d34) | |||
2012-02-02 | fdo#45449: ODF export: frames: invalid "min-width" | Michael Stahl | |
XMLTextParagraphExport::addTextFrameAttributes: delay writing of the fo:min-width and fo:min-height attributes so that they end up at the draw:text-box element, and not at draw:frame where they are invalid. Testing reveals that the ODF import can already handle reading the attributes from the draw:text-box elements, so there doesn't seem to be a backward compatibility problem. | |||
2012-02-02 | fdo#38752: xmloff: add assertion for default-page-layout | Michael Stahl | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | callcatcher: update list | Caolán McNamara | |
2012-01-31 | Clean up | Stephan Bergmann | |
2012-01-30 | reduce unnecessary includes | Caolán McNamara | |
2012-01-27 | Fix for fdo43460 Part LIII getLength() to isEmpty() | Olivier Hallot | |
Part LIII Modules xmloff (part 6) | |||
2012-01-27 | Fix for fdo43460 Part LII getLength() to isEmpty() | Olivier Hallot | |
Part LII Modules xmloff (part 5) | |||
2012-01-26 | Fix for fdo43460 Part LI getLength() to isEmpty() | Olivier Hallot | |
Part LI Modules xmloff (part 4) | |||
2012-01-26 | Fix for fdo43460 Part XLIX getLength() to isEmpty() | Olivier Hallot | |
Part XLIX Modules xmloff (part 3) | |||
2012-01-25 | Fix for fdo43460 Part XLVIII getLength() to isEmpty() | Olivier Hallot | |
Part XLVIII Modules xmloff (part 2) | |||
2012-01-25 | Fix for fdo43460 Part XLVII getLength() to isEmpty() | Olivier Hallot | |
Part XLVII Modules xmloff (part 1) | |||
2012-01-25 | callcatcher: remove some unused code | Caolán McNamara | |
2012-01-23 | Unused #includes. | Stephan Bergmann | |
2012-01-23 | Replaced diagnore ENSURE_OR_CONTINUE with regular code. | Marcel Metz | |
2012-01-23 | Replaced diagnore ENSURE_OR_BREAK with regular code. | Marcel Metz | |
2012-01-21 | Removed some unused parameters; added SAL_UNUSED_PARAMETER. | Stephan Bergmann | |
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers. | |||
2012-01-20 | rhbz#746174: also export list restart for non root list | Michael Stahl | |
2012-01-17 | Replaced SAL_INFO with SAL_WARN were applicable. | Marcel Metz | |
2012-01-17 | Better fix for WaE signed/unsigned comparison. | Stephan Bergmann | |
2012-01-16 | WaE signed/unsigned comparison. | Stephan Bergmann | |
2012-01-16 | SV_DECL_PTRARR_DEL->std::vector | August Sodora | |
2012-01-16 | Replaced DBG_ERRORFILE with SAL_INFO. | Marcel Metz | |
2012-01-13 | use INCLUDE instead of SOLARINC, and after local includes | Eike Rathke | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |