/* -*- 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; uniform mat4 mvp; void main() { gl_Position = mvp * position; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ='main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/uitest
AgeCommit message (Expand)Author
2017-05-01sd: Use unique Page ids for better multi-view support + unit testPranav Kant
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-14uitest: add the impress zoom level to the state informationMarkus Mohrhard
2016-10-28loplugin:expandablemethods in sdNoel Grandin
2016-10-01add initial drawinglayer support to UI testing frameworkMarkus Mohrhard
2016-08-02loplugin:countusersofdefaultparams in sdNoel Grandin
2016-06-18uitest: loplugin:stringconstantMarkus Mohrhard
2016-06-18uitest: support more impress operationsMarkus Mohrhard
2016-06-18uitest: add initial code for impress main edit windowMarkus Mohrhard