summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Collapse)AuthorAgeFilesLines
* 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
* callcatcher: ditch some more methodsCaolán McNamara2011-08-082-253/+0
|
* callcatcher: remove unused methodsCaolán McNamara2011-08-082-20/+0
|
* ByteString::ConvertToUnicode->rtl::OUString::ctor::toCharCaolán McNamara2011-08-081-3/+3
|
* callcatcher: unused methodsCaolán McNamara2011-08-082-16/+0
|
* fdo#34977 preserve time when editing even if only date was displayedEike Rathke2011-08-051-2/+24
| | | | | | | | | * For date formats choose the datetime format when editing a value with a time fraction. * When editing time formats choose the time format only if 0>=value<1, choose the duration format when editing a value that may represent a duration, i.e. is <0 or >=1, and absolute value is less than 32k hours. If greater than 32k hours choose the datetime format.
* removed SkipNumberFormatterInStream, was dropped, declared but not definedEike Rathke2011-08-051-3/+0
|
* Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED]Eike Rathke2011-08-054-38/+152
| | | | | | | * Fixed discarding of prefixes. * Fixed the broken handling of Thai calendar and numerals speciality. * Added bits to actually display a format with embedded LCID in the dialog if the LCID doesn't match the currently viewed locale.
* callcatcher: unused methodsCaolán McNamara2011-08-054-111/+0
|
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
|
* va_end closer of the va_start correspondingJulien Nabet2011-08-042-1/+2
|
* callcatcher: remove unused methodsCaolán McNamara2011-08-047-33/+0
|
* callcatcher: remove unused methodsThomas Arnhold2011-08-035-128/+0
|
* callcatcher: remove unused codeCaolán McNamara2011-07-312-24/+0
|
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-307-2/+11
|
* Don't delete valid [$.*] components of number formatsKatarina Machalkova2011-07-281-1/+7
| | | | ... such as [RED], [NatNumX] etc.
* callcatcher: remove various unused methodsCaolán McNamara2011-07-272-165/+1
|
* callcatcher: Remove unused SvxSearchConfigThomas Arnhold2011-07-264-354/+0
|
* Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-07-241-1/+1
|\
| * Do build rsc also on non-desktop OSes just for rscsfx.hxx to get deliveredTor Lillqvist2011-07-221-1/+1
| | | | | | | | | | Don't actually compile anything, though... Just the rscsfx.hxx is needed.