summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel Elie Mamane5-25/+50
- 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-12Refactorings in enhwmf.cxxMarc-Andre Laverdiere1-62/+44
2011-09-12Added variable initializations when loading WMFs and EMFsMarc-Andre Laverdiere4-99/+98
* Added variable initializations when reading from SvStream * Minor code cleanups * Translated some German comments Changes related to an issue showing in Valgrind over a misformed WMF and EMF
2011-09-10Drop unused partsJulien Nabet1-8/+0
2011-09-09sb140: #i117291# do not mis-use XTypeProvider.getImplementationId in ↵Stephan Bergmann2-17/+3
XUnoTunnel.getSomething
2011-09-08callcatcher: update listCaolán McNamara4-158/+0
2011-09-06cppcheck scopeKenneth Venken1-7/+5
2011-09-05Added gitignore for temporary fuzz-testing filesMarc-Andre Laverdiere1-0/+1
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara4-34/+0
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara4-65/+0
2011-09-05callcatcher: some more unused codeCaolán McNamara2-54/+0
2011-09-05bIsCompressed is always falseCaolán McNamara1-26/+12
2011-09-03add an_ES (Aragonese) locale dataAndras Timar1-0/+1
2011-09-02Modified output of filters-test.cxx to CSVMarc-Andre Laverdiere1-6/+4
2011-09-02No macros for the com::sun::star::foo.Kohei Yoshida2-16/+12
2011-09-01enhwmf: revert typo introduced by cdc4b3803490dd275547efb38dc1fe7bfca7c0ecMiklos Vajna1-1/+1
2011-09-01fix warningsGabor Jenei2-9/+8
2011-08-31unusedcode: remove various classesMatúš Kukan3-1978/+0
2011-08-31various unused codeCaolán McNamara2-5/+0
2011-08-30callcatcher: chop, hack, slayCaolán McNamara2-10/+0
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara3-24/+13
2011-08-29callcatcher: drop various unused methodsCaolán McNamara2-35/+0
2011-08-29deconfuse this api somewhatCaolán McNamara1-5/+5
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara2-3/+3
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara1-9/+6
2011-08-29callcatcher: variousCaolán McNamara2-8/+0
2011-08-29valgrind: various unused codeCaolán McNamara2-12/+0
2011-08-26Remove HTML 3.2 export optionHarri Pitkänen1-2/+0
2011-08-26Remove HTML_CFG_MSIE_40_OLDHarri Pitkänen2-3/+0
This export format has not been available in the UI but there were still a few references to it left in the source.
2011-08-26Remove extra #defineHarri Pitkänen2-5/+4
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity.
2011-08-25remove newly unused codeCaolán McNamara2-6/+0
2011-08-25remove freshly unused methodsCaolán McNamara2-45/+0
2011-08-25callcatcher: yet more unused codeCaolán McNamara3-64/+0
2011-08-24Fixed a crasher in cppunittest in sw, sd and sc on Windows.Kohei Yoshida1-6/+5
Be careful there... when bRemoved is true, the iterator would get incremented twice which may cause it to go past the end position.
2011-08-24callcatcher: remove various unused methodsCaolán McNamara5-111/+0
2011-08-23Work around limitation in the debug version of the MSVC std::lower_boundTor Lillqvist2-7/+5
2011-08-23Add comment with discussion on what existing comments claimTor Lillqvist1-1/+9
2011-08-23unusedcode: svt::Matúš Kukan36-600/+0
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power2-0/+45
With database document, any contents of the Pictures folder ( afaics only basic dialogs store content here ) is never cleaned up between saves.
2011-08-22regenerate up to date listCaolán McNamara3-19/+0
2011-08-22Default color for writer page break from blue to red: was barely visibleCédric Bosdonnat1-1/+1
2011-08-22Color config cleanup: last bits remaining removedCédric Bosdonnat1-3/+0
2011-08-22Cleaned up the HIDs in the color configCédric Bosdonnat2-16/+0
2011-08-22gsl_getSystemTextEncoding->osl_getThreadTextEncodingCaolán McNamara9-24/+24
2011-08-22ditch product registration implementationCaolán McNamara10-1155/+0
2011-08-21unusedcode.easy: Cleanup GraphicObjectJoseph Powers2-50/+0
2011-08-21Replace List with std::list< GraphicCacheEntry* >Joseph Powers2-40/+64
2011-08-21Whitespace cleanupJoseph Powers1-46/+87
2011-08-21unusedcode: svtools::Matúš Kukan12-343/+0
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud1-1/+1