summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw
AgeCommit message (Expand)AuthorFilesLines
2019-12-13loplugin:expandablemethodsNoel Grandin1-8/+1
2019-12-11convert FrameControlType to scoped enumNoel Grandin3-21/+21
2019-12-09SbxArray: drop 16-bit indicesMike Kaganski1-13/+13
2019-12-05tdf#129176: clear "TablePosition" grab bag when unfloating tableMike Kaganski1-1/+23
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+24
2019-11-21tdf#84929 sw UI: stay at footer when showing controlJustin Luth1-1/+8
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-10-31tdf#128431 Box info item is needed by the Border Background dialogJim Raykowski1-0/+14
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-2/+1
2019-10-22loplugin:constantparamNoel Grandin1-4/+2
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann1-1/+1
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-2/+2
2019-10-14tdf#128139: add missing nullptr checkMike Kaganski1-1/+1
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-0/+3
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-18/+18
2019-10-08Fix typoAndrea Gelmini1-1/+1
2019-10-08tdf#128009: Allow spaces in AutoText suggestionsMike Kaganski1-78/+118
2019-10-07lok: comments: fix hidden text cursor and sudden document scrollMarco Cecchetti1-0/+8
2019-10-02loplugin:stringadd in swNoel Grandin1-2/+1
2019-09-30Make resolved comments appear resolved when printedScott Clarke1-0/+12
2019-09-28loplugin:constmethod in swNoel Grandin7-15/+15
2019-09-20convert SwFieldTypesEnum to scoped enumNoel Grandin1-8/+8
2019-09-19remove SwClient/SwModify in sw/source/uibaseBjoern Michaelsen1-1/+0
2019-09-06Revert "lok: Don't send any cursor changes for table in Writer"Tomaž Vajngerl1-3/+0
2019-09-05lok: Don't send any cursor changes for table in WriterTomaž Vajngerl1-0/+3
2019-09-02lok: Don't change mouse pointer when hovering over table bordersTamás Zolnai1-1/+2
2019-08-24loplugin:returnconstval in swNoel Grandin1-1/+1
2019-08-20loplugin:constvars in swNoel Grandin2-4/+4
2019-08-15replace ".get->" with "->"Noel Grandin1-2/+2
2019-08-14Change some handling for resolved commentsScott Clarke2-6/+16
2019-08-12sw: factor out changing of mouse pointer on mouse moveTomaž Vajngerl1-63/+72
2019-08-09tdf#42949 Fix IWYU warnings in sw/source/uibase/*/*hxxGabor Kelemen1-1/+0
2019-08-08tdf#119228 Add 'Resolved Comments' option to the View menu.Scott Clarke2-1/+20
2019-08-07tdf#119228 Add UI elements to resolve and unresolve commentsScott Clarke2-1/+13
2019-08-07tdf#119228 Add UI elements to display the resolved stateScott Clarke2-6/+69
2019-08-06tdf#119228 Add accessors for resolved stateScott Clarke2-1/+78
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen1-0/+1
2019-08-02sw comments on frames: no overlay in the LOK API, either: insert caseMiklos Vajna1-1/+8
2019-08-02Fix typosAndrea Gelmini2-6/+6
2019-07-25tdf#119228 Add storage and serialisation for the Resolved flagScott Clarke1-0/+1
2019-07-25cid#1448432 Division or modulo by zeroCaolán McNamara1-2/+2
2019-07-22cid#1448223 Dereference after null checkCaolán McNamara1-1/+1
2019-07-15sw comments on frames: avoid overlay that covers only an at-char imageMiklos Vajna1-1/+2
2019-07-12MSForms: Introduce a properties dialog for date form fieldTamás Zolnai1-1/+1
2019-07-11Deduplicate URL tooltip creationSamuel Mehrbrodt2-15/+6
2019-07-10AnnotationWin: Restore lines from annotations to comment anchorJim MacArthur1-3/+4
2019-07-09Replace array with initializer list in QuickHelpData::FillStrArrArkadiy Illarionov1-6/+1
2019-07-07Iterate over explicit array of sequences in QuickHelpData::FillStrArrArkadiy Illarionov1-5/+5