summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crsrsh.cxx
AgeCommit message (Expand)Author
2015-11-16sw: don't show main cursor when editing a postitMiklos Vajna
2015-10-08editeng, sw, sc: use comphelper::string::join()Miklos Vajna
2015-10-07lok: add Document::getPartPageRectangles()Miklos Vajna
2015-10-06sw: implement per-view LOK_CALLBACK_CURSOR_VISIBLEMiklos Vajna
2015-10-06sw layout dump: show selection ranges from all shellsMiklos Vajna
2015-08-06SwFrm::Calc: use vcl::RenderContextMiklos Vajna
2015-08-06SwViewShellImp::GetFirstVisPage: use vcl::RenderContextMiklos Vajna
2015-08-06tdf#91917 tdf#91602: avoid layout recursion differentlyMichael Stahl
2015-08-06tdf#91602: sw: prevent recursive layout crashMichael Stahl
2015-05-29pass RenderContext into writer paintingTomaž Vajngerl
2015-05-27tdf#91145: Set Cell Background Color in Table Broken in Writer 5.0Bjoern Michaelsen
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-29redundant castCaolán McNamara
2015-04-07Change "blink times" to be of type sal_uInt64Stephan Bergmann
2015-04-07tdf#90362 sw: config option for ignoring protected areasMiklos Vajna
2015-03-25TyposJulien Nabet
2015-03-24Kill dead <touch/touch.h> APITor Lillqvist
2015-03-09sw: move LOK_CALLBACK_CURSOR_VISIBLE event from SwVisCrsr to SwCrsrShellMiklos Vajna
2015-03-09Use SwCrsrShell::SelTblBox()Miklos Vajna
2015-03-09SwEditWin: when tiled rendering, let double click select an empty cellMiklos Vajna
2015-02-09Don't hide cursor for Android anymore - makes cursor events workTomaž Vajngerl
2015-02-09Combine DBG_UTIL and header version of Stt{End}CrsrMoveTomaž Vajngerl
2015-02-04coverity#708922 Use after freeCaolán McNamara
2015-02-03Don't call touch_ui_*() API that are no-ops anywayTor Lillqvist
2015-01-23do not use manual iterationBjoern Michaelsen
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
2014-12-04WaE: unused varBjoern Michaelsen
2014-12-04use C++11 iterationBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04use C++11 iterationBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-04use C++11 iterationBjoern Michaelsen
2014-12-04unnecessary castBjoern Michaelsen
2014-12-02use new typesafer implementationBjoern Michaelsen
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-16sw: avoid 'condition ? sal_True : sal_False' expressionsMatteo Casalin
2014-11-16sal_True/sal_False to true/false in sw comments (also delete obsolete ones)Matteo Casalin
2014-11-10loplugin: cstylecastNoel Grandin
2014-11-04coverity#1213082 Dereference after null checkCaolán McNamara
2014-10-03coverity#1212487 try and silence Copy-paste errorCaolán McNamara
2014-09-30fdo#38884 Fix setting X position with dbgutil enabledJuergen Funk
2014-09-26coverity#1241340 Unused valueCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22Fix fdo#38884 Improve Up/Down movement in writerJuergen Funk
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner