summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Silence warning C4100: unreferenced formal parameterStephan Bergmann1-1/+1
2020-12-15get parent for welded menu and location to pop it upCaolán McNamara2-0/+9
2020-12-15add a way to correctly position a weld::Menu given a vcl::WindowCaolán McNamara2-0/+26
2020-12-15popup_at_rect needs to work like ShowNativePopupMenu for toplevel frameCaolán McNamara1-4/+21
2020-12-15tdf#138893 improve messages in Template ManagerSeth Chaiklin1-6/+6
2020-12-15Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+1
2020-12-15tdf#118711 writerfilter: don't hardcode default page descriptionJustin Luth2-3/+11
2020-12-15loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2020-12-15graphic: Rework swapping algorithm to take GfxLink into accountTomaž Vajngerl5-450/+918
2020-12-15tdf#138600 sw: fix too small print area for btlr text in nested tableMiklos Vajna3-2/+29
2020-12-15Related tdf#138888: fix assertion on avmedia/MediaControlBaseJulien Nabet1-1/+1
2020-12-15tdf#118435 add 'Text' before 'Documents' in Template Manager filterSeth Chaiklin1-1/+1
2020-12-15tdf#122045: sw: Add UItestXisco Fauli1-0/+43
2020-12-14Silence warning C4189: local variable is initialized but not referencedStephan Bergmann1-0/+2
2020-12-14Reuse pInstStephan Bergmann1-1/+1
2020-12-14onedrive integration: updating metadata needs to be http PATCHChristian Lohmaier1-1/+10
2020-12-14ofz#28630 Fuzzing build failureCaolán McNamara1-1/+2
2020-12-14add missing 'use_underline'Caolán McNamara1-3/+4
2020-12-14warning C4189: 'pInst': local variable is initialized but not referencedStephan Bergmann1-2/+0
2020-12-14Fix typo in codeAndrea Gelmini4-7/+7
2020-12-14remove Seek(nCurr) in SvStream::remainingSize()Noel1-1/+0
2020-12-14Add -wd4505 also back to gb_CXXFLAGSStephan Bergmann1-0/+1
2020-12-14tdf#122045 using 'Apply' doesn't keep document modified on later 'Cancel'Caolán McNamara1-3/+12
2020-12-14tdf#124176 Use #pragma once in connectivityDuP-4915-21/+5
2020-12-14use more direct parsing on FastAttributeListNoel5-41/+32
2020-12-14macOS __arm64__ math.h does not define legacy finiteStephan Bergmann1-1/+1
2020-12-14-wd4505 is still neededStephan Bergmann1-0/+3
2020-12-14Bin a few unused forward declarationsTor Lillqvist2-6/+0
2020-12-14Handle explicit --disable-macosx-package-signingStephan Bergmann1-4/+4
2020-12-14add a way to undo ImplConvertToAbsPosCaolán McNamara4-2/+48
2020-12-14tdf#138715 remove mork strings and install targetsJan-Marek Glogowski5-24/+1
2020-12-14Fix and clean up SalAbort implementations on macOS and WindowsStephan Bergmann3-32/+23
2020-12-14Revert unneeded isEmpty check in Edit::GetTextJan-Marek Glogowski1-6/+1
2020-12-14loplugin:unusedenumconstantsNoel9-4244/+1362
2020-12-14loplugin:singlevalfieldsNoel7-236/+172
2020-12-14loplugin:unusedfieldsNoel4-34/+15
2020-12-14tdf#138851: sc: Add UItestXisco Fauli1-0/+11
2020-12-14tdf#129961 cui: start UI for table shadow as direct formatMiklos Vajna4-0/+69
2020-12-14remove unnecessary const qualifier from toStringNoel2-2/+2
2020-12-14tdf#115643 make onedrive work again by switching to graph APIChristian Lohmaier6-8/+456
2020-12-14The workaround for MSVC C4702 is still neededStephan Bergmann1-0/+4
2020-12-14Add empty OUStringBuffer::toString testStephan Bergmann1-0/+8
2020-12-14Silence MSVC warning C4189 "local variable is initialized but not referenced"Stephan Bergmann1-0/+1
2020-12-14tdf#82802 sw page-style UI: remove pointless makeConditional CBJustin Luth3-97/+48
2020-12-14tdf#138662 improve dialog box feedback for invalid Calc sheet namesSeth Chaiklin1-1/+1
2020-12-14tdf#138621 Hide the .uno:TemplateManager from customizationSeth Chaiklin1-3/+3
2020-12-14loplugin:unusedmethodsNoel13-311/+109
2020-12-14sw: prefix members of SwXMLBlockListContext, SwXMLTextBlockBodyContext, ...Miklos Vajna3-22/+19
2020-12-14tdf#138874 restore sort on first column of paths treeviewCaolán McNamara3-2/+13
2020-12-14loplugin:unnecessaryvirtualNoel2-16/+10