summaryrefslogtreecommitdiffstats
path: root/svx
Commit message (Collapse)AuthorAgeFilesLines
* d.lst should be empty in gbuildized modulesMatúš Kukan2011-10-021-5/+0
|
* comment typosCaolán McNamara2011-10-011-1/+1
|
* callcatcher: freshly unused codeCaolán McNamara2011-10-012-13/+0
|
* callcatcher: unused CreateDrawOutlinerCaolán McNamara2011-10-012-12/+0
|
* Cleaned up DGColorNameLookUp.Stephan Bergmann2011-09-305-157/+125
|
* temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2cNorbert Thiebaud2011-09-301-2/+1
|
* add modelinesCaolán McNamara2011-09-299-0/+22
|
* callcatcher: unused codeCaolán McNamara2011-09-291-10/+1
|
* Replace SvULongs with std::vector in sfx2Maciej Rumianowski2011-09-291-8/+9
| | | | Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
* Replace SvULongs and SVUShorts with std::vectorMaciej Rumianowski2011-09-294-57/+47
| | | | Replace SvULongs with std::vector<sal_uIntPtr> and SvUShorts with std::vector<sal_uInt16>
* nothing initializes pDefaultExt anymoreCaolán McNamara2011-09-282-3/+2
|
* callcatcher: unused codeCaolán McNamara2011-09-282-20/+0
|
* re-work XPropertyList default extension handling to increase re-useMichael Meeks2011-09-286-12/+61
|
* Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2011-09-272-4/+4
|
* callcatcher: some unused methodsCaolán McNamara2011-09-272-70/+0
|
* only allowed to create these via factory methods nowCaolán McNamara2011-09-261-7/+7
|
* ByteString->rtl::OStringBufferCaolán McNamara2011-09-261-6/+6
|
* remove bogus visibility annotation on template classMichael Meeks2011-09-261-1/+1
|
* remove empty destructors in-lined on Mac, causing build errorsMichael Meeks2011-09-261-3/+1
|
* more post colortable cleanupMichael Meeks2011-09-261-2/+2
|
* WaE hide unused parameterNorbert Thiebaud2011-09-251-1/+1
|
* cleanup debug build pointer -> ref migration issuesMichael Meeks2011-09-241-4/+2
|
* WaE unused debug-printf static variableNorbert Thiebaud2011-09-241-1/+1
|
* remove some stray debug fprintfsMichael Meeks2011-09-241-2/+2
|
* re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks2011-09-2433-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
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-2210-2/+44
|
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-09-225-11/+20
|
* fdo#39430: Implement improved Saving Information Icon in the Status BarDmitry Ashkadov2011-09-214-26/+89
|
* Removed unused some code related to fdo#39430Dmitry Ashkadov2011-09-212-6/+0
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-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
* 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
|