/* -*- 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/. */ attribute vec4 position; attribute vec2 tex_coord_in; attribute vec2 alpha_coord_in; varying vec2 tex_coord; varying vec2 alpha_coord; void main() { gl_Position = position; tex_coord = tex_coord_in; alpha_coord = alpha_coord_in; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ '>aoo/aw080 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/filter/sdpptwrp.cxx
AgeCommit message (Expand)Author
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-07-14cid#1555652 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-05-17loplugin:ostr in sd/../filterNoel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-05Use officecfg instead of SvtFilterOptions wrapper in sfx2, sd, ooxGabor Kelemen
2023-07-28SfxMedium::GetItemSet never returns nullptrMike Kaganski
2022-10-11use more string_view in sdNoel Grandin
2022-09-15no need to load SaveVBA symbol at runtimeNoel Grandin
2022-09-14no need to load ImportPPT symbol at runtimeNoel Grandin
2022-09-14no need to load ExportPPT symbol at runtimeNoel Grandin