summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2011-09-30temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2cNorbert Thiebaud1-2/+1
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
2011-09-29Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski4-57/+47
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
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
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba1-0/+1
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
2011-09-12stylisticLionel Elie Mamane1-1/+2
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
2011-09-11Don't touch handle when setting property EnabledLionel Elie Mamane1-1/+0
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
2011-09-09sb140: #i117082# avoid unncessary static class data members (which are destro...Stephan Bergmann3-93/+16