Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-15 | Fix incorrect use of uno::Sequence. | Jan Holesovsky | |
2011-02-15 | Use contstructor instead of assignment, fixes unittest in sc. | Jan Holesovsky | |
2011-02-14 | Remove class SfxCancelManager | Joseph Powers | |
This is only used in binfilter; which has its own copy of the class. make distclean & make check work on Mac OS X | |||
2011-02-10 | Remove last traces of SvBytes from svl | Nigel Hawkins | |
2011-02-10 | Remove SvBytes completely | Nigel Hawkins | |
2011-02-09 | Trying to remove the stlport mention from the code | Fridrich Štrba | |
2011-02-09 | Removing the ext_std masterpiece | Fridrich Štrba | |
2011-02-08 | Move prewin.h and postwin.h to solenv and adapt | Tor Lillqvist | |
2011-02-04 | Bulk move libs-gui to boost unordered containers | Fridrich Strba | |
2011-02-02 | Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*) | Joseph Powers | |
2011-02-01 | Clean up makefiles | Thomas Arnhold | |
2011-01-31 | Remove RCS lines. | Thomas Arnhold | |
2011-01-29 | cppcheck: remove unused variable aBuf. | Thomas Arnhold | |
2011-01-29 | cppcheck: remove unused variable pTrans. | Thomas Arnhold | |
2011-01-29 | Remove double line spacing and unused code. | Thomas Arnhold | |
2011-01-28 | Remove SvShorts | Nigel Hawkins | |
2011-01-28 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
2011-01-25 | use OSL-style asserts | David Tardon | |
2011-01-24 | WaE: gcc 4.6.0 various warnings | Caolán McNamara | |
2011-01-24 | Fix compilation error on 64-bit Windows | Tor Lillqvist | |
2011-01-22 | Remove empty description and dates. | Thomas Arnhold | |
2011-01-21 | Remove obsolete RCS lines. | Thomas Arnhold | |
2011-01-20 | Replace suitable equalsAscii calls with equalsAsciiL. | Thomas Arnhold | |
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'. | |||
2011-01-19 | cppcheck: object destroyed immediately | Caolán McNamara | |
2011-01-17 | equalsAsciiL faster than equalsAscii | Caolán McNamara | |
2011-01-14 | cppunit: make these tests work again | Caolán McNamara | |
2011-01-14 | sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9 | Caolán McNamara | |
2011-01-14 | get these tests building again | Caolán McNamara | |
2011-01-14 | remove a debug-only 3-state confusing pseudo-boolean... | Norbert Thiebaud | |
2011-01-12 | Fix forced div formatting (when nCntPre = 0) | Muthu Subramanian K | |
2011-01-10 | Related: rhbz#668057 Some Support locking files on more than just file | Caolán McNamara | |
2011-01-10 | Related: rhbz#668057 use %% escaped # instead of literal # | Caolán McNamara | |
2011-01-09 | Remove unused code | Anders Jonsson | |
2010-12-24 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-23 | cppcheck: prefer prefix variant | Caolán McNamara | |
2010-12-22 | If the language is not specified, use the initial language. (fdo#32523) | Kohei Yoshida | |
SvNumberFormatter has many methods that take language as an argument, with the default value of LANGUAGE_DONTKNOW. Most of those methods default to the intialized language if the language is DONTKNOW, except for one variant of GetStandardFormat() ! This caused the internal language to accidentally get set to something else *permanently*. | |||
2010-12-22 | RTL_CONSTASCII_USTRINGPARAM | serval | |
2010-12-12 | cleaning of __EXPORT define | Gert Faller | |
2010-12-11 | cleaning of __EXPORT define | Gert Faller | |
2010-12-09 | WaE, unused variable | Caolán McNamara | |
2010-12-09 | New number formats (?/4, ?/100 and ?/[n]). n#655214 | Muthu Subramanian K | |
?/4 is for quarters representation ?/100 is for hunderds representation ?/[n] is for forcing the divisor to be 'n' e.g. ?/5 | |||
2010-12-06 | remove obsolete __FAR_DATA | Michael Callahan | |
2010-12-05 | Replace all occured, occurance etc. | Takeshi Abe | |
2010-12-05 | cppcheck: can reduce the scope of this variable | Caolán McNamara | |
2010-11-25 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 17 | Gert Faller | |
2010-11-23 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 11 | Gert Faller | |
2010-11-22 | RTL_CONSTASCII_USTRINGPARAM in libs-gui 07 | Gert Faller | |
2010-11-17 | libs-gui HC cleanup and .bmp fix | Joseph Powers | |
2010-11-16 | HC Cleanup - libs-gui | Joseph Powers | |
2010-11-12 | Remove bogus comments | Alexander O. Anisimov | |