summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-16Fixed a crash due to invalid index for Sequence.Kohei Yoshida
With this, 3.81 sec -> 1.2 sec.
2011-08-16Extended UNO's script API to allow adding of multiple listeners at once.Kohei Yoshida
2011-08-17fdo#32703 make CSV import ignore leading spaces before quoted field contentEike Rathke
Make CSV import ignore leading spaces if the field content without them is quoted. Cope with broken generators that put leading blanks before a quoted field, like "field1", "field2", "..." ignoring CSV specification http://tools.ietf.org/html/rfc4180
2011-08-16rework 04d2e6469529b6187900659517d6f6dd5ea2cca5Markus Mohrhard
only update range names in formulas if the documents are different or the sheets are different
2011-08-16GetLastSelected returns a table number and not a 1-based indexMarkus Mohrhard
2011-08-16nothing seems to be using toolshelpers.a but rscdep, fold it in rscepNorbert Thiebaud
2011-08-16fix merge foobar, use css::script::XLibraryQueryExecutable for LibrarayNoel Power
make sure LibraryContainers use css::script::XLibraryQueryExecutable
2011-08-16Add AsmObject stuffTor Lillqvist
2011-08-16dllmgr-x86 expects stdcall-decorated namesTor Lillqvist
2011-08-16wnt-mingw.s is an assembler source fileTor Lillqvist
2011-08-17cppcheck: possibly efficient checking for emptinessTakeshi Abe
2011-08-17cppcheck: reduced scope of variableTakeshi Abe
2011-08-17cppcheck: remove assigned but unused variableTakeshi Abe
2011-08-16park this as close to linkingCaolán McNamara
2011-08-16fix typoCaolán McNamara
2011-08-16fdo#37403: Adding proper assignment operator to SdrRectObjCédric Bosdonnat
2011-08-16Revert "fdo#37403: Fixed crasher by using boost::shared_ptr"Cédric Bosdonnat
This reverts commit b564df24d1ffa1e8962771ba63a3d1cf3c7bd99d. Using shared_ptr wasn't the ideal solution. Conflicts: svx/source/svdraw/svdorect.cxx
2011-08-16Header/Footer: ghost footnote and columns linesCédric Bosdonnat
Dirty hack... Simply added a bGhosted member in SwLineRect class. All lines are stacked and drawn later: not ideal.
2011-08-16this seems to be the normal patternCaolán McNamara
2011-08-16get these names right for windows (I think)Caolán McNamara
2011-08-16make windows build go further crypt->crypt32Caolán McNamara
2011-08-16Related: fdo#39376/fdo#34880 short fread isn't an error when its eofCaolán McNamara
2011-08-16WaE: unused variableCaolán McNamara
2011-08-16Link with the debugging runtime in a dbgutil build here, tooTor Lillqvist
2011-08-16Avoid single-point filled polygonsThorsten Behrens
As per fdo#37559, it seems exporting filled polygons consisting of exactly one point (which should in theory be invisible) is a bad idea for several pdf viewers. Filtering drawing layer output accordingly.
2011-08-16ByteString->rtl::OStringCaolán McNamara
2011-08-16callcatcher: unused codeCaolán McNamara
2011-08-16callcatcher: unused codeCaolán McNamara
2011-08-16there's no point to that assignCaolán McNamara
2011-08-16revert thisCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16ditch some junkCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16catch by const referenceCaolán McNamara
2011-08-16const char*->const char[]Caolán McNamara
2011-08-16Fix libgsf build with internal zlib that uses Z_PREFIXTor Lillqvist
2011-08-16Fix heap corruption (malloc buffer overrun)Tor Lillqvist
Detected by the debug C runtime (when using --enable-dbgutil) when running a unit test.
2011-08-16Remove duplicated chunkKorrawit Pruegsanusak
2011-08-16Fix --enable-dbgutil build: Define _DEBUGTor Lillqvist
2011-08-16Add the external dlls, exes etcTor Lillqvist
2011-08-16put git hook on a diet. concentrate on safe, cheap and globally usefulNorbert Thiebaud
2011-08-16update range names/database ranges in formulas cellsMarkus Mohrhard
we need to update range names/database ranges when we copy/paste formula cells otherwise the ScNameToken may point to a different entry
2011-08-15Fix the parameters in throw RuntimeExceptionJoseph Powers
2011-08-16fixed class name in diagnosing messageTakeshi Abe
2011-08-16fix ScColumns::DeleteRange() responsible for all sorts of troubleEike Rathke
* mark correct segments as removed / not removed * move remaining segments with the correct number of entries * preserve broadcasters and don't delete/overwrite cell entries in that case * fixes also undo/redo where cells didn't appear after redo * fixes also weird or invisible values after input on deleted cells
2011-08-15Fix cppcheck division by 0 detected (thanks Noel and Norbert)Julien Nabet
2011-08-15git-hooks: whitespace problems are not errors in non-source filesMiklos Vajna
2011-08-15fix for bnc#684784 - more conservative graphic replacemementNoel Power