summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-14fdo#47246: dtrans: fix multiply linked ImplHelperMichael Stahl
No idea whether linking ftransl against static library dtobj is good, but the other two libraries here link against it already...
2012-03-14make sdw smoketest document more usefulCaolán McNamara
2012-03-14toggle on view all records in biblio.odbCaolán McNamara
2012-03-14callcatcher: update listCaolán McNamara
2012-03-14we just want to know if its a directory/folder or notCaolán McNamara
2012-03-14fdo#47246: desktop: factor out a winlauncher static libraryMichael Stahl
2012-03-14svtools/source/contnr: translate commentsStefan Knorr (astron)
2012-03-14svtools/source/config: fix typos, translateStefan Knorr (astron)
2012-03-14svtools/source/brwbox: translate commentsStefan Knorr (astron)
2012-03-14Add options to bin/find-german-comments to help weed out false positivesTom Thorogood
2012-03-14fix typoDavid Tardon
2012-03-14When changing grouping in one pivot table, update all linked tables.Kohei Yoshida
We need to do this now because we now store the group field data directly in the pivot cache, which is shared by all referencing tables. Also, actions involving modification of the cache is not undoable, and making it undoable would significantly increase Calc's runtime memory footprint. So, no way.
2012-03-14Re-added ClearSource() which will only clear the source. Nothing else.Kohei Yoshida
2012-03-14Rename ClearSource() to ClearTableData().Kohei Yoshida
2012-03-14Let's just do the whole thing in the new method.Kohei Yoshida
2012-03-14Dedicated method for refreshing multiple linked pivot tables.Kohei Yoshida
2012-03-14Use bool.Kohei Yoshida
2012-03-14Check the return value for negative index, to prevent crash.Kohei Yoshida
Also, use at(index) when unsure about boundary condition. That makes it easier to detect where illegal memory access is being done.
2012-03-14refactor the chart test code a bitMarkus Mohrhard
2012-03-14add more code to the chart dumperMarkus Mohrhard
2012-03-14fixed pointer to the paper.hxx in commentTakeshi Abe
2012-03-13Convert tools/table.hxx usage to std::set in toolkit module in ↵Noel Grandin
UnoPropertyArrayHelper class
2012-03-13Convert tools/table.hxx to std::set in SwSrcEditWindow in SW moduleNoel Grandin
2012-03-13Convert tools/table.hxx to std::map in CGMElements classNoel Grandin
2012-03-13Converts from tools/table.hxx to std::map in DffPropSet class in filter moduleNoel Grandin
2012-03-13Adding virtual destructor to WW8ResourceModel.hxx classesArnaud Versini
2012-03-13add some more dump output + WaE unitialized valuesMarkus Mohrhard
2012-03-13Related fdo#47246: Extract objects used in both svp and gtk3 pluginsStephan Bergmann
2012-03-13first part for new chart test conceptMarkus Mohrhard
Idea: - write the layout data to a xml file still missing: - xml export part - some more properties need to be exported - some more structure information need to be dumped - find a way to start dumping after importing
2012-03-13string literals in ?: don't get automatically converted to OUStringLuboš Luňák
Technically these two are both const char[8], so gcc/clang keep the resulting type the same, but msvc always converts to const char*, even if the same sizes mean this is not required.
2012-03-13Related: fdo#46728 it would help to initialize the reference count I supposeCaolán McNamara
2012-03-13writerfilter: catch UnknownPropertyExcetion earlyMiklos Vajna
2012-03-13writerfilter: log exception message in ModelEventListenerMiklos Vajna
2012-03-13checked that we do not use OString ctor with literals with \0'sLuboš Luňák
Except in some unittests, which are sometimes rather silly and broken about it, which might explain why they're disabled.
2012-03-13make OString work even with old gcc that has SFINAE brokenLuboš Luňák
Since OString already has a ctor accepting const char*, I cannot find out a way to distinguish string literals other than using a template, otherwise const char* somehow takes precedence (all of gcc, clang, msvc). But the template requires the Substitution Is Not A Failure Idiom to actually create only wanted instances. And the compiler can try evaluate the OString ctor as a possibility when comparing an int to an anonymous enum, and anonymous enum as a type without linkage cannot be a template argument before C++11. SFINAE should still work, but not with gcc older than 4.0.2 (which we right now use only on macs). So for that case disable the string literal ctors, which means macs will have one extra strlen call, and also that embedded \0's in string literals will be inconsistent. The tiny performance problem shouldn't matter that much and will eventually go away, the \0 problem should not matter, since before string literal ctors were introduced \0's had not been included anyway unless RTL_CONSTASCII_STRINGPARAM was used. So we should be safe and when removing the CONSTASCII macros \0 cases should be handled by explicitly mentioning the length.
2012-03-13Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
2012-03-13merge return branchesCaolán McNamara
2012-03-13forward declaration doesn't make any sense, need to see whole definitionCaolán McNamara
2012-03-13another missing open braceKorrawit Pruegsanusak
2012-03-13missing open braceKorrawit Pruegsanusak
2012-03-13ww8: implement sprmPFContextualSpacingMiklos Vajna
2012-03-13remove *.pyc in solenv/gdb in make distcleanRene Engelhard
2012-03-13trailing whitespace cleanupMichael Meeks
2012-03-13translate german commentsNicolas Christener
2012-03-13add bug-id directly to the error messageBjoern Michaelsen
2012-03-13binaryurp has cppunit testsBjoern Michaelsen
2012-03-13upstream pkgconfig-mozilla-plugin.diff from Ubuntu/Debian packagingBjoern Michaelsen
2012-03-13fdo#47246: abort on duplicate linked objectsBjoern Michaelsen
2012-03-13always use the *real* visibility of the SwScrollbar, part 2Ivan Timofeev
2012-03-13Revert "Pass /useenv to vcbuild so that rc and link find SDK headers and libs"Fridrich Štrba
It breaks on a clean installs of Windows, and registration of SDK with Visual Studio seems to be the answer. This reverts commit f3f6c9be9864088b94f874c6ef2ce8ab1dd45f2a. Conflicts: lcms2/makefile.mk