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.cxx435 void SAL_CALL ScVbaControls::Remove( const uno::Any& StringKeyOrIndex ) in Remove() argument
448 if ( !( ( StringKeyOrIndex >>= aControlName ) && aControlName.getLength() ) in Remove()
449 … && !( ( StringKeyOrIndex >>= nIndex ) && nIndex >= 0 && nIndex < m_xIndexAccess->getCount() ) ) in Remove()
H A Dvbacontrols.hxx47 virtual void SAL_CALL Remove( const css::uno::Any& StringKeyOrIndex );
/trunk/main/oovbaapi/ooo/vba/msforms/
H A DXControls.idl45 void Remove( [in] any StringKeyOrIndex );