summaryrefslogtreecommitdiffstats
path: root/oovbaapi/ooo/vba/word/WdTextureIndex.idl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2011-05-30 18:08:50 +0200
committerDavid Tardon <dtardon@redhat.com>2011-06-17 16:41:08 +0200
commit246efa0d481c4b3bb55c1f53d954557cc027c008 (patch)
tree76742dc66aaa690f9588450e590a6694f391ba00 /oovbaapi/ooo/vba/word/WdTextureIndex.idl
parentRelated: rhbz#702833 addEventListener without removeEventListener (diff)
downloadcore-246efa0d481c4b3bb55c1f53d954557cc027c008.tar.gz
core-246efa0d481c4b3bb55c1f53d954557cc027c008.zip
ause130: #i117218# change .idl handling to gnu make
Diffstat (limited to 'oovbaapi/ooo/vba/word/WdTextureIndex.idl')
-rw-r--r--oovbaapi/ooo/vba/word/WdTextureIndex.idl57
1 files changed, 57 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/word/WdTextureIndex.idl b/oovbaapi/ooo/vba/word/WdTextureIndex.idl
new file mode 100644
index 000000000000..fd3caa20b812
--- /dev/null
+++ b/oovbaapi/ooo/vba/word/WdTextureIndex.idl
@@ -0,0 +1,57 @@
+module ooo { module vba { module word {
+ constants WdTextureIndex {
+ const long wdTexture10Percent = 100;
+ const long wdTexture12Pt5Percent = 125;
+ const long wdTexture15Percent = 150;
+ const long wdTexture17Pt5Percent = 175;
+ const long wdTexture20Percent = 200;
+ const long wdTexture22Pt5Percent = 225;
+ const long wdTexture25Percent = 250;
+ const long wdTexture27Pt5Percent = 275;
+ const long wdTexture2Pt5Percent = 25;
+ const long wdTexture30Percent = 300;
+ const long wdTexture32Pt5Percent = 325;
+ const long wdTexture35Percent = 350;
+ const long wdTexture37Pt5Percent = 375;
+ const long wdTexture40Percent = 400;
+ const long wdTexture42Pt5Percent = 425;
+ const long wdTexture45Percent = 450;
+ const long wdTexture47Pt5Percent = 475;
+ const long wdTexture50Percent = 500;
+ const long wdTexture52Pt5Percent = 525;
+ const long wdTexture55Percent = 550;
+ const long wdTexture57Pt5Percent = 575;
+ const long wdTexture5Percent = 50;
+ const long wdTexture60Percent = 600;
+ const long wdTexture62Pt5Percent = 625;
+ const long wdTexture65Percent = 650;
+ const long wdTexture67Pt5Percent = 675;
+ const long wdTexture70Percent = 700;
+ const long wdTexture72Pt5Percent = 725;
+ const long wdTexture75Percent = 750;
+ const long wdTexture77Pt5Percent = 775;
+ const long wdTexture7Pt5Percent = 75;
+ const long wdTexture80Percent = 800;
+ const long wdTexture82Pt5Percent = 825;
+ const long wdTexture85Percent = 850;
+ const long wdTexture87Pt5Percent = 875;
+ const long wdTexture90Percent = 900;
+ const long wdTexture92Pt5Percent = 925;
+ const long wdTexture95Percent = 950;
+ const long wdTexture97Pt5Percent = 975;
+ const long wdTextureCross = -11;
+ const long wdTextureDarkCross = -5;
+ const long wdTextureDarkDiagonalCross = -6;
+ const long wdTextureDarkDiagonalDown = -3;
+ const long wdTextureDarkDiagonalUp = -4;
+ const long wdTextureDarkHorizontal = -1;
+ const long wdTextureDarkVertical = -2;
+ const long wdTextureDiagonalCross = -12;
+ const long wdTextureDiagonalDown = -9;
+ const long wdTextureDiagonalUp = -10;
+ const long wdTextureHorizontal = -7;
+ const long wdTextureNone = 0;
+ const long wdTextureSolid = 1000;
+ const long wdTextureVertical = -8;
+ };
+}; }; };