summaryrefslogtreecommitdiff
path: root/sw/source/uibase/shells
AgeCommit message (Expand)AuthorFilesLines
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna1-2/+3
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-1/+20
2021-11-05sw: remove useless debug code in SwLangHelperMiklos Vajna1-5/+0
2021-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt2-2/+2
2021-11-02sw: prefix members of SwAnnotationShell, SwBaseShell, SwContent and ...Miklos Vajna4-128/+128
2021-11-01Related: tdf#145363 provide an explicit parent for page formatCaolán McNamara1-1/+1
2021-10-31Prepare for removal of non-const operator[] from Sequence in swMike Kaganski2-10/+9
2021-10-22sw: remove useless debug code in SwTextShellMiklos Vajna1-5/+0
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-1/+1
2021-10-19tdf#113512 Writer: 1.15 line spacing UNO commandJim Raykowski3-0/+24
2021-10-15tdf#144843 call to GetBoxBackground requires incarnated itemArmin Le Grand (Allotropia)1-1/+2
2021-10-10use SfxItemSetFixed in swNoel Grandin15-192/+142
2021-10-09Rename bookmrk* -> bookmark*Julien Nabet1-1/+1
2021-10-04Pass shell's layout to getLayoutFrame hereJim Raykowski1-1/+1
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-1/+1
2021-09-24make it possible to build required database stuff for fuzzingCaolán McNamara1-1/+2
2021-09-20tdf#143813 Outline folding: Make copy cut paste workJim Raykowski1-2/+12
2021-09-16tdf#143574 tdf#144271 sw: textboxes in group shapes - part 2Attila Bakos (NISZ)1-2/+2
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski1-1/+1
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-02rename UpdateMode -> UpdateLayout in editeng classNoel Grandin2-4/+4
2021-09-01tdf#143574 sw: textboxes in group shapes - part 1Attila Bakos (NISZ)1-2/+2
2021-08-26Fix crash when drawing shapeSamuel Mehrbrodt1-0/+3
2021-08-23rhbz#1996735 SwEditShell::GetCorrection can return nullCaolán McNamara1-1/+3
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt1-4/+28
2021-08-18loplugin:constparamsNoel Grandin1-1/+1
2021-08-17tdf#143778 these async callbacks expect to have SdrModel::IsChanged of falseCaolán McNamara2-3/+8
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin3-0/+3
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-4/+4
2021-08-11tdf#143577 check node is a text node before use as suchJim Raykowski1-23/+26
2021-08-11convert some LogicToLogic calls to use o3tl::convert insteadTomaž Vajngerl1-2/+1
2021-08-10sw: remove all uses of MM50 with (added) o3tl::toTwipTomaž Vajngerl1-3/+5
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-1/+1
2021-07-28use officecfg for SvtCJKOptionsNoel Grandin3-9/+6
2021-07-27tdf#123626 Add "Open hyperlink" context menu to hyperlinked shapesSamuel Mehrbrodt1-2/+12
2021-07-27drop SvtLanguageOptions classNoel Grandin2-3/+3
2021-07-26use officecfg for SvxHtmlOptionsNoel Grandin1-4/+2
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt1-0/+74
2021-07-22Fix typosAndrea Gelmini1-3/+3
2021-07-22sw bibliography, local copy: add context menuMiklos Vajna1-0/+41
2021-07-22Dereferencing uninitialized pointerMike Kaganski1-2/+2
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski15-93/+93
2021-07-19sw: xDictionary may be an empty reference in SID_SPELLCHECK_IGNORE_ALLMiklos Vajna1-1/+1
2021-07-17use WhichRangesContainer in swNoel Grandin1-6/+4
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin2-2/+2
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin1-1/+1
2021-07-05tdf#132776 sw UI: make unique names for custom hatch and gradientJustin Luth1-2/+21
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-3/+3
2021-06-30reduce cost of allocating and copying SvxNumRuleNoel Grandin1-1/+1