summaryrefslogtreecommitdiff
path: root/sw/inc/crsrsh.hxx
AgeCommit message (Expand)Author
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens
2015-05-05loplugin:staticmethodsNoel Grandin
2015-04-30Gradually typed LinkStephan Bergmann
2015-03-11convert MarkType to enum classNoel Grandin
2015-03-11sw: s/eEnde/eEnd/Michael Stahl
2015-03-09Use SwCrsrShell::SelTblBox()Miklos Vajna
2015-03-09SwEditWin: when tiled rendering, let double click select an empty cellMiklos Vajna
2015-02-09Combine DBG_UTIL and header version of Stt{End}CrsrMoveTomaž Vajngerl
2014-12-05move use of IsMultiSelection()Bjoern Michaelsen
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin
2014-11-10loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22Fix fdo#38884 Improve Up/Down movement in writerJuergen Funk
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-13loplugin:literaltoboolconversionMatúš Kukan
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-16sal_Bool to bool and minor optimizationsMatteo Casalin
2014-02-22Group common code of SwCrsrShell::Goto(Prev|Next)NumMatteo Casalin
2014-02-03Remove SW_DLLPRIVATE -> SAL_DLLPRIVATE indirectionStephan Bergmann
2014-01-22bool improvementsStephan Bergmann
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co
2013-12-02Uninitialized valueStephan Bergmann
2013-12-02Integrate branch of IAccessible2Steve Yin
2013-11-27Drop duplicate #includeTakeshi Abe
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-20drop unnecessary tools/string includesCaolán McNamara
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin
2013-10-15convert sw/inc/crsrsh.hxx from String to OUStringNoel Grandin
2013-09-30fdo#69862 SwCrsrShell::ExtendedSelectAll: don't always select footnotesMiklos Vajna
2013-09-16fdo#37606 SwWrtShell::SelAll(): initial support for doc starting with tableMiklos Vajna
2013-08-25String to OUStringMatteo Casalin
2013-07-30String to OUStringMatteo Casalin
2013-06-25Resolves: fdo#65743 MovePara gets stuck on hidden para fieldsCaolán McNamara
2013-05-17fdo#60967: re-enable deletion of paragraph following tableMichael Stahl
2013-05-13Support IMR_QUERYCHARPOSITION in Writer and Calc.Yohei Yukawa
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-06SwCrsrShell: rename member variables missing their prefixMiklos Vajna
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King
2013-02-23sw: rename member variables missing their prefix in ViewShellMiklos Vajna
2013-02-14fdo#60738 SwPostItMgr: let the cursor know if we're in annotation modeMiklos Vajna
2013-02-05sal_Bool to boolTakeshi Abe