summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2012-02-13EasyHack: Removed gcc conditionalsAlexander Bergmann1-2/+2
2012-02-13WaE: NULL vs 0 with mingwCaolán McNamara2-6/+6
2012-02-13fix windows build, String::GetTokenCount is goneCaolán McNamara1-1/+1
2012-02-10fdo#39491 more of unnecessary include pathsMatúš Kukan3-3/+0
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan2-2/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan3-3/+0
2012-02-09Replaced String by rtl::OUString in SvxMacroTakeshi Abe2-21/+18
2012-02-08changes to "tools/table.hxx to std::map conversion"Eike Rathke3-81/+76
2012-02-08tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin4-149/+154
2012-02-08update unused listCaolán McNamara2-5/+1
2012-02-07Reintroduce MSVC workaroundStephan Bergmann2-0/+5
2012-02-07Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2-5/+5
2012-02-06Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida1-1/+4
2012-02-06I think it's time we had a real method for this...Kohei Yoshida2-0/+7
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-05Remove unused codeElton Chung12-61/+0
2012-02-05Fixed cppcheck messages about rethrowing copy of exception.PKEuS1-2/+2
2012-02-05Some cppcheck cleaningJulien Nabet1-2/+2
2012-02-03Replaced String by rtl::OUStringTakeshi Abe2-40/+41
2012-01-31Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann1-3/+3
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann1-3/+3
2012-01-30fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin1-9/+4
2012-01-30make svl ByteString freeCaolán McNamara3-12/+8
2012-01-27Do not move nCurUndoAction < 0.Stephan Bergmann1-1/+4
2012-01-23can't see the point of calling String::Erase before delete StringCaolán McNamara1-7/+3
2012-01-23Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2-12/+0
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann25-176/+125
2012-01-20svl: add new test to subsequenttestsMichael Stahl1-0/+1
2012-01-18fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2-6/+8
2012-01-18remove unused codeThomas Arnhold2-67/+0
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz5-14/+14
2012-01-17a can't-happen-but-do-it-correct-anyway one character fixEike Rathke1-1/+1
2012-01-17Make test code compile on Mac OS X.Stephan Bergmann1-2/+1
2012-01-17Disable CppunitTest_svl_urihelper for now due to bad dependencies.Stephan Bergmann1-1/+2
2012-01-17Adapted svl test_URIHelper to gbuild.Stephan Bergmann4-54/+78
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz5-14/+14
2012-01-14Remove SvStringsDtorAugust Sodora3-9/+0
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke3-3/+3
2012-01-13Fix for fdo43460 Part XXXVI getLength() to isEmpty()Olivier Hallot15-40/+40
2012-01-11Remove SvStringISortAugust Sodora2-53/+0
2012-01-11fdo#44636 use date acceptance patterns in number scannerEike Rathke2-32/+317
2012-01-11lower date acceptance with only two numbersEike Rathke1-0/+17
2012-01-11strict date recognition using locale's separator and ISO 8601Eike Rathke2-17/+71
2012-01-11accept and display years < 100Eike Rathke3-13/+61
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora4-28/+0
2012-01-10simplify LocalFileHelper::ConvertURLToPhysicalNameCaolán McNamara2-2/+2
2012-01-09toLower->lowercaseCaolán McNamara1-2/+2
2012-01-09simplify CharClassCaolán McNamara4-39/+37
2012-01-07Remove superfluous _ZFORLIST_DECLARE_TABLE definition.Marcel Metz2-8/+0
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz7-8/+1