summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2012-03-082-72/+98
* String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2012-03-052-0/+54
* fixed crashes due to transition from Table to std::mapEike Rathke2012-02-281-3/+3
* SfxStyleSheet needs a default ctorCaolán McNamara2012-02-282-43/+30
* remove dangling legacy binary-compatible between-milestons temp hack nonsenseCaolán McNamara2012-02-281-2/+0
* SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl2012-02-271-1/+1
* Removed unused codeSzabolcs Dezsi2012-02-272-30/+0
* drop UniString::CreateFromInt64Caolán McNamara2012-02-272-3/+3
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-1/+1
* OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák2012-02-221-2/+2
* gb_JunitTest_JunitTest takes only one argumentStephan Bergmann2012-02-201-1/+1
* Remove unused codePetr Vorel2012-02-192-10/+0
* Remove unused codeElton Chung2012-02-192-81/+0
* Removed unused code from svl and sfx2Szabolcs Dezsi2012-02-174-74/+0
* EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier2012-02-171-3/+3
* callcatcher: update unused code listCaolán McNamara2012-02-162-8/+8
* Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe2012-02-161-2/+2
* Remove some more outdated sunpro tracesThomas Arnhold2012-02-141-7/+0
* EasyHack: Removed gcc conditionalsAlexander Bergmann2012-02-131-2/+2
* WaE: NULL vs 0 with mingwCaolán McNamara2012-02-132-6/+6
* fix windows build, String::GetTokenCount is goneCaolán McNamara2012-02-131-1/+1
* fdo#39491 more of unnecessary include pathsMatúš Kukan2012-02-103-3/+0
* fdo#39491 remove nonexistent include pathsMatúš Kukan2012-02-102-2/+0
* fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan2012-02-103-3/+0
* Replaced String by rtl::OUString in SvxMacroTakeshi Abe2012-02-092-21/+18
* changes to "tools/table.hxx to std::map conversion"Eike Rathke2012-02-083-81/+76
* tools/table.hxx to std::map conversion in SV, SVL and SVX modulesNoel Grandin2012-02-084-149/+154
* update unused listCaolán McNamara2012-02-082-5/+1
* Reintroduce MSVC workaroundStephan Bergmann2012-02-072-0/+5
* Have SfxItemSet::HasItem take an optional pointer-to-pointer.Kohei Yoshida2012-02-072-5/+5
* Perhaps it will help to set the pointer to NULL when the item is not set.Kohei Yoshida2012-02-061-1/+4
* I think it's time we had a real method for this...Kohei Yoshida2012-02-062-0/+7
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
* Remove unused codeElton Chung2012-02-0512-61/+0
* Fixed cppcheck messages about rethrowing copy of exception.PKEuS2012-02-051-2/+2
* Some cppcheck cleaningJulien Nabet2012-02-051-2/+2
* Replaced String by rtl::OUStringTakeshi Abe2012-02-032-40/+41
* Simplify code by making getProcessComponentContext() implicit.Stephan Bergmann2012-01-311-3/+3
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-311-3/+3
* fdo#44981 - remove obsolete SWAPLONG macrosNoel Grandin2012-01-301-9/+4
* make svl ByteString freeCaolán McNamara2012-01-303-12/+8
* Do not move nCurUndoAction < 0.Stephan Bergmann2012-01-271-1/+4
* can't see the point of calling String::Erase before delete StringCaolán McNamara2012-01-231-7/+3
* Removed NfCurrencyEntry::ApplyVariableInformation().Mariusz Dykierek2012-01-232-12/+0
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-2125-176/+125
* svl: add new test to subsequenttestsMichael Stahl2012-01-201-0/+1
* fdo#39428 Remove/audit SvStream operator>>/<<(long)Keith McRae2012-01-182-6/+8
* remove unused codeThomas Arnhold2012-01-182-67/+0
* Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz2012-01-175-14/+14
* a can't-happen-but-do-it-correct-anyway one character fixEike Rathke2012-01-171-1/+1