Searched refs:_installed (Results 1 – 2 of 2) sorted by relevance
73 void SAL_CALL SwVbaAddin::setInstalled( ::sal_Bool _installed ) throw (uno::RuntimeException) in setInstalled() argument75 if( _installed != mbInstalled ) in setInstalled()77 mbInstalled = _installed; in setInstalled()
49 virtual void SAL_CALL setInstalled( ::sal_Bool _installed ) throw (css::uno::RuntimeException);
Completed in 15 milliseconds