blob: c0c2b6cc370373b220ae9be7f963e03ba8e6e477 (
plain)
1
2
3
4
5
6
7
|
module ooo { module vba { module excel {
constants XlArrowHeadWidth {
const long xlArrowHeadWidthMedium = -4138;
const long xlArrowHeadWidthNarrow = 1;
const long xlArrowHeadWidthWide = 3;
};
}; }; };
|