Searched refs:VALUE_FIRST (Results 1 – 2 of 2) sorted by relevance
1224 case VALUE_FIRST: in getProperty()1229 aProperty = aValues[ eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1 ]; in getProperty()1294 case VALUE_FIRST: in setProperty()1301 sal_Int32 nIndex = eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1; in setProperty()1465 case VALUE_FIRST: in getTransformationProperty()1470 aProperty = aValues[ eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1 ]; in getTransformationProperty()1532 case VALUE_FIRST: in setTransformationProperty()1539 sal_Int32 nIndex = eValue == VALUE_FIRST ? 0 : aValues.getLength() - 1; in setTransformationProperty()
50 enum EValue { VALUE_FROM, VALUE_TO, VALUE_BY, VALUE_FIRST, VALUE_LAST }; enumerator
Completed in 33 milliseconds