summaryrefslogtreecommitdiff
path: root/svtools
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15split bootstrapfixture and move test-filters class for sot testCaolán McNamara2-4/+8
sot is below vcl, but is a filters test, we can split bootstrapfixture into a vcl needing bit and and non-vcl bit and filters test api can be standalone and combined with whichever bit in order to form pre and post vcl filters test
2011-10-13A cppcheck cleaning with some simplificationJulien Nabet1-6/+2
2011-10-12Some cppcheck cleaningJulien Nabet2-3/+4
2011-10-10Related: fdo#38580 NULL objectCaolán McNamara1-0/+0
2011-10-10add Pali language (Latin script) - fdo#41599Andras Timar1-0/+1
2011-10-09Kill unused code in Ruler.Jan Holesovsky2-250/+11
2011-10-07cppcheck reduce scope of var in svtools/..svimpbox.cxxPierre-André Jacquod1-2/+1
2011-10-07cppcheck scope reduction in svtools/..imivctl1.cxxPierre-André Jacquod1-5/+3
2011-10-07cppcheck reduce scope in svtools/.. wmfwr.cxxPierre-André Jacquod1-3/+2
2011-10-07cppcheck scope reduction in svtools... winwmf.cxxPierre-André Jacquod1-1/+1
2011-10-06Remove code related to previously disabled HTML 3.2 exportHarri Pitkänen1-1/+0
2011-10-05test fix: use setUp and tearDown not constructors to init LibreOfficeMichael Meeks1-6/+1
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 Lillqvist1-1/+1
2011-10-05WaE: 'argument' : truncation of constant valueTor Lillqvist2-2/+2
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 Lillqvist2-3/+6
2011-10-05WaE: class has virtual functions, but destructor is not virtualTor Lillqvist1-1/+1
2011-10-05WaE: class has virtual functions, but destructor is not virtualTor Lillqvist3-3/+3
2011-10-05WaE: '==' : unsafe mix of type 'sal_Bool' and type 'bool' in operationTor Lillqvist1-1/+1
2011-10-05rejig this to remove self-assignCaolán McNamara1-3/+3
2011-10-05WaE: unused variable nowCaolán McNamara1-1/+1
2011-10-05Refactoring drawing of polygons and polypolygons in enhwmf.cxxMarc-Andre Laverdiere2-135/+90
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen1-40/+1
2011-10-04callcatcher: various unused methodsCaolán McNamara2-23/+0
2011-10-03definition of ALPHA is no longer available for DEC AlphaTakeshi Abe1-3/+0
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 Bosdonnat1-1/+1
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 McNamara13-0/+0
2011-09-30merge filters-test codeCaolán McNamara2-150/+21
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara8-0/+24
2011-09-29Replace SvULongs with std::vector in sfx2Maciej Rumianowski2-17/+8
Bug 38831, replace SvULongs with std::vector in sfx2 and related svtools
2011-09-28Removed unused code EnhWMFReader::ReadGDIComment()Marc-Andre Laverdiere2-36/+0
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann2-3/+3
2011-09-27Minor refactoring on WMF loadingMarc-Andre Laverdiere2-84/+55
2011-09-26callcatcher: remove unused codeCaolán McNamara2-11/+0
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara2-10/+10
2011-09-22don't consider this a candidate unless explicitly requestedCaolán McNamara1-1/+1
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-3/+3
2011-09-22ByteString->rtl::OString[Buffer]Caolán McNamara11-84/+78
2011-09-22Always link with user32Tor Lillqvist1-1/+0
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-2/+2
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 McNamara2-53/+60
2011-09-19ditch ByteString::*Buffer*Caolán McNamara1-8/+9
2011-09-19rework this in terms of read_uInt8s_AsOStringCaolán McNamara1-7/+4
2011-09-17fdo #37007 Add Math symbol "There does not exist".Julien Nabet1-0/+1
2011-09-17add KeyID option to Language dropdown boxAndras Timar1-0/+1
2011-09-16Simplified setting headless mode for smoke-/subsequenttetss.Stephan Bergmann1-1/+0
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 McNamara1-1/+0
2011-09-15Drop leftover unused temp variableTor Lillqvist1-2/+0
2011-09-13I believe the src charset pragma is archaic and unusedCaolán McNamara1-2/+0
2011-09-12sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann1-1/+6
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
2011-09-12Type: BROWSER_INVALID_ID -> BROWSER_INVALIDIDLionel Elie Mamane1-1/+1