/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include #include #include "commonfuzzer.hxx" #include #include #include const lib_to_factory_mapping * lo_get_factory_map(void) { static lib_to_factory_mapping map[] = { { 0, 0 } }; return map; } const lib_to_constructor_mapping * lo_get_constructor_map(void) { static lib_to_constructor_mapping map[] = { { 0, 0 } }; return map; } extern "C" void* lo_get_custom_widget_func(const char*) { return nullptr; } extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) { TypicalFuzzerInitialize(argc, argv); return 0; } extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { SvMemoryStream aStream(const_cast(data), size, StreamMode::READ); Graphic aGraphic; (void)ImportPictGraphic(aStream, aGraphic); return 0; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ eoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-06tdf#164213: don't activate OLE objects in read-only modeMike Kaganski
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark
2024-11-24Let ESelection use EPaM for simplificationMike Kaganski
2024-11-24Turn SD_MOD macro to a functionMike Kaganski
2024-11-23Avoid new string allocations, when only checking if emptyMike Kaganski
2024-11-18tdf#163251 Fix for missing flags in single click obj creationAshSinc
2024-11-13tdf#36709 editeng: Layout for font-relative first-line indentJonathan Clark
2024-11-12loplugin:reftotemp in sdNoel Grandin
2024-10-25tdf#163486: PVS: Identical branchesBogdan Buzea
2024-10-23tdf#163486: PVS: check mpViewShXisco Fauli
2024-08-28GetMainViewShell is not trivialNoel Grandin
2024-08-23tdf#158556 make SfxGrabBagItem hashableNoel Grandin
2024-08-19cid#1616524 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-19pAttr is always dereferenced, use a reference hereCaolán McNamara
2024-08-19cid#1616525 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-17impress/draw: make the SdActionDlg (Interaction...) dialog asyncHubert Figuière
2024-08-13cid#1557699 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-09cid#1616089 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-08-06cool#7710: Make Slide Properties Dialog in Impress AsyncSven Göthel
2024-08-05tdf#162065 Fix format paintbrush in draw/impressOliver Specht
2024-08-02cid#1556086 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-31reduce number of GetItem callsNoel Grandin
2024-07-20cid#1554791 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-20cid#1607830 Use of auto that causes a copyCaolán McNamara
2024-07-14tdf#161994 annot: trigger selection of the current annotationTomaž Vajngerl
2024-07-09StyleSheetUndoAction stylesheet param should be a referenceNoel Grandin
2024-07-09checkForUniqueItem should take a reference parameterNoel Grandin
2024-07-05tdf#161653 Fix selecting from numbering dropdown (Impress/Draw)Samuel Mehrbrodt
2024-07-03tdf#33603: handle outliner setup for notes pane searchThorsten Behrens
2024-06-24editeng: add convenience creators to ESelection All, NotFoundTomaž Vajngerl
2024-06-11annot: make annotation pop-up window working againTomaž Vajngerl
2024-06-04sfx2: use SAL_RET_MAYBENULL in GetDispatcher() and GetFrame()Xisco Fauli
2024-06-03sd: use SAL_RET_MAYBENULL in GetViewFrame()Xisco Fauli
2024-05-31sd: Reduce number of calls to GetMarkedObjectList()Xisco Fauli
2024-05-30AreObjectsMarked -> GetMarkedObjectList().GetMarkCount() != 0Xisco Fauli
2024-05-29GetDescriptionOfMarkedObjects() -> GetMarkedObjectList().GetMarkDescription()Xisco Fauli
2024-05-29GetMarkedObjectCount() -> GetMarkedObjectList().GetMarkCount()Xisco Fauli
2024-05-28loplugin:ostr in sd/../uiNoel Grandin
2024-05-24related tdf#33603: sd: outlineview: update current page on moving cursorSarper Akdemir
2024-05-16tdf#161056 Show bullets used in document in bullets dropdownSamuel Mehrbrodt
2024-05-07WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara