/* -*- 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/. * * 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 . */ #ifndef INCLUDED_SVX_ANCHORID_HXX #define INCLUDED_SVX_ANCHORID_HXX enum SvxAnchorIds { SVX_OBJ_AT_CNTNT = 0x01, // Frame bound to paragraph SVX_OBJ_IN_CNTNT = 0x02, // Frame bound to character SVX_OBJ_PAGE = 0x04, // Frame bound to page SVX_OBJ_AT_FLY = 0x08 // Frame bound to other frame // SVX_OBJ_AUTO_CNTNT = 0x10 // Automatically positioned frame bound to paragraph }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ n> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh/wrtsh3.cxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-05-05 01:31:07 -0700
committerAndras Timar <andras.timar@collabora.com>2016-05-05 01:40:10 -0700
commitc04c44aa5f7ca95d0c3cc3d0e45140f70771486a (patch)
tree7a4dff1788ecb3ae8a2f8ec44618ca3ce2e88fe4 /sw/source/uibase/wrtsh/wrtsh3.cxx
parent79a6c1771ce2517b6ba58cccc1e10a93352ed5aa (diff)
nss: win vs2013 build fix cp-4.4-13distro/collabora/cp-4.4
Change-Id: Iecdd4adb05b6f6f6217d964e43a3286315302fdc