summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet
2011-09-17add KeyID option to Language dropdown boxAndras Timar
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann
Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless.
2011-09-15unused defineCaolán McNamara
2011-09-15Drop leftover unused temp variableTor Lillqvist
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane
2011-09-12cleanup BrowseBox, DbGridControl & friends handle & invalid column handlingLionel 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-12Refactorings in enhwmf.cxxMarc-Andre Laverdiere
2011-09-12Added variable initializations when loading WMFs and EMFsMarc-Andre Laverdiere
* 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 Nabet
2011-09-09sb140: #i117291# do not mis-use XTypeProvider.getImplementationId in ↵Stephan Bergmann
XUnoTunnel.getSomething
2011-09-08callcatcher: update listCaolán McNamara
2011-09-06cppcheck scopeKenneth Venken
2011-09-05Added gitignore for temporary fuzz-testing filesMarc-Andre Laverdiere
2011-09-05callcatcher: drop some Impl methods, regenerate listCaolán McNamara
2011-09-05add a fairly efficient read_LEuInt16s_AsOUString, merge similar thingsCaolán McNamara
2011-09-05callcatcher: some more unused codeCaolán McNamara
2011-09-05bIsCompressed is always falseCaolán McNamara
2011-09-03add an_ES (Aragonese) locale dataAndras Timar
2011-09-02Modified output of filters-test.cxx to CSVMarc-Andre Laverdiere
2011-09-02No macros for the com::sun::star::foo.Kohei Yoshida
2011-09-01enhwmf: revert typo introduced by cdc4b3803490dd275547efb38dc1fe7bfca7c0ecMiklos Vajna
2011-09-01fix warningsGabor Jenei
2011-08-31unusedcode: remove various classesMatúš Kukan
2011-08-31various unused codeCaolán McNamara
2011-08-30callcatcher: chop, hack, slayCaolán McNamara
2011-08-29merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara
2011-08-29callcatcher: drop various unused methodsCaolán McNamara
2011-08-29deconfuse this api somewhatCaolán McNamara
2011-08-29remove ByteString::IsAlphaNumericAscii and refactor a bitCaolán McNamara
2011-08-29ByteString->rtl::OString and destupid-api a bitCaolán McNamara
2011-08-29callcatcher: variousCaolán McNamara
2011-08-29valgrind: various unused codeCaolán McNamara
2011-08-26Remove HTML 3.2 export optionHarri Pitkänen
2011-08-26Remove HTML_CFG_MSIE_40_OLDHarri Pitkänen
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änen
HTML_CFG_MSIE was an alias for HTML_CFG_MSIE_40, just use it everywhere for clarity.
2011-08-25remove newly unused codeCaolán McNamara
2011-08-25remove freshly unused methodsCaolán McNamara
2011-08-25callcatcher: yet more unused codeCaolán McNamara
2011-08-24Fixed a crasher in cppunittest in sw, sd and sc on Windows.Kohei Yoshida
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 McNamara
2011-08-23Work around limitation in the debug version of the MSVC std::lower_boundTor Lillqvist
2011-08-23Add comment with discussion on what existing comments claimTor Lillqvist
2011-08-23unusedcode: svt::Matúš Kukan
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power
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 McNamara
2011-08-22Default color for writer page break from blue to red: was barely visibleCédric Bosdonnat
2011-08-22Color config cleanup: last bits remaining removedCédric Bosdonnat