summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-23CppunitTest_vcl_pdfexport: factor out common codeXisco Fauli1-287/+71
2021-11-23tdf#114441 Change use of sal_uInt32 to sal_Int32Henrik Palomäki1-1/+1
2021-11-23do not wait for condition that's not neededLuboš Luňák1-4/+4
2021-11-23move code to a separate functionLuboš Luňák1-57/+64
2021-11-23do not fetch cell data if ScRefValueCell can tell thatLuboš Luňák1-10/+2
2021-11-23Resolves: tdf#145804 show "Chapter Numbering" as (uneditable) list styleCaolán McNamara1-2/+2
2021-11-23fix configmgr --enable-dconf buildCaolán McNamara1-3/+3
2021-11-23configure: default to --with-webdav=curlMichael Stahl1-4/+1
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski4-84/+54
2021-11-23Resolves tdf#145801 - Uniform height for sidebar's panel titlesHeiko Tietze1-1/+7
2021-11-23Crash around help-windows.Michael Meeks1-1/+2
2021-11-23tdf#139460 improve autofilter sub-menu interaction under gtkCaolán McNamara21-509/+693
2021-11-23only call signal_closed from Popdown dtor if it is still openCaolán McNamara3-5/+23
2021-11-23Remove unused header file lwpresource.hxxHossein1-66/+0
2021-11-23do not try to read table cell again on ScRefCellValue::isEmpty()Luboš Luňák1-96/+64
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák2-83/+83
2021-11-23Use proper type for OUString length variablesStephan Bergmann1-3/+3
2021-11-23tdf#145538 Use range based for loops in EnhancedShapeDumper.cxxHarjot1-43/+30
2021-11-23Removed break; after returnAndrea Gelmini1-1/+0
2021-11-23avoid only painting to windows in LOK mode, not invalidationsLuboš Luňák1-30/+5
2021-11-23tdf#114441 Convert use of sal_uLong to sal_uInt32Henrik Palomäki1-1/+1
2021-11-23Add test for INetURLObject::changeSchemeStephan Bergmann1-0/+18
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin145-279/+436
2021-11-23tdf#144769 Properly encode file name in error dialogGabor Kelemen1-2/+3
2021-11-23tdf#145538 Use range based for loopsHenrik Palomäki1-2/+2
2021-11-23avoid OUString temporary in INetURLObject::changeSchemeNoel Grandin1-4/+2
2021-11-23tdf#133835 speedup calc autofilter (11)Noel Grandin1-1/+1
2021-11-23remove ORowSetValue implicit conversion methodsNoel Grandin36-318/+333
2021-11-23tdf#145769 ucb: webdav-curl: stop returning IsDocument=true if it doesn't existMichael Stahl1-16/+20
2021-11-23tdf#145769 fpicker: RemoteFilesDialog: don't use FStatHelperMichael Stahl2-4/+24
2021-11-23ucb: webdav-curl: fix some issues caused by missing authenticationMichael Stahl1-5/+30
2021-11-23tdf#145719 sw: track moved text in import and ChangesInMarginLászló Németh6-39/+93
2021-11-23tdf#131150 sw menu: use nSlotId=0 to avoid adding to setJustin Luth1-1/+2
2021-11-23Add more beanshell samplesSamuel Mehrbrodt13-0/+328
2021-11-23tdf#129638 print preview: use new paper size after switching pageJustin Luth1-0/+1
2021-11-23gtk3: reuse popover replacement as mouse event widgetCaolán McNamara1-17/+36
2021-11-23My clang-cl build does not work with -Zc:dllexportInlines-Stephan Bergmann1-1/+3
2021-11-23Fix test for clang-cl with the MSVC template instantiation modelStephan Bergmann1-0/+3
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna11-3/+51
2021-11-23cui, editeng, sw: WrdStt -> WordStartMiklos Vajna5-63/+63
2021-11-23tools: fix INetURLObject::changeScheme()Michael Stahl1-4/+5
2021-11-23tdf#138223 oox: don't set highlight color if it is transparentJustin Luth1-1/+1
2021-11-23Update git submodulesAndrea Gelmini1-0/+0
2021-11-22remove an ugly coverity warning suppressionCaolán McNamara2-4/+4
2021-11-22tdf#143316: sd_export_tests-ooxml2: Add unittestXisco Fauli1-0/+5
2021-11-22tdf#145207: sw_uiwriter3: Add unittestXisco Fauli2-0/+20
2021-11-22improve method namingNoel Grandin3-5/+5
2021-11-22cache error strings for ScTable::validQuery() (tdf#133835)Luboš Luňák3-8/+35
2021-11-22Revert "cache FormulaError::NoRef error string (tdf#144249)"Luboš Luňák2-5/+2
2021-11-22Use less DegreeN::get()Mike Kaganski14-35/+26