summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/crsrsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-05-20sw: convert some usage of Point::X/Y to Point::set/getX/Y, take twoJulien Nabet1-21/+21
2013-05-17fdo#60967: re-enable deletion of paragraph following tableMichael Stahl1-0/+17
2013-05-15Resolves: fdo#64584 revert convert Point::X/Y to Point::set/getX/YCaolán McNamara1-21/+21
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa1-0/+5
2013-05-08sw: convert some usage of Point::X/Y to Point::set/getX/YMiklos Vajna1-21/+21
2013-04-13Nah, SwCrsrShell::{Show,Hide}Crsr() are the wrong places to show/hide keyboardTor Lillqvist1-12/+0
2013-04-13fdo#45941 repeaded -> repeatedMiklos Vajna1-1/+1
2013-04-13fdo#45941 cursos -> cursorMiklos Vajna1-1/+1
2013-04-12fix build, "touch" headers only on !HAVE_FEATURE_DESKTOP platformsCaolán McNamara1-0/+2
2013-04-12Start implementing on-demand keyboard display for non-DESKTOPTor Lillqvist1-0/+10
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-04-06SwCrsrShell: rename member variables missing their prefixMiklos Vajna1-519/+520
2013-03-28coverity#704345 Logically dead codeJulien Nabet1-1/+2
2013-03-27SwCrsrShell: remove pointless resetting of Mark positions...Michael Stahl1-42/+6
2013-03-27fdo#60513: SwCrsrShell::Push(): take position from table cursorMichael Stahl1-4/+8
2013-02-23sw: rename member variables missing their prefix in ViewShellMiklos Vajna1-17/+17
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-6/+6
2013-02-14fdo#60738 SwPostItMgr: let the cursor know if we're in annotation modeMiklos Vajna1-2/+2
2013-02-11Comment translation german - englishMatthias Freund1-2/+2
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara1-9/+0
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-23Header/Footer: fixed click on frames over the header/footer area.Cédric Bosdonnat1-34/+0
2012-11-03sal_Bool to boolTakeshi Abe1-2/+2
2012-11-01sal_Bool to boolTakeshi Abe1-1/+1
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-10/+10
2012-10-07sal_Bool to boolTakeshi Abe1-3/+3
2012-10-04sal_Bool to boolTakeshi Abe1-15/+15
2012-09-27sal_Bool to boolTakeshi Abe1-22/+22
2012-09-21fdo#48692: fix problems with large number of table cells:Michael Stahl1-4/+5
2012-09-19SwCrsrShell::Combine: this can be assertMichael Stahl1-7/+6
2012-09-19rhbz#689053: fix crash following delete at last table cell:Michael Stahl1-7/+8
2012-08-27Headers/Footers: don't create temporary parts of document (perf problems)Cédric Bosdonnat1-0/+11
2012-08-03Translate German comments in sw/source/core/crsr/Bertrand Lorentz1-1/+1
2012-07-26Convert SV_DECL_VARARR(SwRects) to std::vectorNoel Grandin1-6/+6
2012-07-180xFFF9 is a better choice for CH_TXTATR_INWORD than 0x0002.Caolán McNamara1-3/+3
2012-07-09renamed German variables (in sw/source/core/crsr/)Philipp Riemer1-20/+27
2012-07-09adjusted existing comments (in sw/source/core/crsr/)Philipp Riemer1-64/+44
2012-07-09fdo#39468: translate German comments (=> sw/source/core/crsr)Philipp Riemer1-278/+245
2012-07-09removed dead code (in sw/source/core/crsr/)Philipp Riemer1-2/+2
2012-06-30Some cppcheck cleaningJulien Nabet1-1/+1
2012-06-22Remove empty or non-called methodsThomas Arnhold1-5/+0
2012-05-31targetted misc. minor cppcheck cleanups reversionMichael Meeks1-1/+1
2012-05-04sw/.../crsrsh.cxx: Translate some German commentsSebastian Spaeth1-56/+70
2012-04-30WaE: unsafe mix of sal_Bool and boolCaolán McNamara1-1/+1
2012-04-24DBG_UTIL vs OSL_DEBUG_LEVEL confusionStephan Bergmann1-6/+1
2012-01-17sw: translate some commentsMichael Stahl1-42/+40
2012-01-05Header/Footer: fix some bad indicators updates due to wrong call orderCédric Bosdonnat1-4/+4
2012-01-04Header/Footer: switch cursor between header and footer using the cursorCédric Bosdonnat1-0/+15
2011-12-29Header/Footer: When editing, show only the appropriate conrol.Jan Holesovsky1-1/+1
2011-12-29Header/Footer: Show / hide the control immediately.Jan Holesovsky1-4/+2