summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* use utl::TempFile directly in packageNoel Grandin2022-06-281-0/+1
* clang-tidy modernize-pass-by-value in vbahelperNoel Grandin2022-06-2810-15/+19
* clang-tidy modernize-pass-by-value in testNoel Grandin2022-06-2814-28/+41
* clang-tidy modernize-pass-by-value in ucbhelperNoel Grandin2022-06-273-7/+7
* replace oox::OptValue with std::optionalNoel Grandin2022-06-278-103/+74
* tdf#148820 sc: fix conditional formatted cell colorBalazs Varga2022-06-261-0/+5
* make oox::OptValue::value() assert if emptyNoel Grandin2022-06-241-1/+1
* almost nobody is using the oox::AttributeList::get methods properlyNoel Grandin2022-06-241-0/+3
* tdf#128150 Properly show/hide widgets when "use slide background" is selectedSamuel Mehrbrodt2022-06-241-1/+1
* tdf#149401 show "Restart LibreOffice" dialog changing AutoRecoveryTünde Tóth2022-06-231-0/+3
* clang-tidy modernize-pass-by-value in formulaNoel Grandin2022-06-231-6/+7
* tdf#128150 Adapt sidebar to new "use slide background" propertySamuel Mehrbrodt2022-06-224-6/+11
* Add support for exporting SVGZ in Writerofftkp2022-06-221-0/+1
* rename oox::OptValue::get to valueNoel Grandin2022-06-221-2/+2
* rename oox::OptValue::get(Type) to value_orNoel Grandin2022-06-221-1/+1
* make oox::OptValue::assignIfUsed a free functionNoel Grandin2022-06-221-1/+7
* remove OptValue(bool,Type) constructorNoel Grandin2022-06-221-1/+0
* improve the look of the macOS comboboxNoel Grandin2022-06-221-0/+12
* replace oox::OptValue::useNoel Grandin2022-06-221-1/+2
* Refactor PopupMenu::ImplExecute for async supportJan-Marek Glogowski2022-06-211-1/+4
* use SAL_UNLIKELY to make logging a little more efficientNoel Grandin2022-06-211-1/+1
* VCL expect correct frame size for native menubarsJan-Marek Glogowski2022-06-211-0/+2
* remove oox::OptValue::setNoel Grandin2022-06-211-3/+2
* remove oox::OptValue::differsFromNoel Grandin2022-06-211-1/+0
* OUStringBuffer: add append via operator<<(T&&)Jan-Marek Glogowski2022-06-211-0/+15
* rename oox::OptValue::has() to has_valueNoel Grandin2022-06-211-1/+1
* clang-tidy modernize-pass-by-value in helpcompilerNoel Grandin2022-06-211-1/+1
* basegfx: extend basegfx::B2DHomMatrix::decompose() documentationMiklos Vajna2022-06-211-2/+7
* tdf#128150 Only show "Use background" btn in Impress & DrawSamuel Mehrbrodt2022-06-211-1/+2
* vcl: rename mnExtraData to mnRendererIdChris Sherlock2022-06-211-2/+2
* vcl: rename ImplAnimView to AnimationRendererChris Sherlock2022-06-211-2/+2
* SfxStyleSheetBasePool::Find can be constCaolán McNamara2022-06-201-3/+3
* tdf#149622: also clear return value before calling method from SbxObject::CallMike Kaganski2022-06-201-0/+1
* sd theme: consider accent1 color when inserting shape with solid fillMiklos Vajna2022-06-201-0/+19
* tdf#128150 xmloff: ODF import/export of fill-use-slide-backgroundMichael Stahl2022-06-201-0/+2
* tdf#128150 Implement/add SlideBackgroundFill visualizationArmin Le Grand (Allotropia)2022-06-202-1/+5
* Suppress unhelpful cid#1506515Stephan Bergmann2022-06-201-0/+1
* store: remove useless comments from storeChris Sherlock2022-06-201-36/+0
* cid#1506305 Big parameter passed by valueCaolán McNamara2022-06-181-2/+2
* Related: tdf#142293 tdf#141495 Allow additional symbols in externals mapEike Rathke2022-06-181-1/+2
* o3tl: ensure that the initializer of enumarray contains enough elementsMichael Stahl2022-06-181-1/+16
* Rectangle: split SetSize into SetWidth/SetHeightJan-Marek Glogowski2022-06-171-1/+29
* Fix and add ostreams for vcl::WindowPosSizeJan-Marek Glogowski2022-06-172-2/+32
* Convert ImplWindowStateFromStr to WindowData(str)Jan-Marek Glogowski2022-06-171-0/+1
* tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt2022-06-167-7/+41
* Add support for exporting EMZ/WMZofftkp2022-06-151-0/+4
* vcl: change maList in Animation to maFramesChris Sherlock2022-06-151-3/+3
* Revert "simplify SharedString::operator=(&&)"Noel Grandin2022-06-151-2/+10
* clang-tidy modernize-pass-by-value in drawinglayerNoel Grandin2022-06-1549-91/+91
* simplify SharedString::operator=(&&)Noel Grandin2022-06-151-10/+2