summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks
2011-09-11add XPropertyList enum, factory, and associated cleanupMichael Meeks
2011-09-10Drop unused partsJulien Nabet
2011-09-10Translate some German commentsLionel Elie Mamane
2011-09-09FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane
Fixes crash of fdo#40701, but not broken feature
2011-09-09sb140: #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-09callcatcher: various unused codeCaolán McNamara
2011-09-08add chaff to encrypted documentsCaolán McNamara
2011-09-08callcatcher: update listCaolán McNamara
2011-09-07valgrind: secondary pool leaks hereCaolán McNamara
2011-09-07callcatcher: unused codeCaolán McNamara
2011-09-07callcatcher: unused codeCaolán McNamara
2011-09-06Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat
This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e
2011-09-06callcatcher: various unused methodsCaolán McNamara
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-02more xoutdev redundant cut/paste cleanupMichael Meeks
2011-09-02sal_Bool to bool.Kohei Yoshida
2011-09-01re-factor and cleanup load and save code for lists, killing copy & pasteMichael Meeks
'return' is not a function, GLOBALOVERFLOW is superstition, bin unused & obsolete static character arrays, prune unused includes, remove bogus comments.
2011-08-31callcatcher: chop, hackCaolán McNamara
2011-08-30Some cppcheck cleaningJulien Nabet
2011-08-30callcatcher: chop, hack, slayCaolán McNamara
2011-08-29Remove the now obsolete XPropertyTable classJoseph Powers
XColorTable was the last class using this code and it's now based on XPropertyList instead.
2011-08-29class SvxUnoXPropertyTable no longer needs to support class XProprtyTableJoseph 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-29Fix my bug: XColorTable is based on XPropertyList not XPropertyTableJoseph Powers
I should have changed this in the "rebase patch".
2011-08-29WaE: dbglevel=2Caolán McNamara
2011-08-29Rename class XColorTable to XColorListJoseph 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-29Rebase XColorTable from XPropertyTable to XPropertyListJoseph Powers
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-28Remove class XLineEndTableJoseph Powers
2011-08-28Remove class XHatchTableJoseph Powers
2011-08-26misc. comment cleanup, and non-exporting of symbols not used externallyMichael Meeks
2011-08-26WaE: and migrate to rtl::OStringBufferCaolán McNamara
2011-08-26regenerate listCaolán McNamara
2011-08-25remove newly unused codeCaolán McNamara
2011-08-25unusedcode: svx::, svxform::Matúš Kukan
2011-08-25callcatcher: yet more unused codeCaolán McNamara
2011-08-24Remove class XBitmapTableJoseph Powers
2011-08-23Remove unused parameter: XFillGradientItemJoseph Powers
XFillGradientItem(SfxItemPool* pPool, const XGradient& rTheGradient) pPool wasn't used so why pass it.
2011-08-23unusedcode.easy: XFillGradientItem cleanpJoseph Powers
I also fixed a typo in my earlier comment.
2011-08-23Delete class XGradientTableJoseph 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-22callcatcher: remove unused methodsCaolán McNamara
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-19would leak on SdrRectObj::RecalcXPoly, drop NULL checks before deleteCaolán McNamara
2011-08-19fdo#37206 toggle default config to false for crash-reporter installedCaolán McNamara
2011-08-18fdo#37403: even better SdrRectObj::operator= thanks to StephanCédric Bosdonnat
2011-08-17fdo#37403: Fixed the SdrRectObj::operator = to avoid leaksCédric Bosdonnat
2011-08-17windows unused variables warningsCaolán McNamara
2011-08-16fdo#37403: Adding proper assignment operator to SdrRectObjCédric Bosdonnat
2011-08-16Revert "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