summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian3-8/+25
2020-11-21remove some prefix and local params from constructorsNoel Grandin1-2/+1
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann1-8/+8
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer312-2320/+2345
2020-11-21Changes to the color classdante1-1/+20
2020-11-21fastparser in XMLEventsImportContextNoel Grandin2-21/+2
2020-11-20move RadioButton to be toolkit onlyCaolán McNamara2-120/+120
2020-11-20weld TabBarCaolán McNamara5-47/+48
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann1-4/+4
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian1-5/+12
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann1-4/+4
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák1-0/+30
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara1-8/+8
2020-11-20pdfium: add a signature wrapper classMiklos Vajna1-1/+15
2020-11-20simplify CreateTableContextNoel1-2/+1
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov17-69/+17
2020-11-19Clean up GetHTMLColor "not found" valueStephan Bergmann1-1/+1
2020-11-19fastparser in TokenContextNoel1-4/+0
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann1-3/+3
2020-11-19tdf#138010 (IV) VclScrolledWindow: Use actual border widthMichael Weghorn1-1/+3
2020-11-19tdf#138010 (III) Extract VclScrolledWindow border width to varMichael Weghorn1-0/+1
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski2-9/+0
2020-11-19fastparser in SchXMLPlotAreaContextNoel Grandin1-4/+2
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna1-1/+3
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov82-338/+82
2020-11-19lok: remove unused APIAshod Nakashian1-10/+0
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann1-2/+1
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+2
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann1-2/+1
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann1-0/+1
2020-11-18vcl: clean up unused PDFDocument functionsMiklos Vajna1-7/+0
2020-11-18fix XMLOFF_WARN_UNKNOWNNoel1-1/+2
2020-11-17Reuse ColorSelectFunction from colorwindow.hxx in PaletteManager.hxxStephan Bergmann3-5/+8
2020-11-17Remove unused SfxFrameDescriptor::SetActualURL parameterStephan Bergmann1-1/+1
2020-11-17simplify BigInt, remove isSetNoel1-7/+1
2020-11-17loplugin:stringviewparam extend to constructorsNoel1-1/+1
2020-11-17loplugin:stringviewparam check methods tooNoel19-49/+47
2020-11-16tdf#138144 Form wizard fails to saveNoel1-1/+5
2020-11-16make the tools::Long define logic more obviousNoel1-3/+3
2020-11-16replace std::min(std::max()) with std::clampNoel1-1/+1
2020-11-16simplify CreateChartContext, remove unused paramsNoel1-3/+1
2020-11-15add Menu::get_idCaolán McNamara1-0/+2
2020-11-14remove SalPointNoel Grandin1-9/+0
2020-11-14Related: tdf#131970 icon-switcher should be in single-selection modeCaolán McNamara1-0/+1
2020-11-13add set_accessible_descriptionCaolán McNamara1-0/+1
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin2-1/+15
2020-11-13tools::Long->sal_Int32 in vcl filtersNoel1-2/+2
2020-11-12pdf: add writeString for pdf elements for writing element contentTomaž Vajngerl1-0/+67
2020-11-12Simplify comparison operatorsMike Kaganski1-1/+3
2020-11-12loplugin:unusedmethodsNoel4-6/+0