summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-20WaE: unused parameterCaolán McNamara1-1/+1
2011-05-20this can be passed by reference, like the name suggestsCaolán McNamara2-2/+2
2011-05-20remove un-necessary codeMichael Meeks1-10/+1
2011-05-20Stylistic follow-up cleanupTor Lillqvist2-32/+32
2011-05-20Fix headers for the toolboxLucas Baudin2-2/+2
2011-05-20Fix a bug about presssed button stateLucas Baudin1-1/+2
2011-05-20Put tabs instead of space in toolbox.cxxLucas Baudin1-6/+6
2011-05-19abbreviation "pc" for pica, instead of "pi"Takeshi Abe1-1/+1
2011-05-19Added some important comment about a list that needs to be sortedCédric Bosdonnat1-0/+1
2011-05-18Remove all the #include <tools/ownlist.hxx>Joseph Powers3-98/+1
2011-05-18Convert SvCommandList from an OwnList to a vector<>Joseph Powers2-92/+35
2011-05-19fdo#35690: disabling toolkit.AccessibleStatusBarItem as it crashes nowBjoern Michaelsen1-1/+1
2011-05-19Add the wntgcc directoriesTor Lillqvist1-0/+2
2011-05-19Add the unxios and unxand directoriesTor Lillqvist1-0/+4
2011-05-18make static to avoid use of dead object in ~ResMgrDavid Tardon1-5/+5
2011-05-18one * is sufficient here :)David Tardon1-2/+2
2011-05-18delete[] after useDavid Tardon1-0/+2
2011-05-18avoid memory leakDavid Tardon1-9/+12
2011-05-18fix debug buildRadek Doulik1-1/+1
2011-05-18fix debug buildRadek Doulik1-3/+3
2011-05-18Rework how <db.h> is includedTor Lillqvist2-5/+3
2011-05-17Convert OwnList SvObjectServer into a vector<>Joseph Powers2-17/+31
2011-05-18fix gtk FMR on shutdown - fdo#37302Michael Meeks2-21/+22
2011-05-18do not leak memoryDavid Tardon1-6/+3
2011-05-18remove stray semicolonDavid Tardon1-1/+0
2011-05-18impl. bool conversionDavid Tardon1-0/+9
2011-05-18generalize ScopedBitmapAccess and simplify usageDavid Tardon12-113/+133
2011-05-17Change SvStorageInfoList from an OwnList to vector<Joseph Powers8-34/+16
2011-05-17remove support for proprietary modules (former StarOffice)Andras Timar1-46/+3
2011-05-17remove unused functionsAndras Timar1-150/+0
2011-05-17No DB_INCLUDES any more, pass -I if necessaryTor Lillqvist1-1/+1
2011-05-17Revert "do not leak memory"Noel Power1-8/+1
2011-05-16WaE - might be used uninitializedChristian Lohmaier1-1/+1
2011-05-16WaE - add explicit casting (decimal-types → integer types)Christian Lohmaier4-10/+10
2011-05-16revert part of 5cd163969b0958bd5812f837ff014409bf5b72ceChristian Lohmaier2-2/+2
2011-05-16WaE (picky) - noeolChristian Lohmaier11-11/+11
2011-05-16WaE: comparison between signed and unsigned integer expressionsTor Lillqvist1-1/+1
2011-05-16array address is only MAX_ADDRESS wideDavid Tardon1-1/+1
2011-05-16avoid possible array overrunDavid Tardon1-1/+3
2011-05-16avoid possible array overrunDavid Tardon1-3/+3
2011-05-16close opened files on errorDavid Tardon1-0/+4
2011-05-16avoid array overrunDavid Tardon1-1/+1
2011-05-16fix brain fartDavid Tardon1-1/+1
2011-05-16remove unused codeDavid Tardon2-59/+3
2011-05-16remove unused functionDavid Tardon1-1/+0
2011-05-16Fix crash in WMF import - fdo#36991.Jan Holesovsky1-0/+3
2011-05-15Bin weird stuff like \\jumbo2.germany.sun.com\R-LaufwerkTor Lillqvist6-417/+0
2011-05-12prefer C++ wrapper to avoid leakDavid Tardon1-6/+4
2011-05-12do not leak memoryDavid Tardon1-0/+1
2011-05-12the else branch is unreachableDavid Tardon1-9/+1