Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx436 void SAL_CALL ScVbaControls::Remove( const uno::Any& StringKeyOrIndex ) in Remove() argument
450 if ( !( ( StringKeyOrIndex >>= aControlName ) && aControlName.getLength() ) in Remove()
451 … && !( ( StringKeyOrIndex >>= nIndex ) && nIndex >= 0 && nIndex < m_xIndexAccess->getCount() ) ) in Remove()
H A Dvbacontrols.hxx47 …virtual void SAL_CALL Remove( const css::uno::Any& StringKeyOrIndex ) throw (css::uno::RuntimeExce…
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXControls.idl45 void Remove( [in] any StringKeyOrIndex );

Completed in 13 milliseconds