/* * 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/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ module ooo { module vba { module word { constants WdOrganizerObject { const long wdOrganizerObjectAutoText = 1; const long wdOrganizerObjectCommandBars = 2; const long wdOrganizerObjectProjectItems = 3; const long wdOrganizerObjectStyles = 0; }; }; }; }; /libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/sfx2/viewfrm.hxx
AgeCommit message (Expand)Author
2016-04-18SfxViewFrame: rename members missing their prefixesMiklos Vajna
2016-04-04loplugin:constantparam in sfx2Noel Grandin
2016-03-09loplugin:constantparam in sfx2Noel Grandin
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin
2016-02-22Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann
2016-02-17sfx2 infobar: allow setting the message styleMiklos Vajna
2016-02-17sfx2 infobar: allow setting the message colorMiklos Vajna
2016-02-17loplugin:nullptrStephan Bergmann
2016-02-17sfx2 infobar: allow setting the back/foreground colorMiklos Vajna
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin
2015-12-17Remove unused ToolPanel (aka TaskPane)Samuel Mehrbrodt
2015-11-25loplugin:unusedfields in include/sfx2/Noel Grandin
2015-11-17loplugin:unnecessaryvirtualNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann