galtheme.hrc (faea413b) | galtheme.hrc (5d1f2e8c) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 12 unchanged lines hidden (view full) --- 21 22 23#ifndef _GALTHEME_HRC_ 24#define _GALTHEME_HRC_ 25 26#define RID_GALLERYSTR_THEME_START (6000) 27 28// These defines are used to map gallery names to translated string ressources. Since | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 12 unchanged lines hidden (view full) --- 21 22 23#ifndef _GALTHEME_HRC_ 24#define _GALTHEME_HRC_ 25 26#define RID_GALLERYSTR_THEME_START (6000) 27 28// These defines are used to map gallery names to translated string ressources. Since |
29// galleries may be copied from older offices to newer, do *never* change this | 29// galleries may be copied from older offices to newer, do *never* change these |
30// IDs except adding new ones (and adapting RID_GALLERYSTR_THEME_LAST). The ID 31// *is* written into the binary file *.thm (which is a gallery theme combined of 32// three files, *.thm, *.sdv and *.sdg) 33 34#define RID_GALLERYSTR_THEME_3D (RID_GALLERYSTR_THEME_START + 1) 35#define RID_GALLERYSTR_THEME_ANIMATIONS (RID_GALLERYSTR_THEME_START + 2) 36#define RID_GALLERYSTR_THEME_BULLETS (RID_GALLERYSTR_THEME_START + 3) 37#define RID_GALLERYSTR_THEME_OFFICE (RID_GALLERYSTR_THEME_START + 4) --- 49 unchanged lines hidden --- | 30// IDs except adding new ones (and adapting RID_GALLERYSTR_THEME_LAST). The ID 31// *is* written into the binary file *.thm (which is a gallery theme combined of 32// three files, *.thm, *.sdv and *.sdg) 33 34#define RID_GALLERYSTR_THEME_3D (RID_GALLERYSTR_THEME_START + 1) 35#define RID_GALLERYSTR_THEME_ANIMATIONS (RID_GALLERYSTR_THEME_START + 2) 36#define RID_GALLERYSTR_THEME_BULLETS (RID_GALLERYSTR_THEME_START + 3) 37#define RID_GALLERYSTR_THEME_OFFICE (RID_GALLERYSTR_THEME_START + 4) --- 49 unchanged lines hidden --- |