summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)Author
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba
2011-09-15drop some more unused codeCaolán McNamara
2011-09-15callcatcher: some unused codeCaolán McNamara
2011-09-15Header/Footer: add the Border and Background... menu itemCédric Bosdonnat
2011-09-14callcatcher: remove unused codeCaolán McNamara
2011-09-13try better template friend class syntaxCaolán McNamara
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane
- BrowseBox: Check Handle column-related invariants when adding a column: # only one handle column # it is the first - BrowseBox: Check column id-related invariants when adding a column: # Id is not the special "handle column" value # Id is not the special "invalid ID" value # unicity of the ID among columns - GetColumnId: return BROWSER_INVALIDID, not 0 (== id of handle column) for an invalid column; adapt code calling GetColumnId to this change. - Use the correct const or #define'd symbol instead of magic constants; introduce such a symbol if needed - General other miscellaneous cleanups: # Translation of comments # typo/spelling in comments, error messages and the like # parenthesise #define'd value # use SAL_MAX_UINT16 instead of USHRT_MAX where a sal_uInt16 is expected # BrowseBox::SetColumnTitle: nItemId is checked to be non-zero, so don't test if for zeroness again.
2011-09-12stylisticLionel Elie Mamane
make it clearer that DbGridControl_Base::RemoveColumn is meant to be called unconditionally
2011-09-12not going to get away with this friend syntaxCaolán McNamara
2011-09-12can return a ref instead of a pointer, ensure dtor on singletonCaolán McNamara
2011-09-12use boost::noncopyable and rtl::StaticCaolán McNamara
2011-09-12c++ defaults to voidCaolán McNamara
2011-09-12callcatcher: various unused methodsCaolán McNamara
2011-09-11fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane
That case crops up when nId==0 i.e. the Handle column
2011-09-11Don't touch handle when setting property EnabledLionel Elie Mamane
Handle enabling/disabling is controlled by property RecordMarker, not by property Enabled. Source of the error is most probably a copy/paste error in commit 0ade87a8e309f5eb34d0a734c836bdb2f09f00db Author: Frank Schoenheit [fs] <frank.schoenheit@oracle.com> Date: Tue Nov 23 11:38:49 2010 +0100
2011-09-11remove inadvertently committed fprintfMichael Meeks
2011-09-11apparently gcc 4.3.1 tinderbox needs include cstdioEike Rathke
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