summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-20move #include from .h to the one .cxx where it is neededLuboš Luňák2-1/+1
2012-03-20WaE: '%u' expects 'unsigned int', but argument is 'sal_uInt32'Tor Lillqvist1-11/+11
2012-03-19Fix a crash on launching the pivot layout dialog with duplicated data fields.Kohei Yoshida1-0/+3
2012-03-19check for negative sheet number here too, fdo#47503Markus Mohrhard1-1/+1
2012-03-19remove fiddly casts, add few const where appropriateLuboš Luňák1-8/+7
2012-03-19TypoStephan Bergmann1-1/+1
2012-03-19Record sort order during the first sort by the value, and use it the 2nd time.Kohei Yoshida1-2/+25
2012-03-19Missing includeStephan Bergmann1-0/+4
2012-03-19Fixed spl_component_getFactoryStephan Bergmann3-195/+129
2012-03-19OOpsFridrich Štrba1-1/+1
2012-03-19Improve linkoo for MinGW.Jan Holesovsky1-2/+5
2012-03-19How to examine strings in winedbg.Jan Holesovsky1-0/+9
2012-03-19Don't build unnecessary filesFridrich Štrba2-9/+3
2012-03-19Simple Zip file-format implementation to avoid the need of minizipFridrich Štrba15-225/+547
2012-03-19Workaround a strange wine / mingw crash.Jan Holesovsky2-5/+2
2012-03-19soffice.exe must not link against sal3.dll (might fix fdo#44489)Stephan Bergmann1-1/+0
2012-03-19Better check when to use the lcms2-windows-export.patch.Jan Holesovsky1-4/+3
2012-03-19Fix libcms2 build on MinGW.Jan Holesovsky1-1/+5
2012-03-19Don't build helppack installers if --without-helpTor Lillqvist1-8/+16
2012-03-19testcase for n#751020Miklos Vajna2-0/+23
2012-03-19Copy/paste typoStephan Bergmann1-1/+1
2012-03-19Do AC_PROG_EGREP before using $GREPTor Lillqvist1-1/+2
2012-03-19Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt libraryTor Lillqvist1-1/+1
2012-03-19mingw: check for jpeg dllDavid Tardon5-0/+18
2012-03-19mingw: check for system iconv dllDavid Tardon5-0/+11
2012-03-19testcase for fdo#43965Miklos Vajna2-0/+51
2012-03-19fdo#43965 fix RTF import of \up and \dn with custom parametersMiklos Vajna1-10/+3
2012-03-19fdo#43965 dmapper: fix line width defaultMiklos Vajna1-1/+1
2012-03-19Define CMS_DLL in the header as that is how we build itLubos Lunak2-1/+19
2012-03-19Revert "lcms2 uses stdcall for some reason"Tor Lillqvist1-15/+0
2012-03-19lcms2 uses stdcall for some reasonTor Lillqvist1-0/+15
2012-03-19adjust test for the correct dbdata importMarkus Mohrhard1-1/+1
2012-03-19add missing forward declarationsMarkus Mohrhard1-0/+3
2012-03-18Remove deprecated class DevChartConfigItem.Rafael Dominguez1-87/+0
2012-03-19emser belongs to OOOLIBSMatúš Kukan1-1/+1
2012-03-18Check iterator end WW8TableCellGridArnaud Versini1-3/+5
2012-03-18mingw: allow forced use of system icu toolsDavid Tardon1-6/+9
2012-03-18mingw: test system icu versionDavid Tardon1-0/+14
2012-03-18mingw: use system icu tools when requestedDavid Tardon1-1/+1
2012-03-18clean up after copy & pasteDavid Tardon1-5/+5
2012-03-18mingw: allow use of system zlibDavid Tardon17-8/+75
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon6-147/+540
2012-03-18resolved fdo#46947 duplicated date format [zh-TW]Cheng-Chia Tseng1-1/+1
2012-03-18add test case for fdo#40426Markus Mohrhard2-3/+18
2012-03-18some sal_Bool to bool in transobj.cxxMarkus Mohrhard1-13/+13
2012-03-18also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-18disable two slow java based subsequenttests, fdo#45337Markus Mohrhard1-2/+2
2012-03-18add all imported properties to ScDBData, fdo#40426Markus Mohrhard2-3/+9
2012-03-18Add parenthesis for avoid false report by cppcheckJulien Nabet1-1/+1
2012-03-18Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-3/+3