Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-22 | recognize arbitrary y-m-d format for editing as ISO 8601 yyyy-mm-dd | Eike Rathke | |
2011-12-22 | callcatcher: newly unused code | Caolán McNamara | |
2011-12-21 | resolved fdo#37978 - Date formatting in Spreadsheet is inconsistent | Eike Rathke | |
* SvNumberFormatter::IsNumberFormat() ISO 8601 date input results in yyyy-mm-dd format if no other date format was set. * SvNumberFormatter::GetInputLineString() preserves ISO 8601 date format for editing if such was set. | |||
2011-12-21 | tweak for pre language-defect #77 | Caolán McNamara | |
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-21 | needs more work first | Caolán McNamara | |
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9. | |||
2011-12-21 | bah, need to tweak for pre c++0x | Caolán McNamara | |
This reverts commit d00fc0e293852cfc019ffaffa65bee327397677b. | |||
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-20 | callcatcher: Remove unused code | August Sodora | |
2011-12-19 | callcatcher: Remove unused code | August Sodora | |
2011-12-13 | Missing dependencies. | Stephan Bergmann | |
2011-12-13 | Simplified, type-safe C++ configuration access. | Stephan Bergmann | |
* New offapi com.sun.star.configuration entities to access the complete configuration read-only or read/write... * ...configmgr adapted to support those new services/singletons... * ...new unotools/configuration.hxx is the type-safe C++ plumbing on top of that... * ...officecfg now generates C++ headers to access all the properties and sets given in the .xcs files... * ...and svl's asiancfg.cxx exemplarily makes use of the new officecfg/Office/Common.hxx to access the configuration. * There is still TODOs: For one, see those listed in officecfg/registry/cppheader.xsl. For another, at least a notification mechanism for the new read-only configuration access and the C++ wrapper is missing. | |||
2011-12-13 | callcatcher: remove newly unused code | Caolán McNamara | |
2011-12-12 | slideshow: play back embedded media: | Michael Stahl | |
The slideshow uses the UNO API to access the drawing objects, so add a property to get the temp file URL from the media object. | |||
2011-12-12 | Related: fdo#38832 Replace Table with std::map | Marcel Metz | |
2011-12-09 | callcatcher: remove unused code post automation removal | Caolán McNamara | |
2011-12-07 | in modules, when we have a env we are in stage gbuild | Bjoern Michaelsen | |
2011-12-06 | Use configmgr directly in SvxAsianConfig. | Stephan Bergmann | |
2011-12-01 | get rid of class Date and Time default ctor with system time penalty | Eike Rathke | |
2011-12-01 | Remove uses of charAt | August Sodora | |
2011-11-30 | no need to check for Gregorian cut-off date here | Eike Rathke | |
2011-11-30 | renamed Date::IsValid() to IsValidAndGregorian() to prevent misassumptions | Eike Rathke | |
Once smaller than 1582-10-15 decrementing a Date will not produce a valid date. | |||
2011-11-29 | move reconfigure into gbuild | Bjoern Michaelsen | |
2011-11-28 | svl: remove unnecessary libs from cppunittest | Michael Stahl | |
2011-11-28 | Cleaned up utl::UCBContentHelper. | Stephan Bergmann | |
2011-11-27 | remove precompiled_xxx.hxx/cxx | Norbert Thiebaud | |
2011-11-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove include of pch header from svl | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-27 | add missing licence headers | Markus Mohrhard | |
2011-11-27 | String->OUString | August Sodora | |
2011-11-26 | Remove unnecessary includes | August Sodora | |
2011-11-26 | Cosmetic | August Sodora | |
2011-11-26 | Remove unnecessary casts | August Sodora | |
2011-11-26 | String->OUString | August Sodora | |
2011-11-26 | Added test to lngmisc | August Sodora | |
2011-11-26 | Simplification and accompanying tests | August Sodora | |
2011-11-26 | Remove unused parameter | August Sodora | |
2011-11-26 | Avoid use of the preprocessor | August Sodora | |
2011-11-26 | Remove unnecessary includes and cosmetics | August Sodora | |
2011-11-26 | Simplification in lngmisc with accompanying tests | August Sodora | |
2011-11-26 | sal_Bool->bool | August Sodora | |
2011-11-26 | Mark as private | August Sodora | |
2011-11-26 | Remove newly unused code | August Sodora | |
2011-11-26 | Added test for linguistic::RemoveHyphen and some simplification | August Sodora | |
2011-11-26 | C-style cast -> C++-style cast | August Sodora | |
2011-11-26 | Remove unnecessary includes | August Sodora | |
2011-11-25 | make gbuild makefiles run independant of pwd again | Bjoern Michaelsen | |