Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | Revert "Trying to chop out the uwinapi library" | Fridrich Štrba | |
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51. | |||
2011-09-16 | Trying to chop out the uwinapi library | Fridrich Štrba | |
2011-09-15 | drop some more unused code | Caolán McNamara | |
2011-09-15 | callcatcher: some unused code | Caolán McNamara | |
2011-09-15 | Header/Footer: add the Border and Background... menu item | Cédric Bosdonnat | |
2011-09-14 | callcatcher: remove unused code | Caolán McNamara | |
2011-09-13 | try better template friend class syntax | Caolán McNamara | |
2011-09-13 | I believe the src charset pragma is archaic and unused | Caolán McNamara | |
2011-09-12 | cleanup BrowseBox, DbGridControl & friends handle & invalid column handling | Lionel 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-12 | stylistic | Lionel Elie Mamane | |
make it clearer that DbGridControl_Base::RemoveColumn is meant to be called unconditionally | |||
2011-09-12 | not going to get away with this friend syntax | Caolán McNamara | |
2011-09-12 | can return a ref instead of a pointer, ensure dtor on singleton | Caolán McNamara | |
2011-09-12 | use boost::noncopyable and rtl::Static | Caolán McNamara | |
2011-09-12 | c++ defaults to void | Caolán McNamara | |
2011-09-12 | callcatcher: various unused methods | Caolán McNamara | |
2011-09-11 | fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model column | Lionel Elie Mamane | |
That case crops up when nId==0 i.e. the Handle column | |||
2011-09-11 | Don't touch handle when setting property Enabled | Lionel 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-11 | remove inadvertently committed fprintf | Michael Meeks | |
2011-09-11 | apparently gcc 4.3.1 tinderbox needs include cstdio | Eike Rathke | |
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 | |