Home
last modified time | relevance | path

Searched refs:IExecutable (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vos/inc/vos/
H A Dexecabl.hxx49 class IExecutable : public vos::IReference class
71 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 7 milliseconds