summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-12/+8
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi3-5/+5
2012-04-05Clean up optional online update moduleStephan Bergmann1-1/+6
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara3-4/+4
2012-04-04fix so_activex_idl, part twoMatúš Kukan1-1/+1
2012-04-04fix so_activex_idl, part oneMatúš Kukan2-7/+5
2012-04-04extensions: use CustomTarget makefilesMatúš Kukan8-110/+29
2012-04-02always pass --headless to cppunitsLuboš Luňák1-1/+0
2012-03-23Hop, a logical errorFridrich Štrba1-1/+1
2012-03-23Move spotlight plugin out of minizipFridrich Štrba7-2363/+317
2012-03-20reduce UniStringsCaolán McNamara3-12/+14
2012-03-19remove fiddly casts, add few const where appropriateLuboš Luňák1-8/+7
2012-03-16logical || -> binary |Luboš Luňák1-1/+1
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann10-0/+30
2012-03-12extensions: split out static library from npsopluginMichael Stahl4-2/+40
2012-03-12extensions: split out static library for X11 plugin connection stuffMichael Stahl4-4/+84
2012-03-12Fix WITH_OPENLDAP caseStephan Bergmann1-12/+14
2012-03-10extensions: export npsoplugin's symbolsMatúš Kukan2-18/+46
2012-03-09Fix tools->bibliography database, brown paper bag over head commit :-)Caolán McNamara1-1/+1
2012-03-09fdo#46847 fix build of so_activex.rcAndras Timar1-1/+1
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 bibli...Bjoern Michaelsen1-1/+16
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
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
2012-02-23Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38...Noel Power1-8/+8
2012-02-23Adapted AsyncEventNotifier to safer-to-use salhelper::ThreadStephan Bergmann3-3/+9
2012-02-21build also with older npapiLuboš Luňák2-1/+10
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
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
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