Age | Commit message (Expand) | Author | Files | Lines |
2014-09-08 | coverity#704947 Dereference after null check | Caolán McNamara | 1 | -1/+1 |
2014-09-08 | sal_Int16 -> FlyProcessingState | Miklos Vajna | 5 | -7/+8 |
2014-09-08 | fdo#83057 File corrupts on save, as SDT is added incorrectly | Vinaya Mandke | 6 | -1/+29 |
2014-09-07 | RTF import: adapt getProperties() to createStyleProperties() | Miklos Vajna | 2 | -0/+18 |
2014-09-07 | more accurate typing | Lionel Elie Mamane | 1 | -1/+1 |
2014-09-07 | AUTH_FIELD_END looks like it is made for this | Lionel Elie Mamane | 1 | -2/+2 |
2014-09-07 | push explicit cast to minimal expression | Lionel Elie Mamane | 1 | -2/+2 |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin | 19 | -38/+36 |
2014-09-06 | fdo#82078 RTF import: fix bold text spilling over to non-bold text | Miklos Vajna | 2 | -0/+20 |
2014-09-06 | Fix build: narrowing cast | Matteo Casalin | 1 | -1/+1 |
2014-09-06 | sal_uInt16: use more proper types, avoid unneeded casts, constify | Matteo Casalin | 2 | -22/+21 |
2014-09-06 | Use more suitable integer types, avoid conversions, constify | Matteo Casalin | 2 | -5/+5 |
2014-09-06 | No need to differentiate between 1 and 2: only !=0 matters | Matteo Casalin | 1 | -10/+2 |
2014-09-06 | Reduce scope and avoid casts at each call-place | Matteo Casalin | 3 | -13/+14 |
2014-09-06 | sal_uInt16 to more proper types | Matteo Casalin | 1 | -3/+3 |
2014-09-06 | Simplify by early bailout | Matteo Casalin | 1 | -91/+82 |
2014-09-06 | sal_uInt16 to more proper types, group a test into a bool | Matteo Casalin | 2 | -6/+7 |
2014-09-06 | sal_uInt16 to more proper types, constify | Matteo Casalin | 1 | -6/+6 |
2014-09-06 | Use arithmetic instead of while loop | Matteo Casalin | 1 | -4/+2 |
2014-09-06 | sal_uInt16 to more proper types, constify, avoid unneeded casts | Matteo Casalin | 2 | -20/+20 |
2014-09-06 | SwNoteURL: remove Count and GetURLNote, used only internally | Matteo Casalin | 2 | -9/+5 |
2014-09-06 | Simplify by early bailout | Matteo Casalin | 1 | -6/+4 |
2014-09-06 | Remove unneeded cast | Matteo Casalin | 1 | -2/+1 |
2014-09-06 | Use for loops and more proper integer types, constify | Matteo Casalin | 1 | -23/+16 |
2014-09-06 | Remove unneeded local scope | Matteo Casalin | 1 | -15/+12 |
2014-09-06 | Use enumeration directly | Matteo Casalin | 2 | -14/+16 |
2014-09-06 | HasKana() can be private | Matteo Casalin | 1 | -4/+3 |
2014-09-06 | sal_uInt16 to more proper types, constify | Matteo Casalin | 2 | -43/+38 |
2014-09-06 | Use more proper types, constify, avoid unneeded conversions | Matteo Casalin | 2 | -12/+12 |
2014-09-06 | Use more proper types, constify, avoid magic numbers | Matteo Casalin | 3 | -14/+13 |
2014-09-06 | sal_uInt16 to more proper types | Matteo Casalin | 1 | -4/+3 |
2014-09-06 | sal_uInt16: use more proper types, avoid unneeded conversions, constify | Matteo Casalin | 3 | -13/+13 |
2014-09-06 | Cleanup some core-case loops left untouched by my previous commit | Matteo Casalin | 3 | -20/+25 |
2014-09-06 | SwSortedObjs: Count() to size() and use size_t consistently | Matteo Casalin | 41 | -191/+167 |
2014-09-06 | sal_uInt16 to sal_Int32 | Matteo Casalin | 2 | -5/+3 |
2014-09-06 | Reorder data members and initialize all of them | Matteo Casalin | 2 | -2/+5 |
2014-09-06 | Avoid temporary OUStrings | Matteo Casalin | 6 | -17/+8 |
2014-09-06 | sal_uInt16 to sal_Int32 | Matteo Casalin | 4 | -17/+17 |
2014-09-06 | Improve readability by early bailout | Matteo Casalin | 1 | -10/+13 |
2014-09-06 | Avoid lookup table: just one single special case | Matteo Casalin | 1 | -53/+12 |
2014-09-06 | Reserve vector capacity in advance and avoid copying it | Matteo Casalin | 1 | -10/+12 |
2014-09-06 | Reserve vector capacity in advance + minor optimizations | Matteo Casalin | 1 | -2/+7 |
2014-09-06 | Avoid copying containers for local helper functions | Matteo Casalin | 1 | -23/+24 |
2014-09-06 | sal_uInt16 to size_t | Matteo Casalin | 1 | -2/+2 |
2014-09-06 | sal_uInt16: use more proper types, avoid downcasts/temporaries | Matteo Casalin | 1 | -26/+20 |
2014-09-06 | Group some more common code and reduce casts | Matteo Casalin | 1 | -35/+13 |
2014-09-06 | Make GetDefaultFontHeight() local | Matteo Casalin | 1 | -0/+5 |
2014-09-06 | Avoid unneeded downcasts, constify | Matteo Casalin | 1 | -6/+6 |
2014-09-06 | sal_uInt16: avoid unnecessary casts, constify | Matteo Casalin | 1 | -11/+7 |
2014-09-06 | Group common code into a local helper function | Matteo Casalin | 1 | -81/+19 |