10#ifndef __com_sun_star_sheet_ConditionFormatOperator_idl__
11#define __com_sun_star_sheet_ConditionFormatOperator_idl__
13module
com { module sun { module star { module sheet {
15constants ConditionFormatOperator
21 const long GREATER = 2;
23 const long LESS_EQUAL = 3;
25 const long GREATER_EQUAL = 4;
27 const long NOT_EQUAL = 5;
35 const long UNIQUE = 9;
53 const long ERROR = 18;
Definition Ambiguous.idl:22