summaryrefslogtreecommitdiff
path: root/sw/source/uibase/docvw/SidebarTxtControl.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-11Deduplicate URL tooltip creationSamuel Mehrbrodt1-7/+4
2019-04-08tdf#42949 Fix IWYU warnings in include/sfx2/[t-z]*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+2
2018-04-29tdf#117311 Ctrl/Shift+Insert do not work in Writer commentsMaxim Monastirsky1-5/+2
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-03-09sw: fix some IWYU warningsMiklos Vajna1-0/+1
2018-02-22weld native message dialogsCaolán McNamara1-3/+4
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-1/+1
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-07-21migrate to boost::gettextCaolán McNamara1-7/+7
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-04-11loplugin:mergeclasses merge SwAnnotationWin and SwSidebarWinNoel Grandin1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-02-13convert IsAttrAtPos to scoped o3tl::typed_flagsNoel Grandin1-1/+1
2017-02-10convert SvtSecurityOptions::EOption to scoped enumNoel Grandin1-2/+2
2016-11-25replace URLLOAD constants with o3tl::typed_flagsNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-29LOK: conditionally include part number in invalidation payloadMiklos Vajna1-1/+2
2016-09-05convert GradientStyle to scoped enumNoel Grandin1-2/+2
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara1-1/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna1-4/+1
2016-06-13sw comments: implement per-view LOK_CALLBACK_INVALIDATE_TILESMiklos Vajna1-1/+4
2016-05-28LOK: ensure KeyInput is handled with the correct MapModeAshod Nakashian1-0/+5
2016-04-04Restore some erroneously removed codeMaxim Monastirsky1-1/+11
2016-01-20tdf#93837 sw: Convert comment context menu to xmlMaxim Monastirsky1-34/+1
2015-11-19sw lok comments: optimize sidebar text control invalidationMiklos Vajna1-15/+19
2015-11-14sw lok comments: emit invalidation events in SidebarTextControlMiklos Vajna1-0/+26
2015-11-10sw: allow doc model xml dump creation while editing comment textMiklos Vajna1-0/+11
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06sw lok annotations: paint all child windowMiklos Vajna1-16/+3
2015-11-05sw tiled rendering: initial annotation supportMiklos Vajna1-3/+16
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-22convert Link<> to typedNoel Grandin1-4/+3
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-4/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-2/+2
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-32/+32
2015-05-14refactor sw Sidebar classes to use RenderContextTomaž Vajngerl1-24/+18
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-0/+6
2015-03-25convert SPELLCMD_ constants to enum classNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-3/+3
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin1-1/+1
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-05Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2