summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Collapse)AuthorFilesLines
2011-03-01Fix debug build: add missing using ::rtl::OStringThomas Arnhold1-0/+3
2011-02-27Remove "using namespace ::rtl"Julien Nabet16-16/+34
2011-02-26Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)Thomas Arnhold2-5/+5
2011-02-21Drop a few apparently pointless assertionsTor Lillqvist2-7/+0
2011-02-16Remove DECLARE_LIST( IMPL_ConfigurationListenerList, ConfigurationListener* )Joseph Powers1-12/+17
2011-02-04No resize for boot::unordered_map.Cédric Bosdonnat1-10/+0
2011-02-04std::hash -> boost::hashFridrich Strba1-1/+1
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba7-18/+18
2011-01-27Do potentially pointless assertions only if dbglevel > 1Tor Lillqvist2-0/+10
2011-01-26throw out some unused methodsCaolán McNamara1-39/+0
2011-01-26Cpp cleanliness: redundant assignment to selfKenneth Venken1-2/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-1/+1
2011-01-20Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold1-18/+18
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara1-10/+10
2011-01-16equalsAsciiL faster than equalsAscii & comparetoAscii(const sal_Char*)Caolán McNamara1-2/+3
2011-01-04survive missing configuration providered more gracefullyCaolán McNamara1-36/+72
2011-01-01cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-23cppcheck: prefer prefix variantCaolán McNamara1-1/+1
2010-12-22RTL_CONSTASCII_USTRINGPARAMserval5-9/+7
2010-12-22cppcheck: prefer prefix variantsCaolán McNamara1-3/+3
2010-12-20Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/libs-guiJan Holesovsky1-1/+1
2010-12-20RTL_CONSTASCII_USTRINGPARAMserval1-1/+1
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky2-0/+5
Conflicts: unotools/source/config/configmgr.cxx vcl/source/gdi/pdfwriter_impl.cxx
2010-12-16tidy tools::getProcessWorkingDirCaolán McNamara1-1/+1
2010-12-13tidy RTL_CONSTASCII_USTRINGPARAM workCaolán McNamara1-3/+2
2010-12-12change of __READONLY_DATA define to constGert Faller1-1/+1
2010-12-07This PathService isn't connected to anything, its a dup of the real one in svlCaolán McNamara1-48/+0
2010-12-03use BrOffice name only with --enable-broffice (fdo#31770)Petr Mladek2-0/+5
reviewed by Michael Meeks <mmeeks@novell.com>
2010-12-01use BrOffice in pt_BR locale (fdo#31770)Petr Mladek1-4/+12
2010-11-30use BrOffice in pt_BR locale (fdo#31770)Petr Mladek1-4/+12
2010-11-28Remove dated commentJ. Graeme Lingard1-2/+1
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 20Gert Faller2-6/+5
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-25cppcheck: methods can be constCaolán McNamara1-1/+1
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 09Gert Faller10-50/+50
2010-11-22tweak this to make it easy to compiler with c++0xCaolán McNamara1-1/+1
2010-11-22WaE, && ||Caolán McNamara1-1/+1
2010-11-17remove archaic SGI header guardsCaolán McNamara3-9/+0
2010-11-16HC Cleanup - libs-guiJoseph Powers1-15/+15
2010-11-15Change ODF creator to LibreOfficeThorsten Behrens1-2/+2
(cherry picked from commit 329074b862aa085191ffc2451d18972cfb2182fd)
2010-11-15Change ODF creator to LibreOfficeThorsten Behrens1-2/+2
2010-11-13Remove unused dated commentsJ. Graeme Lingard2-66/+0
2010-11-13Remove empty Beschreibung (Description) commentsJ. Graeme Lingard1-16/+0
2010-11-12Remove bogus commentsAlexander O. Anisimov9-238/+2
2010-10-30small startup optimizationCaolán McNamara1-1/+1
2010-10-30small startup optimizationCaolán McNamara1-5/+5
2010-10-29some small startup optimizationsCaolán McNamara1-32/+30
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud2-2/+0
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud4-4/+4
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25fix typoCaolán McNamara1-1/+1