summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-21offapi: 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-21offapi: empty d.lst and add missing IDLs to makefileMichael Stahl
2011-11-21udkapi: empty d.listMichael Stahl
2011-11-21if silent MSI, put LibreOffice starter icon to Program menu folderAndras Timar
2011-11-21remove obsolete linkermapfile-check.awkEike Rathke
2011-11-21added Lithuanian [lt-LT] nominative / genitive case month namesModestas Rimkus
2011-11-21remove extraneous endif.Michael Meeks
2011-11-21Start Impress without the wizard by defaultTim 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-21only build custom gethostbyname for OSX & IOSMichael Meeks
2011-11-21Revert "Remove internal gethostbyname_r implementation." - OSX needs itMichael Meeks
This reverts commit af19d9f563667376f759b4526bc1bcb056947394.
2011-11-21i#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-21Remove internal backtrace and backtrace_symbols_fdArnaud Versini
2011-11-21Remove internal gethostbyname_r implementation.Arnaud Versini
2011-11-21Replace gethostbyname by _osl_gethostbyname_r in socket.c .Arnaud Versini
2011-11-21Add stuff to run bridgetestTor Lillqvist
2011-11-21Don't use USE_DOUBLE_MMAP on AndroidTor Lillqvist
2011-11-21Use -fno-omit-frame-pointer for Android (no idea if essential)Tor Lillqvist
2011-11-21Bah, don't bother with conditional copying of stuff into the .apk hereTor 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-21Add the localedata_en and localedata_others libsTor Lillqvist
2011-11-21ByteString->rtl::OStringCaolán McNamara
2011-11-21Fix radial gradient offsetThorsten Behrens
Seems this got broken with the Gradient::GetBoundRect() common code extraction - actually return what was calculated (fixes part of n#714787).
2011-11-21Make dbglevel=3 compile again in vclThorsten Behrens
2011-11-21Revive gradient clipping debug visualization code.Thorsten Behrens
2011-11-21Updated transl. German comments - removd obsolete time/date commCor Nouws
2011-11-21Oups... Disambiguation solved another way in 1c2f5dLionel Elie Mamane
2011-11-21Link with -lgnustl_shared for AndroidTor Lillqvist
2011-11-21Use --with-library-suffix=lo for Android to avoid clash with system ICUTor Lillqvist
2011-11-21d#648250: added missing include in wordml2ooo_draw.xslCédric Bosdonnat
2011-11-21sw, added a message to a thrown uno::RuntimeExceptionCédric Bosdonnat
2011-11-21Improved Header/Footer UI framerateThomas Collerton
2011-11-21sw, Add hyperlinks by default in Table of ContentsCédric Bosdonnat
2011-11-21sw: added explanations entry to grammar checking popup menuCédric Bosdonnat
2011-11-21disambiguate (OU)?String comparison into OUString comparisonLionel Elie Mamane
2011-11-21still cygwin is not unixEike Rathke
2011-11-21link errorCaolán McNamara
2011-11-21Fix MinGW build of dtrans.Jan Holesovsky
2011-11-21Resolves fdo#41295 tmp name reuse in mass pdf exportCaolán McNamara
2011-11-21trailing/missing ,Caolán McNamara
2011-11-21this casting of a void* is a disaster waiting to happenCaolán McNamara
only ever used for a string, to set it to a string type
2011-11-21removed useless codeTakeshi Abe
2011-11-21more conversion to rtl::OUStringDavid Tardon
2011-11-21WaE: initialization orderDavid Tardon
2011-11-21WaE: type qualifiers ignored on function return typeDavid Tardon
2011-11-21cleanup .uno:HelpSupportAndras Timar
2011-11-21fix text layout regressionCaolán McNamara
2011-11-21Translation of German commentsCor Nouws
2011-11-21remove system requirements/install/uninstall sections (bundled extension)Andras Timar
2011-11-21s/OpenOffice.org/LibreOffice/ fdo#43120Andras Timar
2011-11-21these need to be getStr post OUString-izationCaolán McNamara
2011-11-21Do not catch signals in dbgutil buildLionel Elie Mamane
Helps debug crashes, segfaults, etc as one gets the right backtrace in gdb and dumped core.