summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2020-11-20move RadioButton to be toolkit onlyCaolán McNamara
2020-11-20weld TabBarCaolán McNamara
2020-11-20SvStream::{Tell,TellEnd,remainingSize} all return sal_uInt64Stephan Bergmann
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian
2020-11-20Lengths passed into the SvxMSDffManager::Get*Data functions are all sal_uInt32Stephan Bergmann
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-11-20tdf#138108 terminate on uncaught exception in a11y callbackCaolán McNamara
2020-11-20pdfium: add a signature wrapper classMiklos Vajna
2020-11-20simplify CreateTableContextNoel
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov
2020-11-19Clean up GetHTMLColor "not found" valueStephan Bergmann
2020-11-19fastparser in TokenContextNoel
2020-11-19Clarify DdeData::GetExternalFormat return typeStephan Bergmann
2020-11-19tdf#138010 (IV) VclScrolledWindow: Use actual border widthMichael Weghorn
2020-11-19tdf#138010 (III) Extract VclScrolledWindow border width to varMichael Weghorn
2020-11-19Drop threshold for BigInt arithmetics from ImplLogicToPixel/ImplPixelToLogicMike Kaganski
2020-11-19fastparser in SchXMLPlotAreaContextNoel Grandin
2020-11-19pdfium: add signature and trailer end getter wrappersMiklos Vajna
2020-11-19tdf#124176 use pragma once instead of include guardsRoman Kuznetsov
2020-11-19lok: remove unused APIAshod Nakashian
2020-11-18Remove unused GraphicObject::SetGraphic pCopyObj and rLink parametersStephan Bergmann
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-18Remove unused SdrGrafObj::SetGraphicLink rReferer, rFilterName parametersStephan Bergmann
2020-11-18Clarify signature of some opertor() that must match ColorSelectFunctionStephan Bergmann
2020-11-18vcl: clean up unused PDFDocument functionsMiklos Vajna
2020-11-18fix XMLOFF_WARN_UNKNOWNNoel
2020-11-17Reuse ColorSelectFunction from colorwindow.hxx in PaletteManager.hxxStephan Bergmann
2020-11-17Remove unused SfxFrameDescriptor::SetActualURL parameterStephan Bergmann
2020-11-17simplify BigInt, remove isSetNoel
2020-11-17loplugin:stringviewparam extend to constructorsNoel
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-16tdf#138144 Form wizard fails to saveNoel
2020-11-16make the tools::Long define logic more obviousNoel
2020-11-16replace std::min(std::max()) with std::clampNoel
2020-11-16simplify CreateChartContext, remove unused paramsNoel
2020-11-15add Menu::get_idCaolán McNamara
2020-11-14remove SalPointNoel Grandin
2020-11-14Related: tdf#131970 icon-switcher should be in single-selection modeCaolán McNamara
2020-11-13add set_accessible_descriptionCaolán McNamara
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-13tools::Long->sal_Int32 in vcl filtersNoel
2020-11-12pdf: add writeString for pdf elements for writing element contentTomaž Vajngerl
2020-11-12Simplify comparison operatorsMike Kaganski
2020-11-12loplugin:unusedmethodsNoel
2020-11-12New loplugin:stringviewparamStephan Bergmann
2020-11-12Revert "remove Fraction::operator tools::Long()"Noel Grandin
2020-11-12weld panel TitleBarCaolán McNamara
2020-11-12tdf#138078 only call GetFocus if we gained focus from an unfocused stateCaolán McNamara
2020-11-12xmlsecurity: prepare to verify signatures using pdfiumMiklos Vajna
2020-11-12Permit scrollable AWT tab pages a la scrolled DialogThorsten Behrens