Kaydet (Commit) ad6d79c6 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add value for first entry

Change-Id: Ifc53952ba0aaa8b5e59944e309428bfce4d48ef7
üst b48cd09e
......@@ -14,13 +14,18 @@ module com { module sun { module star { module sheet {
constants IconSetFormatEntry
{
const long ICONSET_PERCENTILE = 0;
/**
* Can not be set! Will always be the type of the first entry.
*/
const long ICONSET_MIN = 0;
const long ICONSET_VALUE = 1;
const long ICONSET_PERCENTILE = 1;
const long ICONSET_PERCENT = 2;
const long ICONSET_VALUE = 2;
const long ICONSET_FORMULA = 3;
const long ICONSET_PERCENT = 3;
const long ICONSET_FORMULA = 4;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment