/* -*- 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/. */ varying vec2 v_textureCoords2d; void main(void) { gl_Position = ftransform(); v_textureCoords2d = gl_MultiTexCoord0.st; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ore/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/inc/markarr.hxx
AgeCommit message (Expand)Author
2017-04-21new loplugin: useuniqueptr: sc part 1 (only the ScMarkArray part)Noel Grandin
2017-04-21LOK - Calc: header, cursor and selection misplaced by other view actionsMarco Cecchetti
2016-11-14avoid reallocating if allocating once is enoughEike Rathke
2016-02-10Refactor ScMarkData for tdf#50916Dennis Francis
2014-10-15speed up range list generation from multi marks, fdo#75486 relatedEike Rathke
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi
2014-02-14sal_Bool->boolNoel Grandin