summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2012-10-31resolved rhbz865058 retard overflow of internal table of number formatsEike Rathke1-1/+1
2012-10-01Do not move nCurUndoAction < 0.Stephan Bergmann1-1/+4
2012-06-28i#119400 repair broken undoIvan Timofeev1-3/+7
2012-03-27svl: add include path and more add_package_headersMatúš Kukan3-11/+5
2012-02-29SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl1-1/+1
2012-01-13use INCLUDE instead of SOLARINC, and after local includesEike Rathke3-3/+3
2011-12-22recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-ddEike Rathke4-8/+91
2011-12-21resolved fdo#37978 - Date formatting in Spreadsheet is inconsistentEike Rathke3-44/+70
2011-12-13slideshow: play back embedded media:Michael Stahl1-1/+1
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen1-0/+1
2011-12-07Use configmgr directly in SvxAsianConfig.Stephan Bergmann2-225/+235
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke2-3/+4
2011-12-01Remove uses of charAtAugust Sodora1-1/+1
2011-11-30no need to check for Gregorian cut-off date hereEike Rathke1-1/+1
2011-11-30renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptionsEike Rathke1-1/+1
2011-11-29move reconfigure into gbuildBjoern Michaelsen1-1/+1
2011-11-28svl: remove unnecessary libs from cppunittestMichael Stahl1-8/+0
2011-11-28Cleaned up utl::UCBContentHelper.Stephan Bergmann1-0/+1
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud2-458/+0
2011-11-27remove pch from the include listNorbert Thiebaud3-5/+0
2011-11-27remove include of pch header from svlNorbert Thiebaud96-188/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-27add missing licence headersMarkus Mohrhard2-5/+64
2011-11-27String->OUStringAugust Sodora1-14/+13
2011-11-26Remove unnecessary includesAugust Sodora2-5/+0
2011-11-26CosmeticAugust Sodora1-21/+17
2011-11-26Remove unnecessary castsAugust Sodora1-5/+5
2011-11-26String->OUStringAugust Sodora2-15/+19
2011-11-26Added test to lngmiscAugust Sodora1-5/+35
2011-11-26Simplification and accompanying testsAugust Sodora2-25/+51
2011-11-26Remove unused parameterAugust Sodora2-2/+2
2011-11-26Avoid use of the preprocessorAugust Sodora1-3/+3
2011-11-26Remove unnecessary includes and cosmeticsAugust Sodora1-93/+83
2011-11-26Simplification in lngmisc with accompanying testsAugust Sodora3-33/+47
2011-11-26sal_Bool->boolAugust Sodora2-12/+12
2011-11-26Mark as privateAugust Sodora1-1/+1
2011-11-26Remove newly unused codeAugust Sodora1-6/+0
2011-11-26Added test for linguistic::RemoveHyphen and some simplificationAugust Sodora5-8/+129
2011-11-26C-style cast -> C++-style castAugust Sodora1-5/+4
2011-11-26Remove unnecessary includesAugust Sodora1-4/+2
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen1-1/+1
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara1-1/+1
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann2-5/+5
2011-11-23use cased month names only if no hard coded literal string followsEike Rathke1-8/+35
2011-11-22scan genitive and partitive month names only if they differEike Rathke2-4/+19
2011-11-22added partitive case month namesEike Rathke4-48/+128
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann4-37/+8
2011-11-19remove [Byte]String::EraseAllCharsCaolán McNamara3-13/+18
2011-11-19add narrow (one letter) month namesEike Rathke2-3/+7
2011-11-19use possessive genitive case month names in number formatterEike Rathke4-7/+86