/* -*- 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/. */ #version 150 core in vec3 vPosition; uniform mat4 MVP; in vec2 texCoord; out vec2 vTexCoord; void main() { gl_Position = MVP * vec4(vPosition, 1); vTexCoord = texCoord; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ method='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/res
AgeCommit message (Expand)Author
2023-04-24Missing CJK and CTL attributes in default cell stylesMaxim Monastirsky
2020-09-28Resolves: tdf#133812 Add the 'Result' style again used by the Subtotal toolEike Rathke
2018-07-16pretty-print the calc default stylesMarkus Mohrhard
2017-10-25tdf#90937 Add hyperlink cell styleYousuf Philips
2016-10-21tdf#90937 Adjust Note cell style border width and colorYousuf Philips
2016-10-19tdf#90937 Correct cell style names that are missing a spaceYousuf Philips
2016-10-02tdf#90937 Add a set of cell styles to calcJaskaran Singh
2016-09-18Make sc/res/xml/styles.xml install on every buildJaskaran Singh