summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Collapse)AuthorFilesLines
2011-09-29add modelinesCaolán McNamara9-0/+22
2011-09-29callcatcher: unused codeCaolán McNamara1-10/+1
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski1-8/+9
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-29Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski4-57/+47
Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16>
2011-09-28nothing initializes pDefaultExt anymoreCaolán McNamara2-3/+2
2011-09-28callcatcher: unused codeCaolán McNamara2-20/+0
2011-09-28re-work XPropertyList default extension handling to increase re-useMichael Meeks6-12/+61
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-4/+4
2011-09-27callcatcher: some unused methodsCaolán McNamara2-70/+0
2011-09-26only allowed to create these via factory methods nowCaolán McNamara1-7/+7
2011-09-26ByteString->rtl::OStringBufferCaolán McNamara1-6/+6
2011-09-26remove bogus visibility annotation on template classMichael Meeks1-1/+1
2011-09-26remove empty destructors in-lined on Mac, causing build errorsMichael Meeks1-3/+1
2011-09-26more post colortable cleanupMichael Meeks1-2/+2
2011-09-25WaE hide unused parameterNorbert Thiebaud1-1/+1
2011-09-24cleanup debug build pointer -> ref migration issuesMichael Meeks1-4/+2
2011-09-24WaE unused debug-printf static variableNorbert Thiebaud1-1/+1
2011-09-24remove some stray debug fprintfsMichael Meeks1-2/+2
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks33-667/+397
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-22just silence the auto_ptr deprecations in isolationCaolán McNamara10-2/+44
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara5-11/+20
2011-09-21fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov4-26/+89
2011-09-21Removed unused some code related to fdo#39430Dmitry Ashkadov2-6/+0
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
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-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba1-1/+0
2011-09-15drop some more unused codeCaolán McNamara2-87/+0
2011-09-15callcatcher: some unused codeCaolán McNamara4-92/+0
2011-09-15Header/Footer: add the Border and Background... menu itemCédric Bosdonnat2-39/+59
2011-09-14callcatcher: remove unused codeCaolán McNamara2-68/+0
2011-09-13try better template friend class syntaxCaolán McNamara1-2/+3
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara13-25/+10
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane2-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.
2011-09-12stylisticLionel Elie Mamane1-1/+2
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 McNamara1-2/+1
2011-09-12can return a ref instead of a pointer, ensure dtor on singletonCaolán McNamara2-17/+20
2011-09-12use boost::noncopyable and rtl::StaticCaolán McNamara2-35/+15
2011-09-12c++ defaults to voidCaolán McNamara1-3/+3
2011-09-12callcatcher: various unused methodsCaolán McNamara10-179/+0
2011-09-11fdo#40701: DbGridControl::RemoveColumn even if no corresponding Model columnLionel Elie Mamane1-1/+1
That case crops up when nId==0 i.e. the Handle column
2011-09-11Don't touch handle when setting property EnabledLionel Elie Mamane1-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
2011-09-11remove inadvertently committed fprintfMichael Meeks1-2/+2
2011-09-11apparently gcc 4.3.1 tinderbox needs include cstdioEike Rathke1-0/+2
2011-09-11Initial DocumentSettingsSerializer implementationMichael Meeks6-130/+264
2011-09-11add XPropertyList enum, factory, and associated cleanupMichael Meeks8-71/+70
2011-09-10Drop unused partsJulien Nabet2-16/+0
2011-09-10Translate some German commentsLionel Elie Mamane1-37/+42
2011-09-09FmXGridPeer::getByIndex: Error checking of pGrid->GetModelColumnPos(nId) callLionel Elie Mamane1-0/+3
Fixes crash of fdo#40701, but not broken feature
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are ↵Stephan Bergmann3-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
2011-09-09callcatcher: various unused codeCaolán McNamara9-88/+0