/* -*- 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 _ENVELP_HRC #define _ENVELP_HRC #include #include "rcid.hrc" // Dialoge -------------------------------------------------------------------- #define DLG_MAILMERGE (RC_ENVELP_BEGIN + 8) #define DLG_SYNC_BTN (RC_ENVELP_BEGIN + 9) // Bereiche ------------------------------------------------------------------- #define RC_ENVLOP_BEGIN (RC_ENVELP_BEGIN ) #define RC_ENVLOP_END (RC_ENVELP_BEGIN + 9) #define RC_ENVFMT_BEGIN (RC_ENVELP_BEGIN + 10) #define RC_ENVFMT_END (RC_ENVELP_BEGIN + 19) #define RC_ENVPRT_BEGIN (RC_ENVELP_BEGIN + 20) // RC_ENVPRT_END (RC_ENVELP_BEGIN + 39) #define RC_LABEL_BEGIN (RC_ENVELP_BEGIN + 40) #define RC_LABEL_END (RC_ENVELP_BEGIN + 49) #define RC_LABFMT_BEGIN (RC_ENVELP_BEGIN + 50) #define RC_LABFMT_END (RC_ENVELP_BEGIN + 62) // Strings -------------------------------------------------------------------- #define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 63) #define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 64) #define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 68) #define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 69) // Ueberlaufpruefung ---------------------------------------------------------- #define ENVELP_ACT_END STR_SENDER_TOKENS #if ENVELP_ACT_END > STR_SENDER_TOKENS #error Resource-Ueberlauf in #file, #line #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ abora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/avmedia/Library_avmediavlc.mk
AgeCommit message (Expand)Author
2017-10-19Move vlc/wrapper include files to common include directoryStephan Bergmann
2017-10-10Revert "iOS, removed unneeded avmedia libraries"jan Iversen
2017-10-10iOS, removed unneeded avmedia librariesjan Iversen
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl
2015-01-08avmedia: disable VLC unless in experimental model.Michael Meeks
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás
2014-03-03upgrade liborcusMarkus Mohrhard
2013-08-29I doubt -DWINNT is neededTor Lillqvist
2013-08-29Add missing line continuation characterTor Lillqvist
2013-08-28Adding VLC version checkingMinh Ngo
2013-08-21avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks
2013-08-21avmedia: vlc - link to boostsystem bits.Michael Meeks
2013-08-21VLC Event handling in the separate thread.Minh Ngo
2013-08-21Porting all VLC API for loading by wrappersMinh Ngo
2013-08-21VLC Player wrapperMinh Ngo
2013-08-21API interface for libvlc_media_tMinh Ngo
2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo
2013-08-21Upd frame grabber. Will work with this patch [1][2].Minh Ngo
2013-07-26Frame grabber interface. Adding service/implementation names.Minh Ngo
2013-07-26get vlcwindow compiling.Michael Meeks
2013-07-26build the new modules, and close a couple of namespaces.Michael Meeks
2013-07-26initial vlc component build / conditionals and hookup.Michael Meeks