summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-03-30ImplGetWinChildClipRegion never returns nullCaolán McNamara1-1/+1
2021-03-30Simplify prepareMDArrayMike Kaganski1-12/+8
2021-03-29use VCL_DLLPUBLIC for UnoWrapperBase to allow use in vclplug-gtk3Caolán McNamara1-1/+1
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel3-14/+0
2021-03-27cid#1473755 Untrusted loop boundCaolán McNamara1-8/+2
2021-03-27make deem_sanitized a constexprCaolán McNamara1-1/+1
2021-03-27tdf#124176 Use pragma onceanirudh45831-3/+1
2021-03-27tdf#140936 statusbar selection mode control improvementsJim Raykowski2-1/+3
2021-03-26split this to give a sanitizing return pass throughCaolán McNamara1-3/+9
2021-03-26tdf#119292 sc layout: fix overlapping wrapped cell textsTibor Nagy1-2/+5
2021-03-26tdf#118535 DOCX export: save header image onceDaniel Arato (NISZ)2-5/+9
2021-03-26create operator bool for BitmapNoel1-0/+6
2021-03-26Extract copy&pasted namespace list to XmlTestTools::registerODFNamespaces()Miklos Vajna1-0/+1
2021-03-26Added delete keyinput to listview, fixed reload() issues: solves tdf#138884Vert D2-0/+8
2021-03-26vcl: add initializer_list constructor to BitmapPalette and use itTomaž Vajngerl1-0/+4
2021-03-25cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara1-10/+3
2021-03-25tdf#140968 tdf#140978 XLSX import: fix lost rounded filtersBalazs Varga1-2/+5
2021-03-25loplugin:unusedvarsglobalNoel1-1/+0
2021-03-25tdf#134734 svx,sd: BackgroundFullSizeMichael Stahl1-0/+3
2021-03-25tdf#134734 xmloff: ODF import compatibility for BackgroundFullSizeMichael Stahl1-0/+1
2021-03-25use weld::Box so we can reorder contentsCaolán McNamara1-1/+1
2021-03-25tdf#58745 - Detect end of month when extending a date listAndreas Heinisch1-0/+5
2021-03-24cid#1474353 experiment to silence Untrusted loop boundCaolán McNamara1-3/+15
2021-03-24loplugin:unnecessaryvirtualNoel1-1/+1
2021-03-24loplugin:unusedmethodsNoel5-10/+0
2021-03-24use mutable rather than const_cast..thisNoel1-1/+1
2021-03-23use single-use attribute for ContextChangeEventMultiplexerNoel Grandin1-0/+2
2021-03-22tdf#140539 don't allow help to be relaunched during launchCaolán McNamara1-0/+1
2021-03-22WMF EMF Add more SAL_INFO and SAL_WARN to help debugging import issuesBartosz Kosiorek1-1/+0
2021-03-22change SfxApplication::GetTopWindow to weld::WindowCaolán McNamara1-2/+1
2021-03-21cid#1473926 Uninitialized scalar variableCaolán McNamara1-0/+6
2021-03-21elide extracting vcl::Window from awt::XWindowCaolán McNamara1-2/+0
2021-03-21ODF load: suppress calendar modifiers in format codes if possibleEike Rathke1-1/+16
2021-03-21devtools: change "Current Selection" button to toolbarTomaž Vajngerl1-1/+0
2021-03-20drop unneeded includeCaolán McNamara1-1/+0
2021-03-20add GetInputLanguage to EditViewCaolán McNamara1-0/+2
2021-03-20SvxShape: no need to inherit from WeakAggImplHelper1 twiceNoel Grandin1-6/+1
2021-03-19Fix typo in commentStephan Bergmann1-1/+1
2021-03-18inline some tiny sfx2 functionsNoel1-5/+0
2021-03-18elide SetParentAtSdrObjectFromSdrObjListNoel Grandin1-2/+1
2021-03-18weld the sidebar deckCaolán McNamara6-63/+54
2021-03-17optimize SalLayoutGlyphs for the common caseLuboš Luňák1-6/+7
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák3-11/+20
2021-03-17devtools: add refresh button for the DocumentObjectTreeViewTomaž Vajngerl2-0/+5
2021-03-16enable grabbing focus to an unspecified container childCaolán McNamara1-0/+2
2021-03-16systools is no longer part of the URE interfaceStephan Bergmann1-3/+3
2021-03-16add access to DumpAsPropertyTree for sidebar::DeckCaolán McNamara1-0/+1
2021-03-16vcl: add BmpReader{Writer} and many BMP format testTomaž Vajngerl1-0/+1
2021-03-16devtools: add a text view to show the value of selected propertyTomaž Vajngerl3-2/+13
2021-03-16devtools: put ObjectInspector widgets into it's own classTomaž Vajngerl3-21/+55