summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)Author
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks
It turns out the constructors are all run back-to-back one per filter, and we need to init and de-init in a sensible order to make multiple tests that otherwise share the ContentBroker work properly.
2011-10-05WaE: unsafe mix of type 'bool' and type 'sal_Bool' in operationTor Lillqvist
2011-10-05WaE: 'argument' : truncation of constant valueTor Lillqvist
FILEVIEW_SHOW_NONE 0x80 so it doesn't fit into a sal_Int8. So make the nFlags argument to the second SvtFileView constructor sal_uInt8 instead.
2011-10-05WaE: type name first seen using 'class' now seen using 'struct'Tor Lillqvist
2011-10-05WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-05WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-05WaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist
2011-10-05rejig this to remove self-assignCaolán McNamara
2011-10-05WaE: unused variable nowCaolán McNamara
2011-10-05Refactoring drawing of polygons and polypolygons in enhwmf.cxxMarc-Andre Laverdiere
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04callcatcher: various unused methodsCaolán McNamara
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe
proper ifdef for DEC Alpha should be covered with AXP
2011-10-01Revert "Default color for writer page break from blue to red: was barely ↵Cédric Bosdonnat
visible" This reverts commit d39a1d4de93e0242dee84d4d298232da1986ebec. Turning page break color to something brighter is no longer needed.
2011-09-30silence tedious malware checkers, arcfour, key 0x435645Caolán McNamara
2011-09-30merge filters-test codeCaolán McNamara
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-28Removed unused code EnhWMFReader::ReadGDIComment()Marc-Andre Laverdiere
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-27Minor refactoring on WMF loadingMarc-Andre Laverdiere
2011-09-26callcatcher: remove unused codeCaolán McNamara
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22don't consider this a candidate unless explicitly requestedCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara
2011-09-22Always link with user32Tor Lillqvist
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
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-19ByteString->rtl::OStringBufferCaolán McNamara
2011-09-19ditch ByteString::*Buffer*Caolán McNamara
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara
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