summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-08Revert "process more idl files at once - first part: gbuild"Norbert Thiebaud1-34/+32
2011-09-08Revert "Need doubled dollarsign here it seems for this to actually work as in...Norbert Thiebaud1-1/+1
2011-09-08Make CmpKernData a true strict weak ordering for use in std::sort.Stephan Bergmann1-1/+1
2011-09-07Updated css_parser from orcus, plus added experimental csv_parser.Kohei Yoshida2-4/+293
2011-09-08cppcheck cleaning: duplicate expression on both sides of <Korrawit Pruegsanusak1-1/+1
2011-09-08make ScViewFunc::SetStyleSheetToMarked() work againEike Rathke1-2/+1
2011-09-07use SAL_CONST_UINT64 with such large valuesEike Rathke1-1/+1
2011-09-07SwUndoTblNdsChg::pDelSects was used unitialized.Stephan Bergmann2-17/+11
2011-09-07some basic unit test for xls and xlsxMarkus Mohrhard4-19/+44
2011-09-07fix url in documentationAndras Timar1-1/+1
2011-09-07Remove warnings.Kohei Yoshida1-2/+2
2011-09-07use vnd.openoffice.pymodule: as the prefixCaolán McNamara1-2/+1
2011-09-07add support for UNO components in PythonDavid Tardon3-0/+69
2011-09-07valgrind: secondary pool leaks hereCaolán McNamara1-1/+6
2011-09-07Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida2-24/+20
2011-09-07Get the file: URIs rightTor Lillqvist1-11/+8
2011-09-07UpdatesTor Lillqvist1-13/+12
2011-09-07Merge branch 'master' into feature/calc-multiline-inputKohei Yoshida2733-74358/+55870
2011-09-07fix typo of the option nameTakeshi Abe1-1/+1
2011-09-07introduce SAL_DEPRECATED macroBjoern Michaelsen1-0/+16
2011-09-07This seems to help the MSVC build alongTor Lillqvist1-2/+3
2011-09-07remove freshly unused methodsCaolán McNamara3-8/+1
2011-09-07BITxxx functions according to ODF 1.2 OpenFormulaWolfgang Pechlaner10-5/+327
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane2-4/+2
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane1-11/+15
2011-09-07typoLionel Elie Mamane1-1/+1
2011-09-07shouldEscapeDateTime() controls ODBC syntax for date literals, not ## formatLionel Elie Mamane1-1/+1
2011-09-07use MKDIRHIER instead of MKDIR to avoid bogus error messagesLionel Elie Mamane2-11/+11
2011-09-07moz ldap libraries: don't need LIBDIR to existLionel Elie Mamane1-0/+141
2011-09-07moz: do not try to get into non-existent directory and ignore errorLionel Elie Mamane1-1/+1
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane6-39/+98
2011-09-07compensate for missing newlines at end of windows .d files when concatenatingMichael Meeks1-1/+1
2011-09-07We don't need any .lnk or .link stuff, do we?Tor Lillqvist2-21/+10
2011-09-07Don't deliver build.lst to solver and don't look for it thereTor Lillqvist2-33/+0
2011-09-07update to latest version of vcredist fdo#40399Andras Timar2-4/+4
2011-09-07enable to replace the vendor name in Windows installer, bnc#571489Andras Timar2-2/+2
2011-09-07Fixed build error about double conversionCédric Bosdonnat1-4/+4
2011-09-07Sw page break: added a text above the line to explain the visualizationCédric Bosdonnat3-2/+38
2011-09-07replace api.openoffice.org to api.libreoffice.orgAndras Timar11-14/+14
2011-09-07callcatcher: unused codeCaolán McNamara4-124/+0
2011-09-07Resolves/Related: fdo#40449 uninitialized issymbol member variableCaolán McNamara1-0/+1
2011-09-07callcatcher: unused codeCaolán McNamara6-62/+0
2011-09-07surely a terrible idea to use a random system encoding hereCaolán McNamara1-1/+1
2011-09-07use read_uInt8s_AsOString hereCaolán McNamara1-4/+2
2011-09-07ByteString->rtl::OStringCaolán McNamara2-3/+3
2011-09-07probably want a SfxBoolItem of false hereCaolán McNamara1-3/+1
2011-09-07kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen11-88/+0
2011-09-07Hopefully this will fix the build breakage on Mac.Kohei Yoshida1-1/+1
2011-09-06Improve performance of large Excel documents wrt cell style import.Kohei Yoshida3-28/+16
2011-09-06Refactored SfxItemPool for better encapsulation.Kohei Yoshida4-357/+393