summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2011-06-01use tunnel pattern hereCaolán McNamara3-30/+16
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2-12/+13
2011-05-27Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-guiJan Holesovsky3-36/+12
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky8-36/+49
2011-05-27Remove last trace of SvXub_StrLensSort. LGPLv3+/MPL.Nigel Hawkins1-1/+0
2011-05-27Remove last traces of SvULongsSort. LGPLv3+/MPL.Nigel Hawkins2-8/+0
2011-05-25add salhelper::LinkResolverCaolán McNamara1-27/+12
2011-05-24Remove all traces of SvLongsSortNigel Hawkins2-7/+0
2011-05-22Remove tools/list.hxx include.Rafael Dominguez1-1/+0
2011-05-22Replace List for std::vector in SfxStringListItem.Rafael Dominguez2-64/+48
2011-05-22Move GetList to implementation file.Rafael Dominguez2-2/+6
2011-05-22Remove uneeded parameter for Sort function.Rafael Dominguez2-13/+5
2011-05-21Drop OS2Tor Lillqvist5-44/+3
2011-05-18Convert SvCommandList from an OwnList to a vector<>Joseph Powers2-92/+35
2011-05-18one * is sufficient here :)David Tardon1-2/+2
2011-05-16WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2011-05-16avoid possible array overrunDavid Tardon1-1/+3
2011-05-11Nah, make the AddTopic() prototype like it was, too many problems otherwiseTor Lillqvist3-4/+4
2011-05-11Fix non-Windows compilationTor Lillqvist1-1/+1
2011-05-11Make it compile on WindowsTor Lillqvist4-33/+42
2011-05-11Fix for fdo#36673: corrupt date formats of cellsKatarina Machalkova2-12/+13
2011-05-06Remove DECLARE_LIST(DdeTransactions,DdeTransaction*).Rafael Dominguez2-15/+15
2011-05-06Remove DECLARE_LIST(DdeItems,DdeItem*).Rafael Dominguez3-45/+52
2011-05-06Remove DECLARE_LIST(DdeTopics,DdeTopic*)Rafael Dominguez3-25/+22
2011-05-06Remove DECLARE_LIST(DdeConnections,DdeConnection*)Rafael Dominguez3-20/+14
2011-04-29Remove unneeded #include <tools/list.hxx>.Joseph Powers1-1/+0
2011-04-22Remove PM2 macro usageFrancois Tigeot1-24/+1
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky6-30/+43
2011-04-22cppcheck variableScopeKayo Hamid1-1/+1
2011-04-21Fix typo; NF_KEY_FALSE should be "FALSE".Jan Holesovsky1-1/+1
2011-04-21Easyhack: Add visibility markup to all component_get* functionsJulien Nabet1-2/+2
2011-04-19remove FileStatusMask_XXX in favour of osl_FileStatus_Mask_XXX (libs-gui)Christina Rossmanith1-3/+3
2011-04-15those TRUE->sal_True conversions look really wrongCaolán McNamara3-6/+6
2011-04-08Remove the C52 define.Francois Tigeot1-1/+1
2011-04-04handle incomplete reads more gracefullyCaolán McNamara3-25/+41
2011-04-04use consistent namingCaolán McNamara1-3/+3
2011-04-01add in .webm suffix for jrbCaolán McNamara4-6/+30
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-29WaE: unused variableDavid Tardon1-7/+0
2011-03-28CWS-TOOLING: integrate CWS dba34dIvo Hinkelmann1-0/+1
2011-03-27fix windows svl buildFridrich Štrba1-0/+1
2011-03-25fdo#33089: Fixed number format handling for Thai locale.Samphan Raruenrom1-15/+53
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba2-4/+0
2011-03-25remove translations from mediatyp.srcAndras Timar1-152/+0
2011-03-25set build depencencies against the new "translations" modulePetr Mladek1-1/+1
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-0/+134
2011-03-22CWS-TOOLING: integrate CWS sw34bf04Vladimir Glazunov5-30/+42
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold4-16/+16
2011-03-18WaE: returning NULL for sal_uInt16Caolán McNamara1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky203-6328/+5759