Lines Matching refs:sal_Int32
107 sal_Int32 nCopied = 0; in lcl_stripVbaEvents()
120 void OInterfaceContainer::impl_addVbEvents_nolck_nothrow( const sal_Int32 i_nIndex ) in impl_addVbEvents_nolck_nothrow()
216 const sal_Int32 nCount = xSourceHierarchy->getCount(); in clonedFrom()
217 for ( sal_Int32 i=0; i<nCount; ++i ) in clonedFrom()
256 for (sal_Int32 i = m_aItems.size(); i > 0; --i) in disposing()
287 const Reference< XEventAttacherManager >& _rxManager, const sal_Int32 _nItemCount ) in lcl_saveEvents()
297 for (sal_Int32 i=0; i<_nItemCount; ++i) in lcl_saveEvents()
311 for ( sal_Int32 i=0; aLoop != aEnd; ++aLoop, ++i ) in lcl_restoreEvents()
334 sal_Int32 nMark = xMark->createMark(); in writeEvents()
336 sal_Int32 nObjLen = 0; in writeEvents()
370 sal_Int32 nPrefixLength = _rDescriptor.ScriptCode.indexOf( ':' ); in operator ()()
414 sal_Int32 nItems = m_aItems.size(); in transformEvents()
417 for (sal_Int32 i=0; i<nItems; ++i) in transformEvents()
454 sal_Int32 nObjLen = _rxInStream->readLong(); in readEvents()
457 sal_Int32 nMark = xMark->createMark(); in readEvents()
471 for ( sal_Int32 i=0; aAttach != aAttachEnd; ++aAttach, ++i ) in readEvents()
484 sal_Int32 nLen = m_aItems.size(); in write()
495 for (sal_Int32 i = 0; i < nLen; i++) in write()
550 sal_Int32 nLen = _rxInStream->readLong(); in read()
558 for (sal_Int32 i = 0; i < nLen; i++) in read()
762 sal_Int32 OInterfaceContainer::getCount() throw( RuntimeException ) in getCount()
768 Any OInterfaceContainer::getByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsException, WrappedTar… in getByIndex()
770 if (_nIndex < 0 || (_nIndex >= (sal_Int32)m_aItems.size())) in getByIndex()
823 void OInterfaceContainer::implInsert(sal_Int32 _nIndex, const Reference< XPropertySet >& _rxElement, in implInsert()
855 if (_nIndex > (sal_Int32)m_aItems.size()) // ermitteln des tatsaechlichen Indexs in implInsert()
888 sal_Int32 nLen = pIfcMgr->getCount(); in implInsert()
889 for ( sal_Int32 i = 0; (i < nLen) && pIfcMgr ; ++i ) in implInsert()
917 void OInterfaceContainer::removeElementsNoEvents(sal_Int32 nIndex) in removeElementsNoEvents()
958 void SAL_CALL OInterfaceContainer::insertByIndex( sal_Int32 _nIndex, const Any& _rElement ) throw(I… in insertByIndex()
966 void OInterfaceContainer::implReplaceByIndex( const sal_Int32 _nIndex, const Any& _rNewElement, ::o… in implReplaceByIndex()
968 …OSL_PRECOND( ( _nIndex >= 0 ) && ( _nIndex < (sal_Int32)m_aItems.size() ), "OInterfaceContainer::i… in implReplaceByIndex()
1039 void OInterfaceContainer::implCheckIndex( const sal_Int32 _nIndex ) SAL_THROW( ( ::com::sun::star::… in implCheckIndex()
1041 if (_nIndex < 0 || _nIndex >= (sal_Int32)m_aItems.size()) in implCheckIndex()
1046 void SAL_CALL OInterfaceContainer::replaceByIndex(sal_Int32 _nIndex, const Any& Element) throw( Ill… in replaceByIndex()
1056 void OInterfaceContainer::implRemoveByIndex( const sal_Int32 _nIndex, ::osl::ClearableMutexGuard& _… in implRemoveByIndex()
1058 …OSL_PRECOND( ( _nIndex >= 0 ) && ( _nIndex < (sal_Int32)m_aItems.size() ), "OInterfaceContainer::i… in implRemoveByIndex()
1099 void SAL_CALL OInterfaceContainer::removeByIndex(sal_Int32 _nIndex) throw( IndexOutOfBoundsExceptio… in removeByIndex()
1168 …sal_Int32 nPos = ::std::find(m_aItems.begin(), m_aItems.end(), (*aPair.first).second) - m_aItems.b… in replaceByName()
1182 …sal_Int32 nPos = ::std::find(m_aItems.begin(), m_aItems.end(), (*aPair.first).second) - m_aItems.b… in removeByName()
1189 void SAL_CALL OInterfaceContainer::registerScriptEvent( sal_Int32 nIndex, const ScriptEventDescript… in registerScriptEvent()
1201 void SAL_CALL OInterfaceContainer::registerScriptEvents( sal_Int32 nIndex, const Sequence< ScriptEv… in registerScriptEvents()
1213 void SAL_CALL OInterfaceContainer::revokeScriptEvent( sal_Int32 nIndex, const ::rtl::OUString& aLis… in revokeScriptEvent()
1220 void SAL_CALL OInterfaceContainer::revokeScriptEvents( sal_Int32 nIndex ) throw(IllegalArgumentExce… in revokeScriptEvents()
1227 void SAL_CALL OInterfaceContainer::insertEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in insertEntry()
1234 void SAL_CALL OInterfaceContainer::removeEntry( sal_Int32 nIndex ) throw(IllegalArgumentException, … in removeEntry()
1241 Sequence< ScriptEventDescriptor > SAL_CALL OInterfaceContainer::getScriptEvents( sal_Int32 nIndex )… in getScriptEvents()
1256 void SAL_CALL OInterfaceContainer::attach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in attach()
1263 void SAL_CALL OInterfaceContainer::detach( sal_Int32 nIndex, const Reference< XInterface >& xObject… in detach()