summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2011-01-28Remove SvShortsNigel Hawkins
2011-01-28Replace suitable equalsAscii calls with equalsAsciiL.Thomas Arnhold
2011-01-25use OSL-style assertsDavid Tardon
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara
2011-01-24Fix compilation error on 64-bit WindowsTor Lillqvist
2011-01-22Remove empty description and dates.Thomas Arnhold
2011-01-21Remove obsolete RCS lines.Thomas Arnhold
2011-01-20Replace 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-19cppcheck: object destroyed immediatelyCaolán McNamara
2011-01-17equalsAsciiL faster than equalsAsciiCaolán McNamara
2011-01-14cppunit: make these tests work againCaolán McNamara
2011-01-14sync test with da0fd5c999fc6f8b5e2d4ecccbf66e1034a03ed9Caolán McNamara
2011-01-14get these tests building againCaolán McNamara
2011-01-14remove a debug-only 3-state confusing pseudo-boolean...Norbert Thiebaud
2011-01-12Fix forced div formatting (when nCntPre = 0)Muthu Subramanian K
2011-01-10Related: rhbz#668057 Some Support locking files on more than just fileCaolán McNamara
2011-01-10Related: rhbz#668057 use %% escaped # instead of literal #Caolán McNamara
2011-01-09Remove unused codeAnders Jonsson
2010-12-24cppcheck: prefer prefix variantCaolán McNamara
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-22If 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-22RTL_CONSTASCII_USTRINGPARAMserval
2010-12-12cleaning of __EXPORT defineGert Faller
2010-12-11cleaning of __EXPORT defineGert Faller
2010-12-09WaE, unused variableCaolán McNamara
2010-12-09New number formats (?/4, ?/100 and ?/[n]). n#655214Muthu 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-06remove obsolete __FAR_DATAMichael Callahan
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-12-05cppcheck: can reduce the scope of this variableCaolán McNamara
2010-11-25RTL_CONSTASCII_USTRINGPARAM in libs-gui 17Gert Faller
2010-11-23RTL_CONSTASCII_USTRINGPARAM in libs-gui 11Gert Faller
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 07Gert Faller
2010-11-17libs-gui HC cleanup and .bmp fixJoseph Powers
2010-11-16HC Cleanup - libs-guiJoseph Powers
2010-11-12Remove bogus commentsAlexander O. Anisimov
2010-11-05can undo this now with fix in compiler settingsCaolán McNamara
2010-11-01Remove unnecessary coping of i18n::Currency2 instance.Kohei Yoshida
Without this, loading Calc fails with segmentation fault on SLED 11 x64 platform. The object is used read-only, so it's perfectly safe to treat it as such.
2010-10-28Mac OS9 Cleanup #6Joseph Powers
2010-10-28add modelines to .h and .c files as wellCaolán McNamara
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-25convert vos/process.hxx and related APINorbert Thiebaud
2010-10-25merge vosremoval-mutex.diffNorbert Thiebaud
In practice the changeset is 'inspired' by vosremoval-mutex.diff but was essentially redone manually
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-10-25merge vosremoval-timer.diffNorbert Thiebaud
2010-10-18remove non-compiled codePovilas Kanapickas
2010-10-18Add more files to EXCEPTIONSFILES, needed on NetBSD with system boost.Thomas Klausner
Ok: Caolán McNamara <caolanm@redhat.com>
2010-10-18replace sizeof(foo)/sizeof(foo[0]) by SAL_N_ELEMENTSKenneth Venken
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-09A patch to remove some unused directives.jgraeme
Graeme
2010-10-08fix horrible use of FASTBOOL as a loop iteratorMichael Meeks