Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-11 | Initial DocumentSettingsSerializer implementation | Michael Meeks | |
2011-09-11 | add XPropertyList enum, factory, and associated cleanup | Michael Meeks | |
2011-09-10 | Drop unused parts | Julien Nabet | |
2011-09-10 | Translate some German comments | Lionel Elie Mamane | |
2011-09-09 | FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) call | Lionel Elie Mamane | |
Fixes crash of fdo#40701, but not broken feature | |||
2011-09-09 | sb140: #i117082# avoid unncessary static class data members (which are ↵ | Stephan Bergmann | |
destroyed too late) plus sb140: #i117082# extra indirections to apeace MSC sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors | |||
2011-09-09 | callcatcher: various unused code | Caolán McNamara | |
2011-09-08 | add chaff to encrypted documents | Caolán McNamara | |
2011-09-08 | callcatcher: update list | Caolán McNamara | |
2011-09-07 | valgrind: secondary pool leaks here | Caolán McNamara | |
2011-09-07 | callcatcher: unused code | Caolán McNamara | |
2011-09-07 | callcatcher: unused code | Caolán McNamara | |
2011-09-06 | Header/Footer: revert objects ghosting to keep writer WYSIWYG | Cédric Bosdonnat | |
This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e | |||
2011-09-06 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-05 | callcatcher: drop some Impl methods, regenerate list | Caolán McNamara | |
2011-09-05 | callcatcher: some more unused code | Caolán McNamara | |
2011-09-02 | more xoutdev redundant cut/paste cleanup | Michael Meeks | |
2011-09-02 | sal_Bool to bool. | Kohei Yoshida | |
2011-09-01 | re-factor and cleanup load and save code for lists, killing copy & paste | Michael Meeks | |
'return' is not a function, GLOBALOVERFLOW is superstition, bin unused & obsolete static character arrays, prune unused includes, remove bogus comments. | |||
2011-08-31 | callcatcher: chop, hack | Caolán McNamara | |
2011-08-30 | Some cppcheck cleaning | Julien Nabet | |
2011-08-30 | callcatcher: chop, hack, slay | Caolán McNamara | |
2011-08-29 | Remove the now obsolete XPropertyTable class | Joseph Powers | |
XColorTable was the last class using this code and it's now based on XPropertyList instead. | |||
2011-08-29 | class SvxUnoXPropertyTable no longer needs to support class XProprtyTable | Joseph Powers | |
It was supporting both XPropertyTable & XPropertyLis. XColorTable is now based on XPropertyList and it was the only on that was based on the Table class. TODO: we might be able to remove some of the "if(mpList)" statements; this needs more research. | |||
2011-08-29 | Fix my bug: XColorTable is based on XPropertyList not XPropertyTable | Joseph Powers | |
I should have changed this in the "rebase patch". | |||
2011-08-29 | WaE: dbglevel=2 | Caolán McNamara | |
2011-08-29 | Rename class XColorTable to XColorList | Joseph Powers | |
The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List. | |||
2011-08-29 | Rebase XColorTable from XPropertyTable to XPropertyList | Joseph Powers | |
2011-08-29 | valgrind: various unused code | Caolán McNamara | |
2011-08-28 | Remove class XLineEndTable | Joseph Powers | |
2011-08-28 | Remove class XHatchTable | Joseph Powers | |
2011-08-26 | misc. comment cleanup, and non-exporting of symbols not used externally | Michael Meeks | |
2011-08-26 | WaE: and migrate to rtl::OStringBuffer | Caolán McNamara | |
2011-08-26 | regenerate list | Caolán McNamara | |
2011-08-25 | remove newly unused code | Caolán McNamara | |
2011-08-25 | unusedcode: svx::, svxform:: | Matúš Kukan | |
2011-08-25 | callcatcher: yet more unused code | Caolán McNamara | |
2011-08-24 | Remove class XBitmapTable | Joseph Powers | |
2011-08-23 | Remove unused parameter: XFillGradientItem | Joseph Powers | |
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it. | |||
2011-08-23 | unusedcode.easy: XFillGradientItem cleanp | Joseph Powers | |
I also fixed a typo in my earlier comment. | |||
2011-08-23 | Delete class XGradientTable | Joseph Powers | |
It seems that we don't use it... Class XFillGradientItem referenses it as a parameter which is never passed; however, the code is: "if(!isIndex()) else Table->" which will always fail if the Item is an Index. This makes me belive that the XFillGradientItem class could be simplifed to not be based on the NameOrIndex class. | |||
2011-08-22 | callcatcher: remove unused methods | Caolán McNamara | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | |
2011-08-19 | would leak on SdrRectObj::RecalcXPoly, drop NULL checks before delete | Caolán McNamara | |
2011-08-19 | fdo#37206 toggle default config to false for crash-reporter installed | Caolán McNamara | |
2011-08-18 | fdo#37403: even better SdrRectObj::operator= thanks to Stephan | Cédric Bosdonnat | |
2011-08-17 | fdo#37403: Fixed the SdrRectObj::operator = to avoid leaks | Cédric Bosdonnat | |
2011-08-17 | windows unused variables warnings | Caolán McNamara | |
2011-08-16 | fdo#37403: Adding proper assignment operator to SdrRectObj | Cédric Bosdonnat | |
2011-08-16 | Revert "fdo#37403: Fixed crasher by using boost::shared_ptr" | Cédric Bosdonnat | |
This reverts commit b564df24d1ffa1e8962771ba63a3d1cf3c7bd99d. Using shared_ptr wasn't the ideal solution. Conflicts: svx/source/svdraw/svdorect.cxx |