summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)AuthorFilesLines
2010-12-16Handle NetBSD like the other BSDs in more cases.Thomas Klausner1-1/+1
2010-12-15RTL_CONSTASCII_USTRINGPARAM in extensionsJulien Nabet2-2/+2
2010-12-13remove non-existent URL buttonMichael Meeks2-2/+0
2010-12-12change of __READONLY_DATA define to constGert Faller1-1/+1
2010-12-09Change unnamespaced file.hxx macroAndy Holder1-1/+1
2010-12-06fix this upCaolán McNamara1-1/+1
2010-12-05Replace all occured, occurance etc.Takeshi Abe10-15/+15
2010-12-03more Sal n elementsKenneth Venken4-7/+9
2010-12-02Revert one broken string initialisation changeTor Lillqvist1-1/+1
2010-11-29RTL_CONSTASCII_USTRINGPARAM in components 7Gert Faller3-5/+5
2010-11-28Remove dated commentsJ. Graeme Lingard2-27/+0
2010-11-28RTL_CONSTASCII_USTRINGPARAM in components 3Gert Faller37-185/+185
2010-11-27Resolves: rhbz#657628# divide by zeroCaolán McNamara1-2/+4
2010-11-27RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?)Gert Faller37-185/+185
2010-11-27RTL_CONSTASCII_USTRINGPARAM in components 1Gert Faller37-185/+185
2010-11-26Some more dead code removed from the extensions.Robert Roth14-118/+10
2010-11-25cppcheck: method can be constCaolán McNamara1-1/+1
2010-11-24xmllint: convert entity name to unicode indexCaolán McNamara1-14/+14
2010-11-24RTL patchJulien Nabet15-95/+71
2010-11-23show the control geometric propertis correctly (bnc#610921)Petr Mladek1-1/+1
2010-11-22cleanup floating commentsMichael Meeks2-6/+1
2010-11-22further removing of dead codePierre-André Jacquod4-139/+3
2010-11-18fix 64 bit warnings in --enable-debug modeCaolán McNamara1-1/+1
2010-11-16get this to build againCaolán McNamara10-62/+7
2010-11-16Remove High contrast from bibliography extensionSebastian Spaeth3-19/+3
2010-11-13Purged BmpColorMode from libs-gui - componentsJoseph Powers2-11/+8
2010-11-12Remove two more _HC instancesSebastian Spaeth1-18/+3
2010-11-08remove useless comments (empty/just specifying dates) & dead code (//CHINA001)Alexander O. Anisimov9-166/+4
2010-11-06add OPENBSD ifdefs where neededRobert Nagy2-2/+2
2010-11-05Merge branch 'master' of ssh://git.freedesktop.org/git/libreoffice/componentsNoel Power5-9/+9
2010-11-05Do not use -ldl on OpenBSD and tidy up the .IF block a bitRobert Nagy1-5/+2
2010-11-04Use SAL_N_ELEMENTS in clone/components directoryjulien3-3/+6
2010-11-03Changing a few more strings to read "LibreOffice"Thorsten Behrens1-1/+1
2010-11-02initial import of latest cws container_controlsNoel Power1-2/+3
2010-11-02Add some more files to EXCEPTIONSFILES, needed on at least NetBSD.Thomas Klausner1-11/+11
2010-11-01rhbz#648475# crash in scanner dialog, reset link in dtorCaolán McNamara1-5/+4
2010-10-28add modelines to .hxx files as wellCaolán McNamara206-0/+497
2010-10-28Bump _WIN32_WINNT to 0x0403 (fixes VC++ 10 compilation)Jesús Corrius5-5/+5
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud10-23/+10
2010-10-25remvove vos/macros.h usageNorbert Thiebaud14-23/+3
2010-10-25migrate vos::OModule to osl:ModuleNorbert Thiebaud4-8/+8
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud20-52/+51
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud5-8/+5
2010-10-25use SolarMutexGuard to guard the SolarMutexNorbert Thiebaud8-39/+39
2010-10-25merge vosremoval-pipe.diffNorbert Thiebaud2-2/+2
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud3-6/+7
2010-10-25merge vosremoval-conditn patchNorbert Thiebaud9-13/+12
2010-10-18Two more SAL_N_ELEMENTS revertsTor Lillqvist2-2/+2
2010-10-18Revert SAL_N_ELEMENTS change for one fileTor Lillqvist1-1/+1
2010-10-16some patches that replace sizeof(a)/sizeof(a[0]) with SAL_N_ELEMENTS(a)Kenneth Venken1-1/+2