summaryrefslogtreecommitdiff
path: root/extensions/source
AgeCommit message (Expand)AuthorFilesLines
2012-05-03WaE: unchecked results from write/fwriteCaolán McNamara3-5/+17
2012-04-24WaE: implicitly declaring C library function 'objc_msgSend'Tor Lillqvist2-0/+2
2012-04-23lp#527938: triple paperbag -- tweak bibloader againBjoern Michaelsen1-3/+10
2012-04-21fill in some sane defaults on read/write failureCaolán McNamara2-19/+16
2012-04-21WaE: extensions warnings fixedDavid Ostrovsky2-4/+29
2012-04-16WaE: ignoring #pragma warningDavid Tardon1-0/+4
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi1-1/+1
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-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara3-4/+4
2012-04-04extensions: use CustomTarget makefilesMatúš Kukan2-92/+0
2012-03-23Hop, a logical errorFridrich Štrba1-1/+1
2012-03-23Move spotlight plugin out of minizipFridrich Štrba6-2361/+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-12Fix WITH_OPENLDAP caseStephan Bergmann1-12/+14
2012-03-10extensions: export npsoplugin's symbolsMatúš Kukan1-16/+21
2012-03-09Fix tools->bibliography database, brown paper bag over head commit :-)Caolán McNamara1-1/+1
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 Tardon2-1/+49
2012-03-04use custom target for copying sourcesDavid Tardon1-0/+41
2012-03-03build nsplugin also without mozilla as in 3-5 branchMatúš Kukan1-0/+46
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 Bergmann1-2/+7
2012-02-21build also with older npapiLuboš Luňák1-1/+4
2012-02-18Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe1-1/+1
2012-02-18Fix typos in commentsElton Chung1-1/+1
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-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
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#40261: Fix crash in XML Form Document.Jan Holesovsky2-88/+73
2012-02-06Fixed some cppcheck messagesPKEuS1-1/+1
2012-02-01Some cppcheck cleaningJulien Nabet1-2/+0
2012-01-24finalize gcc 4.7 string literal operatorsThomas Arnhold2-5/+5