summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-13Uploading a new fresh shiny libvisio 0.0.13Fridrich Štrba
2012-01-13Implement flips and rotations of raster images in the OdgGenerator.cxxFridrich Štrba
2012-01-13Adapt to the more intuitive libvisio/libwpg APIFridrich Štrba
2012-01-13fdo#38515: Fixed crasher in dialog destructorCédric Bosdonnat
2012-01-13Build nsplugin only in with mozilla case.Matúš Kukan
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one.
2012-01-13tidy some string typesCaolán McNamara
2012-01-13Replace (Byte)String with rtl::O(U)StringChristina Rossmanith
2012-01-13appsys.* and FATToVFat_Impl appear to be unnecessaryCaolán McNamara
2012-01-13Comment out the verbose logging of code that seems to work fineTor Lillqvist
2012-01-13Drop XLFD support from fontmanagerKhaled Hosny
XLFD support was removed in commit 269f91c (#i110171) except for parsing fonts.dir and fonts.alias. I don't think this makes much sense in fontconfig era, and dropping it simplifies the font manager a bit (I don't even think we use server fonts at all).
2012-01-13Use cacheflush() on AndroidTor Lillqvist
2012-01-13Now we need libdb, tooTor Lillqvist
2012-01-13Use merged libs on AndroidTor Lillqvist
2012-01-13fdo#30788: why not showing horizontal scrollbar when needed?Cédric Bosdonnat
2012-01-13n#715421 - Word 2010 validation: no plcfhdd if ccpHdd is 0Cédric Bosdonnat
2012-01-13fix definedName corruption for xlsx export ( bnc#741182 )Noel Power
set symbol for builtin name using rangelist
2012-01-13WaE: unused iCaolán McNamara
2012-01-13WaE: d shadows another dCaolán McNamara
2012-01-13WaE: clipformat may be used uninitializedCaolán McNamara
2012-01-13callcatcher: update list, getXLFD is now unusedCaolán McNamara
2012-01-13ByteString->rtl::OStringCaolán McNamara
2012-01-13noone checks the return value of ReadCsvLineCaolán McNamara
2012-01-13these OnInvalidateClipboard don't have to be LINKsCaolán McNamara
2012-01-13noone uses ShareableMutex::getShareableOslMutexCaolán McNamara
2012-01-13remove some tools/string.hxxCaolán McNamara
2012-01-13svxempty.* not needed anymoreCaolán McNamara
2012-01-13Confine JDBC driver to thread-affine apartment for Java 6 performanceStephan Bergmann
... so that the massive number of the JDBC driver's calls to JNI Attach/Detach- CurrentThread are guaranteed not to happen on the main thread (where they are extremely expensive, see <http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6978641> "Fix for 6929067 introduces additional overhead in thread creation/termination paths").
2012-01-13suppress doxygen warning in oslNorbert Thiebaud
2012-01-13Better fix for the valgrind.log problem.Stephan Bergmann
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given.
2012-01-13Fix MinGW build.Jan Holesovsky
Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail message.
2012-01-13refactor slightly to avoid link problems with gcc 4.7David Tardon
2012-01-13ditch unused defineDavid Tardon
2012-01-13change debug statements to fix buildMarkus Mohrhard
2012-01-13SvStringsDtor->std::vectorAugust Sodora
2012-01-13add test concept for draw/impress, import file and export to svgMarkus Mohrhard
the idea behind this concept: * have a file containing some test data * import file without UI * export file to svg through XStorable::storeToURL * compare exported svg file to a reference file and complain if they * differ advantages: * easy to create test cases, even for non coders * no special handling of sd internal code needed * svg is showing differences in the representation and not in the model * external programs that can be used to check the output * can be used for all input formats disadvantages: * changes to svg filter code might break test cases while the change is correct * slow test, import + export * might need external program for xml diff
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12SvStringsDtor->std::vectorAugust Sodora
2012-01-12Removing debug statement.Kohei Yoshida
2012-01-12Test the new logic of our pivot data cache life cycle.Kohei Yoshida
2012-01-12fdo#43077: Finally, remove data cache when nobody references it.Kohei Yoshida
Also, removed unnecessary reloading of the whole table data when reference is updated.
2012-01-12fdo#43077: Now, refreshing a table should refresh all linked tables.Kohei Yoshida
For efficiency reasons. Otherwise, refreshing n tables individually would require reloading the same data cache n times.
2012-01-12fdo#43077: Have cache instance keep track of who is referencing it.Kohei Yoshida
With this change, ScDPCacheTable should never clear pointer to the data cache instance; it should keep the same data cache instance that it is instantiated with.
2012-01-12fdo#43077: Copy pivot tables when a sheet is copied.Kohei Yoshida
2012-01-13Don't mention fields location, as they vary between LTR and RTL interfacesLior Kaplan
2012-01-13More workarounds for weird problem with vnd.sun.star.expandTor Lillqvist
2012-01-13Fontconfig must have a cachedir, so hardcode one for nowTor Lillqvist
2012-01-13Just tell to run it with "make run"Tor Lillqvist
2012-01-13We now proceed further and need some more librariesTor Lillqvist