summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-1/+1
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin3-4/+4
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks2-13/+7
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin4-5/+7
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-2/+2
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
2015-03-16ImpEditView::DrawSelection: emit TEXT_SELECTION LOK callbackMiklos Vajna1-0/+26
2015-03-16LOK: extract the callback typedef to a separate LibreOfficeKitTypes.h headerMiklos Vajna1-1/+1
2015-03-16editeng tiled rendering: emit callbacks necessary to have a blinking cursorMiklos Vajna2-0/+15
2015-03-16Add ImpEditView::libreOfficeKitCallback()Miklos Vajna4-0/+32
2015-03-15editeng: nAnz -> nCountMiklos Vajna1-6/+6
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-4/+2