Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-13 | Uploading a new fresh shiny libvisio 0.0.13 | Fridrich Štrba | |
2012-01-13 | Implement flips and rotations of raster images in the OdgGenerator.cxx | Fridrich Štrba | |
2012-01-13 | Adapt to the more intuitive libvisio/libwpg API | Fridrich Štrba | |
2012-01-13 | fdo#38515: Fixed crasher in dialog destructor | Cédric Bosdonnat | |
2012-01-13 | Build nsplugin only in with mozilla case. | Matúš Kukan | |
This replaces commits 830a2b923528323e0f39259234dfee26d9d44d21 and 68b08a11babb7274048ef836a078959d126c97b7 with, hopefully, proper one. | |||
2012-01-13 | tidy some string types | Caolán McNamara | |
2012-01-13 | Replace (Byte)String with rtl::O(U)String | Christina Rossmanith | |
2012-01-13 | appsys.* and FATToVFat_Impl appear to be unnecessary | Caolán McNamara | |
2012-01-13 | Comment out the verbose logging of code that seems to work fine | Tor Lillqvist | |
2012-01-13 | Drop XLFD support from fontmanager | Khaled 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-13 | Use cacheflush() on Android | Tor Lillqvist | |
2012-01-13 | Now we need libdb, too | Tor Lillqvist | |
2012-01-13 | Use merged libs on Android | Tor Lillqvist | |
2012-01-13 | fdo#30788: why not showing horizontal scrollbar when needed? | Cédric Bosdonnat | |
2012-01-13 | n#715421 - Word 2010 validation: no plcfhdd if ccpHdd is 0 | Cédric Bosdonnat | |
2012-01-13 | fix definedName corruption for xlsx export ( bnc#741182 ) | Noel Power | |
set symbol for builtin name using rangelist | |||
2012-01-13 | WaE: unused i | Caolán McNamara | |
2012-01-13 | WaE: d shadows another d | Caolán McNamara | |
2012-01-13 | WaE: clipformat may be used uninitialized | Caolán McNamara | |
2012-01-13 | callcatcher: update list, getXLFD is now unused | Caolán McNamara | |
2012-01-13 | ByteString->rtl::OString | Caolán McNamara | |
2012-01-13 | noone checks the return value of ReadCsvLine | Caolán McNamara | |
2012-01-13 | these OnInvalidateClipboard don't have to be LINKs | Caolán McNamara | |
2012-01-13 | noone uses ShareableMutex::getShareableOslMutex | Caolán McNamara | |
2012-01-13 | remove some tools/string.hxx | Caolán McNamara | |
2012-01-13 | svxempty.* not needed anymore | Caolán McNamara | |
2012-01-13 | Confine JDBC driver to thread-affine apartment for Java 6 performance | Stephan 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-13 | suppress doxygen warning in osl | Norbert Thiebaud | |
2012-01-13 | Better fix for the valgrind.log problem. | Stephan Bergmann | |
Only redirect to valgrind.log if --valgrind but not $VALGRIND is given. | |||
2012-01-13 | Fix MinGW build. | Jan Holesovsky | |
Cherry-picked from libreoffice-3-5 branch, probably a bit more helpful fail message. | |||
2012-01-13 | refactor slightly to avoid link problems with gcc 4.7 | David Tardon | |
2012-01-13 | ditch unused define | David Tardon | |
2012-01-13 | change debug statements to fix build | Markus Mohrhard | |
2012-01-13 | SvStringsDtor->std::vector | August Sodora | |
2012-01-13 | add test concept for draw/impress, import file and export to svg | Markus 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-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | SvStringsDtor->std::vector | August Sodora | |
2012-01-12 | Removing debug statement. | Kohei Yoshida | |
2012-01-12 | Test the new logic of our pivot data cache life cycle. | Kohei Yoshida | |
2012-01-12 | fdo#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-12 | fdo#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-12 | fdo#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-12 | fdo#43077: Copy pivot tables when a sheet is copied. | Kohei Yoshida | |
2012-01-13 | Don't mention fields location, as they vary between LTR and RTL interfaces | Lior Kaplan | |
2012-01-13 | More workarounds for weird problem with vnd.sun.star.expand | Tor Lillqvist | |
2012-01-13 | Fontconfig must have a cachedir, so hardcode one for now | Tor Lillqvist | |
2012-01-13 | Just tell to run it with "make run" | Tor Lillqvist | |
2012-01-13 | We now proceed further and need some more libraries | Tor Lillqvist | |