summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uiview/view.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-05-17split OutputDevice from WindowNoel Grandin1-1/+1
2021-05-14Outline folding experimental feature rehackJim Raykowski1-0/+3
2021-05-11Revert "tdf#141015: Show Mail Merge toolbar when DBData has data source"Mike Kaganski1-3/+1
2021-04-08These checks are not neededMike Kaganski1-3/+2
2021-04-02tdf#139906 Show warning message when data source is not avaible.Gülşah Köse1-1/+64
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-03-14tdf#141015: Show Mail Merge toolbar when DBData has data sourceMike Kaganski1-1/+3
2021-03-09fontwork: insert in the center of LOK viewSzymon Kłos1-0/+9
2021-02-02verbs can be sal_Int32 instead of tools::LongCaolán McNamara1-1/+1
2021-02-02tdf#138870 sw: fix Track Changes toolbar reappearingLászló Németh1-0/+1
2021-01-10static_cast after dynamic_castNoel Grandin1-2/+2
2020-11-19sw replacement image creation: fix this when an ODT's settings.xml is invalidMiklos Vajna1-2/+0
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-1/+1
2020-11-06disentangle writer's SID_FM_CONTROL_IDENTIFIER handlingCaolán McNamara1-0/+1
2020-10-20use tools::Long in swNoel1-8/+8
2020-08-28Fix ooo38104-1.sxw crash after c123bfff501229f398a1b679fc7434b82d53685cTor Lillqvist1-1/+6
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-1/+1
2020-08-23Bin overly eager early return that stops replacement image creationTor Lillqvist1-3/+0
2020-08-13use unique_ptr in SwViewNoel Grandin1-2/+2
2020-08-11loplugin:flattenNoel Grandin1-193/+193
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen1-0/+1
2020-06-16sw: remove useless SET_CURR_SHELL macroMiklos Vajna1-3/+3
2020-04-16fixes for code creating reversed RectanglesNoel Grandin1-1/+1
2020-01-16tdf#42949 Fix IWYU warnings in sw/source/uibase/[u-w]*/*cxxGabor Kelemen1-21/+0
2019-12-17tdf#64902 Writer table: Paste Special->Rows AboveLászló Németh1-2/+2
2019-12-14tdf#37156 Writer menu: Paste as Nested tableLászló Németh1-1/+15
2019-12-11convert FrameControlType to scoped enumNoel Grandin1-4/+4
2019-11-12tdf#121239 give writer, calc and draw/impress the same underline optionsCaolán McNamara1-1/+2
2019-11-02New loplugin:conditionalstringStephan Bergmann1-1/+1
2019-10-11SwCursorShell argument of AttrChangedNotify is unusedCaolán McNamara1-5/+5
2019-08-19Fix typoAndrea Gelmini1-1/+1
2019-08-12sw: properly initialize the instance variablesTomaž Vajngerl1-6/+18
2019-07-03Simplify Sequence iterations in sw/source/uibase/Arkadiy Illarionov1-30/+28
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen1-0/+2
2019-05-13sw: prefix members of SwViewMiklos Vajna1-6/+6
2019-05-11handle empty tools::Rectangle in swNoel Grandin1-4/+8
2019-03-19tdf#124162: Crash when trying to accept changesHenry Castro1-2/+2
2019-03-09MSForms: Add a drop-down button for drop-down form fieldTamás Zolnai1-0/+3
2019-02-18Resolves tdf#121596 - Include a key combination to insert thin spacesheiko tietze1-3/+4
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-05tdf#42949 Fix IWYU warnings in include/svtools/*Gabor Kelemen1-0/+1
2019-02-04Use indexed getToken()Matteo Casalin1-2/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-1/+1
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-2/+2
2018-11-10Use indexOf instead of getTokenCount for simple checkMatteo Casalin1-1/+1
2018-11-09loplugin:singlevalfields in swNoel Grandin1-2/+0
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-4/+0
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-25loplugin:useuniqueptr in SwViewNoel Grandin1-9/+8
2018-06-01forcepoint#44 raii for connection and disconnection of SwView and SwDocShellCaolán McNamara1-10/+21