summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-02-02Clean up makefilesThomas Arnhold
2011-02-01Remove RCS informationThomas Arnhold
2011-01-29Remove OV_DEBUG.Thomas Arnhold
2011-01-29Remove double line spacing and unused code.Thomas Arnhold
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24Hide and reveal also ULONG in presys.h / postsys.hTor Lillqvist
Although, I fail to understand why the duplication of work done in prewin.h/postwin.h vs. presys.h/postsys.h is needed.
2011-01-23Make GetFileHandle's return type match declarationTor Lillqvist
But as the return type is just 32 bits, it is actually not enough for a HANDLE anyway on a 64-bit OS. But on the other hand, this method is private and not used on Windows at all. So just make it abort() then.
2011-01-23Define ULONG as WIN_ULONG while including shlobj.hTor Lillqvist
To match what prewin.h/postwin.h do.
2011-01-23Hide also ULONG while including <windows.h>Tor Lillqvist
LibreOffice's deprecated ULONG is sal_uIntPtr, and thus 64 bits on 64-bit Windows, unlike Windows's ULONG which is 32 bits on both 32- and 64-bit Windows. So we must hide ULONG, too, to avoid compilation errors on 64-bit Windows.
2011-01-22Delete apparently unused SYSTEM_* definitionsTor Lillqvist
2011-01-22Add SYSTEM_* and __DLLEXTENSION values for WNT && X86_64Tor Lillqvist
2011-01-22Remove empty description and dates.Thomas Arnhold
2011-01-16microopt, equalsAsciiL faster than equalsAsciiCaolán McNamara
2011-01-15Convert SolarFileList from a vector to a list.Joseph Powers
It's actually a queue so files get processed from the front and added to the back.
2011-01-15Remove DECLARE_LIST( StarFileList, StarFile * )Joseph Powers
Note: I messed up the SolarFileList before so I'm going to submit another patch to fix it. I'm not sure why the code is working now...
2011-01-15Remove DECLARE_LIST ( SolarFileList, String* )Joseph Powers
2011-01-15Remove DECL_DEST_LIST()Joseph Powers
There where only 2 of them
2011-01-14Related: rhbz#668057 recognize sftp urlsCaolán McNamara
2011-01-11Fixed missing tools/toolsdllapi.h includeCédric Bosdonnat
2011-01-10Added static toString method to ResId class.Kohei Yoshida
2011-01-06flush stdout before returning from main in case _exit hack is operationalCaolán McNamara
2010-12-27RTL_CONSTASCII_USTRINGPARAMJulien Nabet
2010-12-23suppress compiler warningDavid Tardon
2010-12-22Remove __READONLY_DATAGuillaume Poussel
2010-12-22Removed __EXPORTGuillaume Poussel
2010-12-2168bit currency enhancementJohn LeMoyne Castle
2010-12-21revert Merge remote branch origin/feature/currency-64bitNoel Power
2010-12-21Merge remote branch 'origin/feature/currency-64bit'Noel Power
2010-12-21fix off-by-one bug accessing vectorDavid Tardon
2010-12-20Fix BOOL etc redefinition problem on WindowsTor Lillqvist
2010-12-17WaE: C4805: Unsafe mix of bool and BOOLCaolán McNamara
2010-12-17add cppunit tests for new getBestMSEncodingByCharCaolán McNamara
2010-12-16C1061: workaround worthless compilerCaolán McNamara
2010-12-16tidy tools::getProcessWorkingDirCaolán McNamara
2010-12-15add fileCaolán McNamara
2010-12-15Resolves: #i101057#/#i97332# A better converter to multiple legacy codepagesCaolán McNamara
2010-12-15RTL_CONSTASCII_USTRINGPARAM qaJulien Nabet
2010-12-14add stream operator for sal_uInt64Noel Power
2010-12-14make tmp names recognisable, and cleansMichael Meeks
2010-12-12cleaning of __EXPORT defineGert Faller
2010-12-09fdo#32258: Be a little more gentle with Inet params and simply skip duplicatesCédric Bosdonnat
2010-12-06remove obsolete __FAR_DATAMichael Callahan
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-05cppcheck: scope of these variables can be reducedCaolán McNamara
2010-11-26tools-qa-urlobj-unittest.diff: migrated to gitFlorian Reuter
n#261623 process relative SMB paths (in hyperlinks) correctly
2010-11-26tools-urlobj-smb-scheme-patch.diff: migratedFlorian Reuter
process relative SMB paths (in hyperlinks) correctly
2010-11-24White spacess cleanupJoseph Powers
2010-11-19extra ::Caolán McNamara
2010-11-19EasyHack: RTL_CONST macro from createFromAsciiKevin Hunter
2010-11-19Easy Hack: RTL_CONST macro from createFromAsciiKevin Hunter