Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-21 | offapi: remove cruft from chart2 directory: | Michael Stahl | |
TextAnchor is an empty constant group. XFastPropertyState is declared in module com.sun.star.beans and unused. XStyleSupplier duplicates com.sun.star.style.XStyleSupplier, unused. | |||
2011-11-21 | offapi: empty d.lst and add missing IDLs to makefile | Michael Stahl | |
2011-11-21 | udkapi: empty d.list | Michael Stahl | |
2011-11-21 | if silent MSI, put LibreOffice starter icon to Program menu folder | Andras Timar | |
2011-11-21 | remove obsolete linkermapfile-check.awk | Eike Rathke | |
2011-11-21 | added Lithuanian [lt-LT] nominative / genitive case month names | Modestas Rimkus | |
2011-11-21 | remove extraneous endif. | Michael Meeks | |
2011-11-21 | Start Impress without the wizard by default | Tim Hardeck | |
This one-liner prevents the Impress Wizard from getting started automatically. The assistant should now only appear if File -> Wizards -> Presentation is used. | |||
2011-11-21 | only build custom gethostbyname for OSX & IOS | Michael Meeks | |
2011-11-21 | Revert "Remove internal gethostbyname_r implementation." - OSX needs it | Michael Meeks | |
This reverts commit af19d9f563667376f759b4526bc1bcb056947394. | |||
2011-11-21 | i#117239: Prevent crash on load with pivot table. | Kohei Yoshida | |
The crash was due to recursive reference of GETPIVOTDATA within the source range of the pivot table object referring to itself. The solution is to disable self reference with GETPIVOTDATA function. BTW, it goes without saying that, using GETPIVOTDATA inside the source range of the very pivot table that it references is asking for trouble. | |||
2011-11-21 | Remove internal backtrace and backtrace_symbols_fd | Arnaud Versini | |
2011-11-21 | Remove internal gethostbyname_r implementation. | Arnaud Versini | |
2011-11-21 | Replace gethostbyname by _osl_gethostbyname_r in socket.c . | Arnaud Versini | |
2011-11-21 | Add stuff to run bridgetest | Tor Lillqvist | |
2011-11-21 | Don't use USE_DOUBLE_MMAP on Android | Tor Lillqvist | |
2011-11-21 | Use -fno-omit-frame-pointer for Android (no idea if essential) | Tor Lillqvist | |
2011-11-21 | Bah, don't bother with conditional copying of stuff into the .apk here | Tor Lillqvist | |
You are not expected to be make'ing here without knowing what you are doing anyway. Just unconditionally require the stuff needed by the sample cppunit tests mentioned on the last lines. | |||
2011-11-21 | Add the localedata_en and localedata_others libs | Tor Lillqvist | |
2011-11-21 | ByteString->rtl::OString | Caolán McNamara | |
2011-11-21 | Fix radial gradient offset | Thorsten Behrens | |
Seems this got broken with the Gradient::GetBoundRect() common code extraction - actually return what was calculated (fixes part of n#714787). | |||
2011-11-21 | Make dbglevel=3 compile again in vcl | Thorsten Behrens | |
2011-11-21 | Revive gradient clipping debug visualization code. | Thorsten Behrens | |
2011-11-21 | Updated transl. German comments - removd obsolete time/date comm | Cor Nouws | |
2011-11-21 | Oups... Disambiguation solved another way in 1c2f5d | Lionel Elie Mamane | |
2011-11-21 | Link with -lgnustl_shared for Android | Tor Lillqvist | |
2011-11-21 | Use --with-library-suffix=lo for Android to avoid clash with system ICU | Tor Lillqvist | |
2011-11-21 | d#648250: added missing include in wordml2ooo_draw.xsl | Cédric Bosdonnat | |
2011-11-21 | sw, added a message to a thrown uno::RuntimeException | Cédric Bosdonnat | |
2011-11-21 | Improved Header/Footer UI framerate | Thomas Collerton | |
2011-11-21 | sw, Add hyperlinks by default in Table of Contents | Cédric Bosdonnat | |
2011-11-21 | sw: added explanations entry to grammar checking popup menu | Cédric Bosdonnat | |
2011-11-21 | disambiguate (OU)?String comparison into OUString comparison | Lionel Elie Mamane | |
2011-11-21 | still cygwin is not unix | Eike Rathke | |
2011-11-21 | link error | Caolán McNamara | |
2011-11-21 | Fix MinGW build of dtrans. | Jan Holesovsky | |
2011-11-21 | Resolves fdo#41295 tmp name reuse in mass pdf export | Caolán McNamara | |
2011-11-21 | trailing/missing , | Caolán McNamara | |
2011-11-21 | this casting of a void* is a disaster waiting to happen | Caolán McNamara | |
only ever used for a string, to set it to a string type | |||
2011-11-21 | removed useless code | Takeshi Abe | |
2011-11-21 | more conversion to rtl::OUString | David Tardon | |
2011-11-21 | WaE: initialization order | David Tardon | |
2011-11-21 | WaE: type qualifiers ignored on function return type | David Tardon | |
2011-11-21 | cleanup .uno:HelpSupport | Andras Timar | |
2011-11-21 | fix text layout regression | Caolán McNamara | |
2011-11-21 | Translation of German comments | Cor Nouws | |
2011-11-21 | remove system requirements/install/uninstall sections (bundled extension) | Andras Timar | |
2011-11-21 | s/OpenOffice.org/LibreOffice/ fdo#43120 | Andras Timar | |
2011-11-21 | these need to be getStr post OUString-ization | Caolán McNamara | |
2011-11-21 | Do not catch signals in dbgutil build | Lionel Elie Mamane | |
Helps debug crashes, segfaults, etc as one gets the right backtrace in gdb and dumped core. |