summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2012-03-20reduce UniStringsCaolán McNamara8-99/+88
2012-03-20split macros to elide unneeded methodsCaolán McNamara1-1/+1
2012-03-20SfxUINT32s->std::vectorCaolán McNamara2-18/+8
2012-03-18Add parenthesis for avoid false report by cppcheckJulien Nabet1-1/+1
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2-0/+6
2012-03-14callcatcher: update listCaolán McNamara3-29/+2
2012-03-12ditch SfxULongRangesCaolán McNamara3-34/+0
2012-03-12WaE: cast to pointer from integer of different sizeDavid Tardon1-1/+2
2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan4-9/+9
2012-03-08Convert from tools/table.hxx to std::map in SvxMacroTableDtorNoel Grandin2-72/+98
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard2-0/+54
2012-02-28fixed crashes due to transition from Table to std::mapEike Rathke1-3/+3
2012-02-28SfxStyleSheet needs a default ctorCaolán McNamara2-43/+30
2012-02-28remove dangling legacy binary-compatible between-milestons temp hack nonsenseCaolán McNamara1-2/+0
2012-02-27SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl1-1/+1
2012-02-27Removed unused codeSzabolcs Dezsi2-30/+0
2012-02-27drop UniString::CreateFromInt64Caolán McNamara2-3/+3
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-1/+1
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák1-2/+2
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann1-1/+1
2012-02-19Remove unused codePetr Vorel2-10/+0
2012-02-19Remove unused codeElton Chung2-81/+0
2012-02-17Removed unused code from svl and sfx2Szabolcs Dezsi4-74/+0
2012-02-17EasyHack 42790: get rid of PRODUCTLaurent Balland-Poirier1-3/+3
2012-02-16callcatcher: update unused code listCaolán McNamara2-8/+8
2012-02-16Use RTL_CONSTASCII_STRINGPARAM instead of bare numberTakeshi Abe1-2/+2
2012-02-14Remove some more outdated sunpro tracesThomas Arnhold1-7/+0
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