Age | Commit message (Expand) | Author |
2015-04-27 | rhbz#1215443 avoid null pointer dereference | David Tardon |
2015-04-27 | More loplugin:simplifybool | Stephan Bergmann |
2015-04-24 | loplugin:simplifybool | Stephan Bergmann |
2015-04-23 | Improved loplugin:literaltoboolconversion looking into cond. exprs. | Stephan Bergmann |
2015-04-23 | ImpEditView::SetEditSelection: fix missing tiled rendering selection callbacks | Miklos Vajna |
2015-04-22 | convert BorderWidth flags to scoped enum | Noel Grandin |
2015-04-22 | convert SFX_STYLESHEET_ constants to scoped enum | Noel Grandin |
2015-04-21 | No more need for PartialWeakComponentImplHelper here | Stephan Bergmann |
2015-04-21 | Related tdf#88056: this guy's better off in presentation namespace | Katarina Behrens |
2015-04-17 | loplugin:implicitboolconversion clean-up | Stephan Bergmann |
2015-04-17 | SvStream: WriteUChar -> WriteBool | Stephan Bergmann |
2015-04-17 | Related tdf#88056: prep UNO stuff for ODF export/import | Katarina Behrens |
2015-04-17 | convert SCRIPTTYPE_ constants to scoped enum | Noel Grandin |
2015-04-15 | convert SFX_ITEM constants to scoped enum | Noel Grandin |
2015-04-15 | remove unnecessary use of void in function declarations | Noel Grandin |
2015-04-14 | fix assert on saving fdo70092-1.odt to .doc | Caolán McNamara |
2015-04-14 | editeng tiled editing: Don't overwrite bInSelection. | Jan Holesovsky |
2015-04-13 | don't assert on export of novell363086-2.docx to doc | Caolán McNamara |
2015-04-13 | loplugin:staticmethods | Noel Grandin |
2015-04-13 | Fix failing SdTiledRenderingTest::testSetTextSelection(). | Miklos Vajna |
2015-04-13 | EditView::SetCursorLogicPosition: first deselect, then get the selection | Miklos Vajna |
2015-04-08 | Related tdf#88056: Add a warning when id service unknown | Julien Nabet |
2015-04-08 | convert DIC_ERR_ constants to scoped enum | Noel Grandin |
2015-04-08 | convert SHADOW_ constants to enum class | Noel Grandin |
2015-04-07 | Kill some whitespace found during debugging. | Jan Holesovsky |
2015-04-02 | Change INetProtocol enumerators to CamelCase | Stephan Bergmann |
2015-04-02 | Change INetProtocol to scoped enumeration | Stephan Bergmann |
2015-04-02 | editeng: if this should never happen, let's assert that | Michael Stahl |
2015-04-02 | tdf#85496: editeng: suppress all duplicate attributes during export | Michael Stahl |
2015-04-01 | convert BOX_LINE and BOXINFO_LINE to enum class | Noel Grandin |
2015-04-01 | Replace remaining getCppuType et al with cppu::UnoType | Stephan Bergmann |
2015-03-30 | sc tiled editing: Setup the Calc's editeng for tiled editing. | Jan Holesovsky |
2015-03-30 | editeng tiled rendering: fix selection overlay in Impress | Miklos Vajna |
2015-03-28 | Clean up C-style casts from pointers to void | Stephan Bergmann |
2015-03-27 | convert GETATTRIBS_ constants to enum class | Noel Grandin |
2015-03-26 | const_cast: convert some C-style casts and remove some redundant ones | Stephan Bergmann |
2015-03-26 | the valid flags in SvxBulletItem are unused | Noel Grandin |
2015-03-26 | bullet justification in SvxBulletItem is unused | Noel Grandin |
2015-03-26 | convert BS_ constants to SvxBulletStyle enum class | Noel Grandin |
2015-03-26 | convert SvxNumRuleType to enum class | Noel Grandin |
2015-03-26 | convert NUM_ constants to enum clas | Noel Grandin |
2015-03-25 | Tweak fix | Stephan Bergmann |
2015-03-25 | convert SPELLCMD_ constants to enum class | Noel Grandin |
2015-03-25 | fix build | David Tardon |
2015-03-25 | convert EE_STAT constants to enum class | Noel Grandin |
2015-03-25 | convert EV_CNTRL constants to enum class | Noel Grandin |
2015-03-25 | convert EE_CNTRL constants to enum class | Noel Grandin |
2015-03-25 | convert MouseTarget to enum class | Noel Grandin |
2015-03-25 | convert VALID_ constants to enum class | Noel Grandin |
2015-03-23 | sd: when tiled rendering, disable map mode early | Miklos Vajna |