summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Collapse)AuthorAgeFilesLines
* we do not need the counter nowDavid Tardon2011-10-041-11/+11
|
* Get rid of SvNumsMaciej Rumianowski2011-10-042-13/+9
| | | | SvNums is a define for SvUShort and SvULong, both are replaced with std::vector
* Finally remove SvULongsMaciej Rumianowski2011-10-043-9/+2
| | | | In all places SvULongs have been replaced with std::vector, now can be totally removed.
* more uselessness in msvcCaolán McNamara2011-10-032-0/+5
|
* revert this, reported windows bustageCaolán McNamara2011-10-032-0/+20
|
* callcatcher: update listCaolán McNamara2011-10-032-20/+0
|
* callcatcher: various unused methodsCaolán McNamara2011-10-022-5/+0
|
* Cleaned up svldata.Stephan Bergmann2011-09-3010-131/+124
|
* temp fix to issues stemming from 979e2c8f8b9325a5c75bfc1f388aa8f69b988d2cNorbert Thiebaud2011-09-301-3/+1
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-301-0/+2
|
* Fix error reported by gcc 4.4.3: NULL used in arithmeticTor Lillqvist2011-09-301-2/+2
|
* Always link with user32Tor Lillqvist2011-09-221-4/+0
|
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
| | | | | | | Done with perl regex: s/(\n\s*OSL_TRACE\(\s*\"[^\n]+?)\s*(\\n)+(\"[^\n]*\)\;\n)/$1$3/gs; - removed trailing whitespaces and (multiple) newlines
* callcatcher: some unused codeCaolán McNamara2011-09-152-13/+0
|
* Some cppcheck cleaningJulien Nabet2011-09-131-1/+2
|
* move init into default ctor, and make non-copyableCaolán McNamara2011-09-132-9/+14
|
* wrong initialization of DdeInstData with memset despite std::vectorPierre-André Jacquod2011-09-131-1/+9
| | | | Thanks cppchecker for detecting this
* try better template friend class syntaxCaolán McNamara2011-09-131-5/+4
|
* sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵Stephan Bergmann2011-09-122-1/+3
| | | | | | out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx.
* Drop Win9x codeTor Lillqvist2011-09-124-131/+0
|
* not going to get away with this friend syntaxCaolán McNamara2011-09-121-3/+1
|
* regenerate listCaolán McNamara2011-09-122-1/+3
|
* missing headerCaolán McNamara2011-09-121-0/+1
|
* ensure dtor gets called, and fix dtor and namespacesCaolán McNamara2011-09-123-38/+26
|
* callcatcher: various unused codeCaolán McNamara2011-09-092-37/+0
|
* remove freshly unused methodsCaolán McNamara2011-09-072-6/+0
|
* kill TF_POOLABLE, step 2: remove dead codeBjoern Michaelsen2011-09-077-74/+0
|
* Hopefully this will fix the build breakage on Mac.Kohei Yoshida2011-09-071-1/+1
|
* Refactored SfxItemPool for better encapsulation.Kohei Yoshida2011-09-064-357/+393
| | | | | Basically everything except pItemInfos is under pImp. This will make it easier for future refactoring in the implementation area.
* kill TF_POOLABLE, step 1: error if unsetBjoern Michaelsen2011-09-075-37/+19
|
* unusedcode: remove various classesMatúš Kukan2011-08-312-85/+0
|
* bah, extra lib neededCaolán McNamara2011-08-291-0/+1
|
* merge together 5 or ascii isalpha/isalnum/isdigit implementationsCaolán McNamara2011-08-291-8/+3
|
* remove freshly unused methodsCaolán McNamara2011-08-253-54/+0
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-258-40/+0
|
* Code review fixes.Muthu Subramanian2011-08-231-1/+1
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-232-109/+0
|
* n#699334: Legacy Diagram Text import.Muthu Subramanian2011-08-231-0/+10
| | | | | - Imports Legacy Text. - Formatting info is not imported.
* callcatcher: remove unused methodsCaolán McNamara2011-08-222-23/+0
|
* detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud2011-08-191-1/+1
|
* callcatcher: remove some methodsCaolán McNamara2011-08-172-67/+0
|
* SvByteStringsSortDtor is now finally goneCaolán McNamara2011-08-152-6/+0
|
* callcatcher: remove code, hide's erAcks to-do code behind an ifdefCaolán McNamara2011-08-153-3/+13
|
* removed unused stuff from number formatterEike Rathke2011-08-127-267/+32
|
* Some cppcheck cleaningJulien Nabet2011-08-111-1/+1
|
* callcatcher: yet more unused codeCaolán McNamara2011-08-112-9/+0
|
* Number formatter sal_Bool -> bool clean-up and cosmeticsEike Rathke2011-08-109-854/+864
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-107-7/+7
|
* Replace SvUShorts with vector in svl/zforlist.[ch]xxNigel Hawkins2011-08-092-9/+7
| | | | LGPLv3+/MPL1.1
* Replace SvUShorts with vector in aeitem.[ch]xxNigel Hawkins2011-08-092-14/+7
| | | | LGPLv3+/MPL1.1