summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin
2012-02-08update unused listCaolán McNamara
2012-02-07Reintroduce MSVC workaroundStephan Bergmann
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida
2012-02-06Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida
2012-02-06I think it's time we had a real method for this...Kohei Yoshida
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2012-02-05Remove unused codeElton Chung
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS
2012-02-05Some cppcheck cleaningJulien Nabet
2012-02-03Replaced String by rtl::OUStringTakeshi Abe
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin
2012-01-30make svl ByteString freeCaolán McNamara
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann
2012-01-23can't see the point of calling String::Erase before delete StringCaolán McNamara
2012-01-23Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2012-01-20svl: add new test to subsequenttestsMichael Stahl
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae
2012-01-18remove unused codeThomas Arnhold
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-17a can't-happen-but-do-it-correct-anyway one character fixEike Rathke
2012-01-17Make test code compile on Mac OS X.Stephan Bergmann
2012-01-17Disable CppunitTest_svl_urihelper for now due to bad dependencies.Stephan Bergmann
2012-01-17Adapted svl test_URIHelper to gbuild.Stephan Bergmann
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2012-01-14Remove SvStringsDtorAugust Sodora
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke
2012-01-13Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot
2012-01-11Remove SvStringISortAugust Sodora
2012-01-11fdo#44636 use date acceptance patterns in number scannerEike Rathke
2012-01-11lower date acceptance with only two numbersEike Rathke
2012-01-11strict date recognition using locale's separator and ISO 8601Eike Rathke
2012-01-11accept and display years < 100Eike Rathke
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara
2012-01-09toLower->lowercaseCaolán McNamara
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06make ReadUniOrByteString return a stringCaolán McNamara
2012-01-05getPropertyMap can return a reference instead of a pointerCaolán McNamara
2012-01-05Translated German commentsChristina Rossmanith
2012-01-05removed unused #define_SVSTDARR_sal_uI(n)t16S(SORT)Christina Rossmanith
2012-01-06catch exception by constant referenceTakeshi Abe