summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Collapse)Author
2011-02-15Fix incorrect use of uno::Sequence.Jan Holesovsky
2011-02-15Use contstructor instead of assignment, fixes unittest in sc.Jan Holesovsky
2011-02-14Remove class SfxCancelManagerJoseph 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-10Remove last traces of SvBytes from svlNigel Hawkins
2011-02-10Remove SvBytes completelyNigel Hawkins
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-09Removing the ext_std masterpieceFridrich Štrba
2011-02-08Move prewin.h and postwin.h to solenv and adaptTor Lillqvist
2011-02-04Bulk move libs-gui to boost unordered containersFridrich Strba
2011-02-02Remove DECLARE_LIST(SvAddressList_Impl, SvAddressEntry_Impl*)Joseph Powers
2011-02-01Clean up makefilesThomas Arnhold
2011-01-31Remove RCS lines.Thomas Arnhold
2011-01-29cppcheck: remove unused variable aBuf.Thomas Arnhold
2011-01-29cppcheck: remove unused variable pTrans.Thomas Arnhold
2011-01-29Remove double line spacing and unused code.Thomas Arnhold
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