summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Collapse)AuthorFilesLines
2012-03-07Use just one resource file for npsopluginTor Lillqvist1-1/+5
2012-03-06lp#527938, debian#602953, fdo#33266, i#105408: do not crash on clicking ↵Bjoern Michaelsen1-1/+16
bibliography when base isnt installed
2012-03-05fix pathDavid Tardon1-1/+1
2012-03-04fdo#46847 use windows style path for midl.exeAndras Timar1-0/+3
2012-03-04fdo#46847 typo in midl command lineAndras Timar1-1/+1
2012-03-04fix building of so_activex (fdo#46847)David Tardon7-20/+97
2012-03-04use custom target for copying sourcesDavid Tardon4-5/+87
2012-03-03build nsplugin also without mozilla as in 3-5 branchMatúš Kukan2-8/+54
2012-03-02fdo#46501: Cleanup SimpleResMgrSzabolcs Dezsi1-1/+1
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann10-20/+20
...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
2012-02-29fix nsplugin to create correct com.sun.star.ucb.SimpleFileAccess instanceRene Engelhard1-1/+1
2012-02-23default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165Joachim Lingner1-33/+18
cws jl166 patch: #i117010# default conversion of sequences is now again SAFEARRAY of VARIANTs
2012-02-23Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge ↵Noel Power1-8/+8
(fdo#38441)" This reverts commit 3fcb94311fd7dd40c05ca132e3a30a888316cbbe.
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann3-3/+9
2012-02-21build also with older npapiLuboš Luňák2-1/+10
They were apparently lame enough to make a source-incompatible change without changing API version or anything similar.
2012-02-21Fix most of the build with --disable-database-connectivityRiccardo Magliocchetti1-6/+11
2012-02-19Get rid of size() == 0Elton Chung1-1/+1
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
to equalsIgnoreAsciiCaseAscii("...")
2012-02-18Fix typos in commentsElton Chung1-1/+1
2012-02-18Use gb_STDLIBS; No on-line update on non-desktop OSesTor Lillqvist6-8/+18
2012-02-17Remove unused code.Petr Vorel2-20/+0
2012-02-17char* -> const char* for npapis getMIMEDescription to fix build with newer mozsRene Engelhard1-1/+1
2012-02-17remove extraneous qualifiers that break some compilersMariusz Dykierek2-3/+3
2012-02-17these can be compiled with exceptions enabledCaolán McNamara1-5/+2
2012-02-16Translate German commentsPhilipp Weissenbacher1-3/+3
2012-02-15WaE: member initialization orderCaolán McNamara1-2/+2
2012-02-15Various string function clean upStephan Bergmann1-6/+3
Added: * rtl::OString::matchL * rtl::OString::endsWith * rtl::OString::endsWithL * rtl::OString::indexOfL * rtl::OString::replaceFirst * rtl::OString::replaceAll * rtl::OString::getToken * rtl::OUString::endsWith * rtl::OUString::replaceFirst * rtl::OUString::replaceFirstAsciiL * rtl::OUString::replaceFirstAsciiLAsciiL * rtl::OUString::replaceAll * rtl::OUString::replaceAllAsciiL * rtl::OUString::replaceAllAsciiLAsciiL * rtl::OUString::getToken plus underlying C functions where necessary Deprecated: * comphelper::string::remove * comphelper::string::getToken Removed: * comphelper::string::searchAndReplaceAsciiL * comphelper::string::searchAndReplaceAllAsciiWithAscii * comphelper::string::searchAndReplaceAsciiI * comphelper::string::replace * comphelper::string::matchL * comphelper::string::matchIgnoreAsciiCaseL * comphelper::string::indexOfL Also fixed some apparent misuses of RTL_CONSTASCII_USTRINGPARAM -> RTL_CONSTASCII_STRINGPARAM.
2012-02-13fdo#43399 hidden radio button should also gets unsetLionel Elie Mamane1-7/+5
2012-02-13extensions: plugin: UNX: don't crash headlessMichael Stahl1-3/+13
2012-02-13extensions: plugin: assertion from OUString::copyMichael Stahl1-1/+1
2012-02-11Fix cppcheck warning same expression on both sides of '|'Julien Nabet1-1/+1
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2012-02-10fdo#40261: Fix crash in XML Form Document.Jan Holesovsky2-88/+73
The data structure holding the UI elements in the browser listbox was a terrible mess - it held the items in an unordered_map, but then accessed them via a vector containing iterators to this unordered_map. Fixed the problem (and cleaned all this up) by removing the vector of iterators, and turning the unordered_map into a normal vector. When we need access by name, we just go through all the items; it is always just a handful of them anyway.
2012-02-08Added READMEs for modules which used to be in componentsJosh Heidenreich1-0/+1
2012-02-06Fixed some cppcheck messagesPKEuS1-1/+1
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-01Some cppcheck cleaningJulien Nabet1-2/+0
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann4-41/+41
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold2-5/+5
2012-01-23Fix for fdo43460 Part XLIV getLength() to isEmpty()Olivier Hallot1-2/+2
Part XLIV many modules(inc's)
2012-01-23call FreeResource like the other RoadmapWizard usersCaolán McNamara2-0/+7
2012-01-23ctor OModuleResourceClient first so OModuleResourceClient dtor is lastCaolán McNamara1-2/+2
which means that we don't crash in --enable-dbgutil on cancel of the addressbook dialog
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-1/+2
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann5-8/+8
SAL_UNUSED_PARAMETER (expanding to __attribute__ ((unused)) for GCC) is used to annotate legitimately unused parameters, so that static analysis tools can tell legitimately unused parameters from truly unnecessary ones. To that end, some patches for external modules are also added, that are only applied when compiling with GCC and add necessary __attribute__ ((unused)) in headers.
2012-01-18svx: remove unused definitions in globlmn_tmpl.hrcIvan Timofeev1-1/+0
2012-01-18lp#711673: mozilla-libreoffice mislabeled as OpenOffice.org Plug-inBjoern Michaelsen1-1/+1
2012-01-17Switch flag sequence of OpenCommandArg3 to NamedValue.Thorsten Behrens1-4/+3
Based on feedback for 09954fc863c8ee900f157cab4458e1dcf51493d3, using the less-bulky NamedValue type instead of PropertyValue.
2012-01-17Fix UpdateCheck clog up server by keeping connection aliveThorsten Behrens1-2/+11
The update check protocol uses the webdav ucp, which uses neon, which in turn defaults to keeping the connection alive. this is nice for webdav, but disastrous for millions of clients phoning home to the same server. Using neon directly in updatefeed.cxx is not an option, due to the thread safety problems around that (see e.g. rhbz#544619) - so we had to extend it to accept connection options, and reuse the existing webdav provider.
2012-01-15avoid warnings about deprecated decls. from glib2David Tardon1-0/+1
2012-01-15WaE: deleting object of abstract class type with non-virtual destructorDavid Tardon2-2/+2