Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-04 | callcatcher: various unused methods | Caolán McNamara | |
2011-10-02 | d.lst should be empty in gbuildized modules | Matúš Kukan | |
2011-10-01 | comment typos | Caolán McNamara | |
2011-10-01 | callcatcher: freshly unused code | Caolán McNamara | |
2011-10-01 | callcatcher: unused CreateDrawOutliner | Caolán McNamara | |
2011-09-30 | Cleaned up DGColorNameLookUp. | Stephan Bergmann | |
2011-09-30 | temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2c | Norbert Thiebaud | |
2011-09-29 | add modelines | Caolán McNamara | |
2011-09-29 | callcatcher: unused code | Caolán McNamara | |
2011-09-29 | Replace SvULongs with std::vector in sfx2 | Maciej Rumianowski | |
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools | |||
2011-09-29 | Replace SvULongs and SVUShorts with std::vector | Maciej Rumianowski | |
Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16> | |||
2011-09-28 | nothing initializes pDefaultExt anymore | Caolán McNamara | |
2011-09-28 | callcatcher: unused code | Caolán McNamara | |
2011-09-28 | re-work XPropertyList default extension handling to increase re-use | Michael Meeks | |
2011-09-27 | Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). | Stephan Bergmann | |
2011-09-27 | callcatcher: some unused methods | Caolán McNamara | |
2011-09-26 | only allowed to create these via factory methods now | Caolán McNamara | |
2011-09-26 | ByteString->rtl::OStringBuffer | Caolán McNamara | |
2011-09-26 | remove bogus visibility annotation on template class | Michael Meeks | |
2011-09-26 | remove empty destructors in-lined on Mac, causing build errors | Michael Meeks | |
2011-09-26 | more post colortable cleanup | Michael Meeks | |
2011-09-25 | WaE hide unused parameter | Norbert Thiebaud | |
2011-09-24 | cleanup debug build pointer -> ref migration issues | Michael Meeks | |
2011-09-24 | WaE unused debug-printf static variable | Norbert Thiebaud | |
2011-09-24 | remove some stray debug fprintfs | Michael Meeks | |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael Meeks | |
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too | |||
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | |
2011-09-22 | ByteString->rtl::OString[Buffer] | Caolán McNamara | |
2011-09-21 | fdo#39430: Implement improved Saving Information Icon in the Status Bar | Dmitry Ashkadov | |
2011-09-21 | Removed unused some code related to fdo#39430 | Dmitry Ashkadov | |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | |
Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines | |||
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 | |