summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Trying to chop out the uwinapi library"Fridrich Štrba2011-09-161-0/+1
| | | | This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
* Trying to chop out the uwinapi libraryFridrich Štrba2011-09-161-1/+0
|
* drop some more unused codeCaolán McNamara2011-09-152-87/+0
|
* callcatcher: some unused codeCaolán McNamara2011-09-154-92/+0
|
* Header/Footer: add the Border and Background... menu itemCédric Bosdonnat2011-09-152-39/+59
|
* callcatcher: remove unused codeCaolán McNamara2011-09-142-68/+0
|
* try better template friend class syntaxCaolán McNamara2011-09-131-2/+3
|
* I believe the src charset pragma is archaic and unusedCaolán McNamara2011-09-1313-25/+10
|
* cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane2011-09-122-21/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* stylisticLionel Elie Mamane2011-09-121-1/+2
| | | | | make it clearer that DbGridControl_Base::RemoveColumn is meant to be called unconditionally
* not going to get away with this friend syntaxCaolán McNamara2011-09-121-2/+1
|
* can return a ref instead of a pointer, ensure dtor on singletonCaolán McNamara2011-09-122-17/+20
|
* use boost::noncopyable and rtl::StaticCaolán McNamara2011-09-122-35/+15
|
* c++ defaults to voidCaolán McNamara2011-09-121-3/+3
|
* callcatcher: various unused methodsCaolán McNamara2011-09-1210-179/+0
|
* fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane2011-09-111-1/+1
| | | | That case crops up when nId==0 i.e. the Handle column
* Don't touch handle when setting property EnabledLionel Elie Mamane2011-09-111-1/+0
| | | | | | | | | | 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
* remove inadvertently committed fprintfMichael Meeks2011-09-111-2/+2
|
* apparently gcc 4.3.1 tinderbox needs include cstdioEike Rathke2011-09-111-0/+2
|
* Initial DocumentSettingsSerializer implementationMichael Meeks2011-09-116-130/+264
|
* add XPropertyList enum, factory, and associated cleanupMichael Meeks2011-09-118-71/+70
|
* Drop unused partsJulien Nabet2011-09-102-16/+0
|
* Translate some German commentsLionel Elie Mamane2011-09-101-37/+42
|
* FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane2011-09-091-0/+3
| | | | Fixes crash of fdo#40701, but not broken feature
* sb140: #i117082# avoid unncessary static class data members (which are ↵Stephan Bergmann2011-09-093-93/+16
| | | | | | | | destroyed too late) plus sb140: #i117082# extra indirections to apeace MSC sb140: #i117082# avoid warnings about not intializing boost::noncopyable base in copy ctors
* callcatcher: various unused codeCaolán McNamara2011-09-099-88/+0
|
* add chaff to encrypted documentsCaolán McNamara2011-09-081-0/+2
|
* callcatcher: update listCaolán McNamara2011-09-088-73/+0
|
* valgrind: secondary pool leaks hereCaolán McNamara2011-09-071-1/+6
|
* callcatcher: unused codeCaolán McNamara2011-09-073-122/+0
|
* callcatcher: unused codeCaolán McNamara2011-09-072-33/+0
|
* Header/Footer: revert objects ghosting to keep writer WYSIWYGCédric Bosdonnat2011-09-067-62/+4
| | | | | | | | This reverts commits: * 7d700ecf81c00981df9780da07408192dfa4a4b3 * 523ff0444022c9f435c93140c7c89fa2c657bb50 * f7da7938c53f0ce185760e01e7de91cdf5268078 * 28d1c25092ddefdf90d0554532b7611698b2d18e
* callcatcher: various unused methodsCaolán McNamara2011-09-064-90/+0
|
* callcatcher: drop some Impl methods, regenerate listCaolán McNamara2011-09-052-14/+0
|
* callcatcher: some more unused codeCaolán McNamara2011-09-052-9/+0
|
* more xoutdev redundant cut/paste cleanupMichael Meeks2011-09-025-18/+0
|
* sal_Bool to bool.Kohei Yoshida2011-09-022-9/+9
|
* re-factor and cleanup load and save code for lists, killing copy & pasteMichael Meeks2011-09-0113-541/+108
| | | | | | 'return' is not a function, GLOBALOVERFLOW is superstition, bin unused & obsolete static character arrays, prune unused includes, remove bogus comments.
* callcatcher: chop, hackCaolán McNamara2011-08-312-31/+0
|
* Some cppcheck cleaningJulien Nabet2011-08-301-1/+1
|
* callcatcher: chop, hack, slayCaolán McNamara2011-08-3011-131/+0
|
* Remove the now obsolete XPropertyTable classJoseph Powers2011-08-292-278/+0
| | | | | XColorTable was the last class using this code and it's now based on XPropertyList instead.
* class SvxUnoXPropertyTable no longer needs to support class XProprtyTableJoseph Powers2011-08-291-19/+4
| | | | | | | | | 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.
* Fix my bug: XColorTable is based on XPropertyList not XPropertyTableJoseph Powers2011-08-291-4/+4
| | | | I should have changed this in the "rebase patch".
* WaE: dbglevel=2Caolán McNamara2011-08-291-5/+0
|
* Rename class XColorTable to XColorListJoseph Powers2011-08-2919-60/+57
| | | | | The class is now based on XPropertyList instead of XPropertyTable and all of the other classed based on XPropertyList are named X..List.
* Rebase XColorTable from XPropertyTable to XPropertyListJoseph Powers2011-08-295-111/+121
|
* valgrind: various unused codeCaolán McNamara2011-08-296-175/+1
|
* Remove class XLineEndTableJoseph Powers2011-08-288-138/+16
|
* Remove class XHatchTableJoseph Powers2011-08-287-122/+7
|