/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: outliner.hrc,v $ * * $Revision: 1.2 $ * * last change: $Author: rt $ $Date: 2005-09-08 23:58:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _OUTLINER_HRC #define _OUTLINER_HRC #ifndef _SOLAR_HRC #include #endif #ifndef RID_OUTL_START #define RID_OUTL_START ( RID_EDIT_END + 100 ) #endif #define RID_OUTLUNDO_DEPTH ( RID_OUTL_START + 0 ) #define RID_OUTLUNDO_HEIGHT ( RID_OUTL_START + 1 ) #define RID_OUTLUNDO_EXPAND ( RID_OUTL_START + 2 ) #define RID_OUTLUNDO_COLLAPSE ( RID_OUTL_START + 3 ) #define RID_OUTLUNDO_ATTR ( RID_OUTL_START + 4 ) #define RID_OUTLUNDO_INSERT ( RID_OUTL_START + 5 ) #endif // _OUTLINER_HRC ibreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/CppunitTest_vcl_fontmetric.mk
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-01-13vcl: Create accessor and mutator for font scaling in FontMetricChris Sherlock