Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-23 | .dtd files don't need executable bits | Michael Stahl | |
2012-03-23 | .xcl files don't need executable bits | Michael Stahl | |
2012-03-23 | .sce files don't need executable bits | Michael Stahl | |
2012-03-23 | .component files don't need executable bits | Michael Stahl | |
2012-03-23 | .hxx files don't need executable bits | Michael Stahl | |
2012-03-23 | .h files don't need executable bits | Michael Stahl | |
2012-03-21 | chmod -x | Tor Lillqvist | |
2012-03-20 | map of kind+name -> new-name | Caolán McNamara | |
2012-03-18 | Prefer prefix ++/-- operators for non-primitive types | Julien Nabet | |
2012-03-18 | Some cppcheck cleaning | Julien Nabet | |
2012-03-14 | Enable -Wnon-virtual-dtor for GCC 4.6 | Stephan Bergmann | |
...which has the necessary features to support it. Change a lot of classes to either contain a protected non-virtual dtor (which is backwards compatible, so even works for cppumaker-generated UNO headers) or a public virtual one. cppuhelper/propertysetmixin.hxx still needs to disable the warning, as the relevant class has a non-virtual dtor but friends, which would still cause GCC to warn. Includes a patch for libcmis, intended to be upstreamed. | |||
2012-03-12 | xmloff: implement contextual spacing import/export | Miklos Vajna | |
2012-03-12 | remove unused VisAreaContext.[c|h]xx | Caolán McNamara | |
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) |