Age | Commit message (Expand) | Author |
2014-10-02 | coverity#1242896 Unused value | Caolán McNamara |
2014-10-01 | coverity#1242436 Identical code for different branches | Caolán McNamara |
2014-10-01 | loplugin: cstylecast | Noel Grandin |
2014-10-01 | fdo#82577: Handle Time | Noel Grandin |
2014-09-30 | actually the LineStyle property is *write-only* | Michael Stahl |
2014-09-30 | clean up some weird type-casting in SvxRTFParser | Noel Grandin |
2014-09-30 | fdo#82577: Handle PolyPolygon | Noel Grandin |
2014-09-30 | fdo#82577: Handle Region | Noel Grandin |
2014-09-29 | MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>> | Stephan Bergmann |
2014-09-29 | svtools: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-26 | remove unnecessary casts in misc calls to SvStream.Write* | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt32 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUInt16 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteInt16 | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteSChar | Noel Grandin |
2014-09-26 | remove unnecessary casts in calls to SvStream.WriteUChar | Noel Grandin |
2014-09-26 | remove pointless comments | Noel Grandin |
2014-09-26 | remove unnecessary casts's | Noel Grandin |
2014-09-26 | remove unnecessary static_cast's | Noel Grandin |
2014-09-26 | SvStream - rename WriteNumber methods | Noel Grandin |
2014-09-25 | editeng: std::auto_ptr -> std::unique_ptr | Stephan Bergmann |
2014-09-24 | fdo#47302: Added insert->fields->page title button | Jennifer Liebel |
2014-09-24 | Replace some std::auto_ptr function parameters with std::unique_ptr | Stephan Bergmann |
2014-09-23 | fdo#82577: Handle Window | Noel Grandin |
2014-09-18 | fdo#82577: Handle Font | Noel Grandin |
2014-09-12 | editeng: sal_Bool -> bool | Stephan Bergmann |
2014-09-12 | Turn SfxItemState into a C++11 scoped enumeration | Stephan Bergmann |
2014-09-12 | coverity#703951 unchecked return value | Norbert Thiebaud |
2014-09-10 | Typo: (N|n)ormaly->(N|n)ormally | Julien Nabet |
2014-09-10 | Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SET | Stephan Bergmann |
2014-09-10 | Replace uses of old SFX_ITEM_OFF alias with SFX_ITEM_DEFAULT | Stephan Bergmann |
2014-09-09 | editeng: avoid autocorrect crash | Michael Stahl |
2014-09-06 | SfxHint: convert home-grown RTTI to normal C++ RTTI | Noel Grandin |
2014-09-03 | Remove (misleading) EditEngine::QuickRemoveCharAttribs | Matúš Kukan |
2014-09-01 | fdo#83178 fix Chinese Conversion crash | Matthew J. Francis |
2014-08-31 | fdo#33899 autocorrect: don't replace date parts with fractions | László Németh |
2014-08-29 | editeng: deploy an assert for the default items | Michael Stahl |
2014-08-29 | fdo#62923 Autocorrect opt. 'Replace dashes' uses en-dash between numbers | László Németh |
2014-08-26 | Remove unimplemented function declarations | Matúš Kukan |
2014-08-25 | QueryBox RID_SVXQB_* -> MessageDialog + string | Caolán McNamara |
2014-08-25 | Avoid possible memory leaks in case of exceptions | Takeshi Abe |
2014-08-23 | fdo#82577: Handle KeyCode | Tor Lillqvist |
2014-08-23 | fdo#82577, fdo#82579: Handle Cursor | Tor Lillqvist |
2014-08-22 | Remove some useless tools/debug.hxx includes | Marcos Paulo de Souza |
2014-08-22 | Simplify autocorrect loading - removing redundant parameter. | Michael Meeks |
2014-08-20 | vcl: use enum for complex text layout constants | Noel Grandin |
2014-08-18 | drop unnecessary shl.hxx includes | Caolán McNamara |
2014-08-17 | coverity#1132709 Uncaught exception | Caolán McNamara |
2014-08-15 | editeng: initialize mnRefCount in all ctors, fix sw.check crashes... | Michael Stahl |
2014-08-14 | Build fix when DEBUG_EDIT_ENGINE is on. | Kohei Yoshida |