Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-15 | callcatcher: some unused code | Caolán McNamara | 2 | -13/+0 | |
2011-09-13 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+2 | |
2011-09-13 | move init into default ctor, and make non-copyable | Caolán McNamara | 2 | -9/+14 | |
2011-09-13 | wrong initialization of DdeInstData with memset despite std::vector | Pierre-André Jacquod | 1 | -1/+9 | |
Thanks cppchecker for detecting this | |||||
2011-09-13 | try better template friend class syntax | Caolán McNamara | 1 | -5/+4 | |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ↵ | Stephan Bergmann | 2 | -1/+3 | |
out a6913c9677c2 For LibO, that just means replacing sal/cppunit.h with sal/precppunit.hxx. | |||||
2011-09-12 | Drop Win9x code | Tor Lillqvist | 4 | -131/+0 | |
2011-09-12 | not going to get away with this friend syntax | Caolán McNamara | 1 | -3/+1 | |
2011-09-12 | regenerate list | Caolán McNamara | 2 | -1/+3 | |
2011-09-12 | missing header | Caolán McNamara | 1 | -0/+1 | |
2011-09-12 | ensure dtor gets called, and fix dtor and namespaces | Caolán McNamara | 3 | -38/+26 | |
2011-09-09 | callcatcher: various unused code | Caolán McNamara | 2 | -37/+0 | |
2011-09-07 | remove freshly unused methods | Caolán McNamara | 2 | -6/+0 | |
2011-09-07 | kill TF_POOLABLE, step 2: remove dead code | Bjoern Michaelsen | 7 | -74/+0 | |
2011-09-07 | Hopefully this will fix the build breakage on Mac. | Kohei Yoshida | 1 | -1/+1 | |
2011-09-06 | Refactored SfxItemPool for better encapsulation. | Kohei Yoshida | 4 | -357/+393 | |
Basically everything except pItemInfos is under pImp. This will make it easier for future refactoring in the implementation area. | |||||
2011-09-07 | kill TF_POOLABLE, step 1: error if unset | Bjoern Michaelsen | 5 | -37/+19 | |
2011-08-31 | unusedcode: remove various classes | Matúš Kukan | 2 | -85/+0 | |
2011-08-29 | bah, extra lib needed | Caolán McNamara | 1 | -0/+1 | |
2011-08-29 | merge together 5 or ascii isalpha/isalnum/isdigit implementations | Caolán McNamara | 1 | -8/+3 | |
2011-08-25 | remove freshly unused methods | Caolán McNamara | 3 | -54/+0 | |
2011-08-25 | callcatcher: yet more unused code | Caolán McNamara | 8 | -40/+0 | |
2011-08-23 | Code review fixes. | Muthu Subramanian | 1 | -1/+1 | |
2011-08-23 | callcatcher: yet more unused code | Caolán McNamara | 2 | -109/+0 | |
2011-08-23 | n#699334: Legacy Diagram Text import. | Muthu Subramanian | 1 | -0/+10 | |
- Imports Legacy Text. - Formatting info is not imported. | |||||
2011-08-22 | callcatcher: remove unused methods | Caolán McNamara | 2 | -23/+0 | |
2011-08-19 | detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly set | Norbert Thiebaud | 1 | -1/+1 | |
2011-08-17 | callcatcher: remove some methods | Caolán McNamara | 2 | -67/+0 | |
2011-08-15 | SvByteStringsSortDtor is now finally gone | Caolán McNamara | 2 | -6/+0 | |
2011-08-15 | callcatcher: remove code, hide's erAcks to-do code behind an ifdef | Caolán McNamara | 3 | -3/+13 | |
2011-08-12 | removed unused stuff from number formatter | Eike Rathke | 7 | -267/+32 | |
2011-08-11 | Some cppcheck cleaning | Julien Nabet | 1 | -1/+1 | |
2011-08-11 | callcatcher: yet more unused code | Caolán McNamara | 2 | -9/+0 | |
2011-08-10 | Number formatter sal_Bool -> bool clean-up and cosmetics | Eike Rathke | 9 | -854/+864 | |
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | 7 | -7/+7 | |
2011-08-09 | Replace SvUShorts with vector in svl/zforlist.[ch]xx | Nigel Hawkins | 2 | -9/+7 | |
LGPLv3+/MPL1.1 | |||||
2011-08-09 | Replace SvUShorts with vector in aeitem.[ch]xx | Nigel Hawkins | 2 | -14/+7 | |
LGPLv3+/MPL1.1 | |||||
2011-08-08 | callcatcher: ditch some more methods | Caolán McNamara | 2 | -253/+0 | |
2011-08-08 | callcatcher: remove unused methods | Caolán McNamara | 2 | -20/+0 | |
2011-08-08 | ByteString::ConvertToUnicode->rtl::OUString::ctor::toChar | Caolán McNamara | 1 | -3/+3 | |
2011-08-08 | callcatcher: unused methods | Caolán McNamara | 2 | -16/+0 | |
2011-08-05 | fdo#34977 preserve time when editing even if only date was displayed | Eike Rathke | 1 | -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. | |||||
2011-08-05 | removed SkipNumberFormatterInStream, was dropped, declared but not defined | Eike Rathke | 1 | -3/+0 | |
2011-08-05 | Fix fdo#38956 discarding bracketed prefixes in number formats, such as [RED] | Eike Rathke | 4 | -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. | |||||
2011-08-05 | callcatcher: unused methods | Caolán McNamara | 4 | -111/+0 | |
2011-08-05 | Emacs modeline compatible with vim's one | Takeshi Abe | 1 | -0/+1 | |
2011-08-04 | va_end closer of the va_start corresponding | Julien Nabet | 2 | -1/+2 | |
2011-08-04 | callcatcher: remove unused methods | Caolán McNamara | 7 | -33/+0 | |
2011-08-03 | callcatcher: remove unused methods | Thomas Arnhold | 5 | -128/+0 | |
2011-07-31 | callcatcher: remove unused code | Caolán McNamara | 2 | -24/+0 | |