Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-02 | Clean up makefiles | Thomas Arnhold | |
2011-02-01 | Remove RCS information | Thomas Arnhold | |
2011-01-29 | Remove OV_DEBUG. | Thomas Arnhold | |
2011-01-29 | Remove double line spacing and unused code. | Thomas Arnhold | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | Hide and reveal also ULONG in presys.h / postsys.h | Tor 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-23 | Make GetFileHandle's return type match declaration | Tor 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-23 | Define ULONG as WIN_ULONG while including shlobj.h | Tor Lillqvist | |
To match what prewin.h/postwin.h do. | |||
2011-01-23 | Hide 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-22 | Delete apparently unused SYSTEM_* definitions | Tor Lillqvist | |
2011-01-22 | Add SYSTEM_* and __DLLEXTENSION values for WNT && X86_64 | Tor Lillqvist | |
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |
2011-01-16 | microopt, equalsAsciiL faster than equalsAscii | Caolán McNamara | |
2011-01-15 | Convert 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-15 | Remove 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-15 | Remove DECLARE_LIST ( SolarFileList, String* ) | Joseph Powers | |
2011-01-15 | Remove DECL_DEST_LIST() | Joseph Powers | |
There where only 2 of them | |||
2011-01-14 | Related: rhbz#668057 recognize sftp urls | Caolán McNamara | |
2011-01-11 | Fixed missing tools/toolsdllapi.h include | Cédric Bosdonnat | |
2011-01-10 | Added static toString method to ResId class. | Kohei Yoshida | |
2011-01-06 | flush stdout before returning from main in case _exit hack is operational | Caolán McNamara | |
2010-12-27 | RTL_CONSTASCII_USTRINGPARAM | Julien Nabet | |
2010-12-23 | suppress compiler warning | David Tardon | |
2010-12-22 | Remove __READONLY_DATA | Guillaume Poussel | |
2010-12-22 | Removed __EXPORT | Guillaume Poussel | |
2010-12-21 | 68bit currency enhancement | John LeMoyne Castle | |
2010-12-21 | revert Merge remote branch origin/feature/currency-64bit | Noel Power | |
2010-12-21 | Merge remote branch 'origin/feature/currency-64bit' | Noel Power | |
2010-12-21 | fix off-by-one bug accessing vector | David Tardon | |
2010-12-20 | Fix BOOL etc redefinition problem on Windows | Tor Lillqvist | |
2010-12-17 | WaE: C4805: Unsafe mix of bool and BOOL | Caolán McNamara | |
2010-12-17 | add cppunit tests for new getBestMSEncodingByChar | Caolán McNamara | |
2010-12-16 | C1061: workaround worthless compiler | Caolán McNamara | |
2010-12-16 | tidy tools::getProcessWorkingDir | Caolán McNamara | |
2010-12-15 | add file | Caolán McNamara | |
2010-12-15 | Resolves: #i101057#/#i97332# A better converter to multiple legacy codepages | Caolán McNamara | |
2010-12-15 | RTL_CONSTASCII_USTRINGPARAM qa | Julien Nabet | |
2010-12-14 | add stream operator for sal_uInt64 | Noel Power | |
2010-12-14 | make tmp names recognisable, and cleans | Michael Meeks | |
2010-12-12 | cleaning of __EXPORT define | Gert Faller | |
2010-12-09 | fdo#32258: Be a little more gentle with Inet params and simply skip duplicates | Cédric Bosdonnat | |
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-05 | cppcheck: scope of these variables can be reduced | Caolán McNamara | |
2010-11-26 | tools-qa-urlobj-unittest.diff: migrated to git | Florian Reuter | |
n#261623 process relative SMB paths (in hyperlinks) correctly | |||
2010-11-26 | tools-urlobj-smb-scheme-patch.diff: migrated | Florian Reuter | |
process relative SMB paths (in hyperlinks) correctly | |||
2010-11-24 | White spacess cleanup | Joseph Powers | |
2010-11-19 | extra :: | Caolán McNamara | |
2010-11-19 | EasyHack: RTL_CONST macro from createFromAscii | Kevin Hunter | |
2010-11-19 | Easy Hack: RTL_CONST macro from createFromAscii | Kevin Hunter | |