Searched refs:StringKeyOrIndex (Results 1 – 3 of 3) sorted by relevance
436 void SAL_CALL ScVbaControls::Remove( const uno::Any& StringKeyOrIndex ) in Remove() argument450 if ( !( ( StringKeyOrIndex >>= aControlName ) && aControlName.getLength() ) in Remove()451 … && !( ( StringKeyOrIndex >>= nIndex ) && nIndex >= 0 && nIndex < m_xIndexAccess->getCount() ) ) in Remove()
47 …virtual void SAL_CALL Remove( const css::uno::Any& StringKeyOrIndex ) throw (css::uno::RuntimeExce…
45 void Remove( [in] any StringKeyOrIndex );
Completed in 22 milliseconds