summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2015-03-23OutputDevice::LogicInvalidate: take a RectangleMiklos Vajna1-3/+3
2015-03-23sw tiled rendering: let single click start shape text editingMiklos Vajna1-0/+17
2015-03-23editeng tiled rendering: implement drag of the middle selection handleMiklos Vajna1-0/+12
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-1/+0
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin2-5/+5
2015-03-18convert SidebarPosition to enum classNoel Grandin3-21/+21
2015-03-18convert ViewState to enum classNoel Grandin2-10/+10
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-4/+4
2015-03-16LOK: add lok::Document::setGraphicSelection() API and implement it for WriterMiklos Vajna1-0/+18
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-1/+1
2015-03-11convert MarkType to enum classNoel Grandin1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-1/+1
2015-03-09sw: when tiled rendering, disable map mode of SwEditWin earlyMiklos Vajna1-6/+0
2015-03-09Use SwCrsrShell::SelTblBox()Miklos Vajna1-1/+1
2015-03-09SwEditWin: disable map mode in LogicMouseButtonUp/DownMiklos Vajna1-13/+27
2015-03-09SwEditWin: when tiled rendering, let double click select an empty cellMiklos Vajna1-1/+7
2015-03-08sw: prefix global variables in edtwinMiklos Vajna2-108/+108
2015-03-06Idle: Changed to new enum nameTobias Madl2-2/+2
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2-2/+2
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl2-2/+2
2015-03-04V801: Decreased performanceCaolán McNamara5-12/+12
2015-03-02V813: Decreased performanceCaolán McNamara1-4/+4
2015-03-02SwEditWin::SetCursorLogicPosition: use SwCrsrShell::getShellCrsrMiklos Vajna1-2/+2
2015-03-02convert SW_CHAIN_ constants to enum classNoel Grandin1-4/+4
2015-02-25convert EXCHG_DEST_ constants to enum classNoel Grandin2-23/+24
2015-02-23Extract LibreOfficeKitEnums.h from LibreOfficeKit.hMiklos Vajna1-0/+1
2015-02-23Add Rectangle::toString()Miklos Vajna1-6/+1
2015-02-21Typo: curor/cusor(s)->cursor(s)Julien Nabet1-3/+3
2015-02-16LOK: add LOK_SETTEXTSELECTION_RESETMiklos Vajna1-1/+3
2015-02-16LOK: add lok::Document::setTextSelection()Miklos Vajna1-0/+14
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-17/+0
2015-01-26coverity#1266442 Dereference after null checkCaolán McNamara1-0/+1
2015-01-26Initial SwEditWin::LogicMouseButtonDown/UpMiklos Vajna1-10/+20
2015-01-26Add SwXTextDocument::postMouseEvent()Miklos Vajna1-3/+3
2015-01-26LOK: move postMouseEvent to DocumentMiklos Vajna1-0/+12
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-2/+2
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin2-3/+3
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin2-7/+10
2015-01-09fdo#84938: convert FRMTYPE_ #defines to 'enum class'Noel Grandin2-6/+6
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-2/+2
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna1-1/+1
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna1-0/+15
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-09changed timers to idleJennifer Liebel1-4/+4
2014-12-09changed timers to idlesTobias Madl1-4/+4
2014-12-04fix indentBjoern Michaelsen1-1/+1