Age | Commit message (Expand) | Author |
2014-09-06 | No need to differentiate between 1 and 2: only !=0 matters | Matteo Casalin |
2014-09-06 | Reduce scope and avoid casts at each call-place | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types | Matteo Casalin |
2014-09-06 | Simplify by early bailout | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, group a test into a bool | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, constify | Matteo Casalin |
2014-09-06 | Use arithmetic instead of while loop | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, constify, avoid unneeded casts | Matteo Casalin |
2014-09-06 | SwNoteURL: remove Count and GetURLNote, used only internally | Matteo Casalin |
2014-09-06 | Simplify by early bailout | Matteo Casalin |
2014-09-06 | Remove unneeded cast | Matteo Casalin |
2014-09-06 | Use for loops and more proper integer types, constify | Matteo Casalin |
2014-09-06 | Remove unneeded local scope | Matteo Casalin |
2014-09-06 | Use enumeration directly | Matteo Casalin |
2014-09-06 | HasKana() can be private | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types, constify | Matteo Casalin |
2014-09-06 | Use more proper types, constify, avoid unneeded conversions | Matteo Casalin |
2014-09-06 | Use more proper types, constify, avoid magic numbers | Matteo Casalin |
2014-09-06 | sal_uInt16 to more proper types | Matteo Casalin |
2014-09-06 | sal_uInt16: use more proper types, avoid unneeded conversions, constify | Matteo Casalin |
2014-09-06 | Cleanup some core-case loops left untouched by my previous commit | Matteo Casalin |
2014-09-06 | SwSortedObjs: Count() to size() and use size_t consistently | Matteo Casalin |
2014-09-06 | sal_uInt16 to sal_Int32 | Matteo Casalin |
2014-09-06 | Reorder data members and initialize all of them | Matteo Casalin |
2014-09-06 | Avoid temporary OUStrings | Matteo Casalin |
2014-09-06 | sal_uInt16 to sal_Int32 | Matteo Casalin |
2014-09-06 | Improve readability by early bailout | Matteo Casalin |
2014-09-06 | Avoid lookup table: just one single special case | Matteo Casalin |
2014-09-06 | Reserve vector capacity in advance and avoid copying it | Matteo Casalin |
2014-09-06 | Reserve vector capacity in advance + minor optimizations | Matteo Casalin |
2014-09-06 | Avoid copying containers for local helper functions | Matteo Casalin |
2014-09-06 | sal_uInt16 to size_t | Matteo Casalin |
2014-09-06 | sal_uInt16: use more proper types, avoid downcasts/temporaries | Matteo Casalin |
2014-09-06 | Group some more common code and reduce casts | Matteo Casalin |
2014-09-06 | Make GetDefaultFontHeight() local | Matteo Casalin |
2014-09-06 | Avoid unneeded downcasts, constify | Matteo Casalin |
2014-09-06 | sal_uInt16: avoid unnecessary casts, constify | Matteo Casalin |
2014-09-06 | Group common code into a local helper function | Matteo Casalin |
2014-09-06 | sal_uInt16: constify, simplify, avoid temporaries | Matteo Casalin |
2014-09-06 | sal_uInt16 to size_t, constify, avoid temporaries | Matteo Casalin |
2014-09-06 | sal_uInt16: constify, avoid temporaries, reduce scope | Matteo Casalin |
2014-09-06 | Use size_t consistently, constify, reduce scope | Matteo Casalin |
2014-09-05 | Fix moving out-of-bounds draw / fly objects | Jan-Marek Glogowski |
2014-09-05 | Some minor MM related refactoring | Jan-Marek Glogowski |
2014-09-05 | MM: fix workaround for single paragraph docs | Jan-Marek Glogowski |
2014-09-05 | coverity#1233486 Unchecked dynamic_cast | Caolán McNamara |
2014-09-05 | coverity#1233485 Dereference after null check | Caolán McNamara |
2014-09-05 | std::set::find() is faster than plain std::find() | Miklos Vajna |
2014-09-05 | abi#10039 RTF export: support page-anchored frames | Miklos Vajna |
2014-09-05 | convert RID_SCROLL_NAVIGATION_WIN floating window to .ui | Caolán McNamara |