summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-04-17loplugin:implicitboolconversion clean-upStephan Bergmann3-3/+3
2015-04-17SvStream: WriteUChar -> WriteBoolStephan Bergmann4-17/+17
2015-04-17Related tdf#88056: prep UNO stuff for ODF export/importKatarina Behrens1-0/+9
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin13-115/+91
2015-04-15convert SFX_ITEM constants to scoped enumNoel Grandin1-55/+55
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin10-64/+64
2015-04-14fix assert on saving fdo70092-1.odt to .docCaolán McNamara1-0/+1
2015-04-14editeng tiled editing: Don't overwrite bInSelection.Jan Holesovsky1-1/+9
2015-04-13don't assert on export of novell363086-2.docx to docCaolán McNamara1-0/+3
2015-04-13loplugin:staticmethodsNoel Grandin18-29/+29
2015-04-13Fix failing SdTiledRenderingTest::testSetTextSelection().Miklos Vajna1-1/+4
2015-04-13EditView::SetCursorLogicPosition: first deselect, then get the selectionMiklos Vajna1-1/+1
2015-04-08Related tdf#88056: Add a warning when id service unknownJulien Nabet1-0/+4
2015-04-08convert DIC_ERR_ constants to scoped enumNoel Grandin1-4/+4
2015-04-08convert SHADOW_ constants to enum classNoel Grandin1-5/+5
2015-04-07Kill some whitespace found during debugging.Jan Holesovsky3-4/+0
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-5/+5
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-5/+5
2015-04-02editeng: if this should never happen, let's assert thatMichael Stahl1-0/+6
2015-04-02tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl1-2/+9
2015-04-01convert BOX_LINE and BOXINFO_LINE to enum classNoel Grandin2-62/+61
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann8-17/+17
2015-03-30sc tiled editing: Setup the Calc's editeng for tiled editing.Jan Holesovsky1-1/+0
2015-03-30editeng tiled rendering: fix selection overlay in ImpressMiklos Vajna1-1/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-59/+59
2015-03-27convert GETATTRIBS_ constants to enum classNoel Grandin6-19/+19
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann12-27/+27
2015-03-26the valid flags in SvxBulletItem are unusedNoel Grandin1-29/+12
2015-03-26bullet justification in SvxBulletItem is unusedNoel Grandin1-6/+3
2015-03-26convert BS_ constants to SvxBulletStyle enum classNoel Grandin1-11/+13
2015-03-26convert SvxNumRuleType to enum classNoel Grandin1-2/+2
2015-03-26convert NUM_ constants to enum clasNoel Grandin3-9/+9
2015-03-25Tweak fixStephan Bergmann1-1/+1
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-4/+4
2015-03-25fix buildDavid Tardon1-1/+1
2015-03-25convert EE_STAT constants to enum classNoel Grandin5-12/+12
2015-03-25convert EV_CNTRL constants to enum classNoel Grandin4-22/+22
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin10-63/+63
2015-03-25convert MouseTarget to enum classNoel Grandin1-9/+9
2015-03-25convert VALID_ constants to enum classNoel Grandin1-7/+5
2015-03-23sd: when tiled rendering, disable map mode earlyMiklos Vajna1-1/+1
2015-03-23ImpEditView::ShowCursor: don't assume map mode is twipsMiklos Vajna1-0/+7
2015-03-23editeng tiled rendering: implement drag of start/end selection handleMiklos Vajna1-2/+22
2015-03-23editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna1-0/+5
2015-03-23editeng tiled rendering: allow resetting selection with a single clickMiklos Vajna1-19/+24
2015-03-23ImpEditView::DrawSelection: emit TEXT_SELECTION_START/END callbacksMiklos Vajna1-1/+12
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-22/+20
2015-03-19tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson1-49/+59
2015-03-19loplugin:constantfunction: editengNoel Grandin10-96/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin4-15/+15