Searched refs:IExecutable (Results 1 – 1 of 1) sorted by relevance
49 class IExecutable : public vos::IReference class71 virtual sal_Bool SAL_CALL operator<(const IExecutable&) const= 0;72 virtual sal_Bool SAL_CALL operator>(const IExecutable&) const= 0;73 virtual sal_Bool SAL_CALL operator==(const IExecutable&) const= 0;74 virtual sal_Bool SAL_CALL operator!=(const IExecutable&) const= 0;81 class OExecutable : public vos::IExecutable,123 virtual sal_Bool SAL_CALL operator<(const IExecutable&) const in operator <()128 virtual sal_Bool SAL_CALL operator>(const IExecutable&) const in operator >()133 virtual sal_Bool SAL_CALL operator==(const IExecutable&) const in operator ==()138 virtual sal_Bool SAL_CALL operator!=(const IExecutable&) const in operator !=()
Completed in 17 milliseconds