Searched refs:_rIndex (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/dbaccess/source/ui/misc/ |
H A D | indexcollection.cxx | 288 void OIndexCollection::implFillIndexInfo(OIndex& _rIndex) SAL_THROW((Exception)) in implFillIndexInfo() argument 292 m_xIndexes->getByName(_rIndex.getOriginalName()) >>= xIndex; in implFillIndexInfo() 298 implFillIndexInfo(_rIndex, xIndex); in implFillIndexInfo() 302 …void OIndexCollection::implFillIndexInfo(OIndex& _rIndex, Reference< XPropertySet > _rxDescriptor)… in implFillIndexInfo() argument 309 …_rIndex.bPrimaryKey = ::cppu::any2bool(_rxDescriptor->getPropertyValue(s_sPrimaryIndexPropertyName… in implFillIndexInfo() 310 _rIndex.bUnique = ::cppu::any2bool(_rxDescriptor->getPropertyValue(s_sUniquePropertyName)); in implFillIndexInfo() 311 _rxDescriptor->getPropertyValue(s_sCatalogPropertyName) >>= _rIndex.sDescription; in implFillIndexInfo() 322 _rIndex.aFields.resize(aFieldNames.getLength()); in implFillIndexInfo() 326 IndexFields::iterator aCopyTo = _rIndex.aFields.begin(); in implFillIndexInfo() 346 _rIndex.aFields.resize(aCopyTo - _rIndex.aFields.begin()); in implFillIndexInfo()
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | formadapter.cxx | 1621 if ( ( _rIndex < 0 ) || ( (size_t)_rIndex >= m_aChildren.size() ) ) in insertByIndex() 1623 implInsert(Element, _rIndex); in insertByIndex() 1629 if ( ( _rIndex < 0 ) || ( (size_t)_rIndex >= m_aChildren.size() ) ) in removeByIndex() 1635 m_aChildren.erase(m_aChildren.begin() + _rIndex); in removeByIndex() 1636 m_aChildNames.erase(m_aChildNames.begin() + _rIndex); in removeByIndex() 1659 if ( ( _rIndex < 0 ) || ( (size_t)_rIndex >= m_aChildren.size() ) ) in replaceByIndex() 1691 Reference< ::com::sun::star::form::XFormComponent > xOld = *(m_aChildren.begin() + _rIndex); in replaceByIndex() 1694 *(m_aChildren.begin() + _rIndex) = xElement; in replaceByIndex() 1695 *(m_aChildNames.begin() + _rIndex) = sName; in replaceByIndex() 1709 aEvt.Accessor <<= (sal_Int32)_rIndex; in replaceByIndex() [all …]
|
/aoo42x/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.hxx | 143 void implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox& _rDisplay); 146 …void InsertFreeIndex( const OTableIndex& _rIndex ) { implInsertIndex(_rIndex, m_aFreeIndexList, a… in InsertFreeIndex() argument 148 void InsertTableIndex( const String& _rTableName, const OTableIndex& _rIndex );
|
H A D | dbfindex.cxx | 199 void ODbaseIndexDialog::implInsertIndex(const OTableIndex& _rIndex, TableIndexList& _rList, ListBox… in implInsertIndex() argument 201 _rList.push_front( _rIndex ); in implInsertIndex() 202 _rDisplay.InsertEntry( _rIndex.GetIndexFileName() ); in implInsertIndex() 220 void ODbaseIndexDialog::InsertTableIndex( const String& _rTableName, const OTableIndex& _rIndex) in InsertTableIndex() argument 226 implInsertIndex(_rIndex, aTablePos->aIndexList, aLB_TableIndexes); in InsertTableIndex()
|
/aoo42x/main/dbaccess/source/ui/inc/ |
H A D | indexcollection.hxx | 111 …void implFillIndexInfo(OIndex& _rIndex, ::com::sun::star::uno::Reference< ::com::sun::star::beans:… 112 void implFillIndexInfo(OIndex& _rIndex) SAL_THROW((::com::sun::star::uno::Exception));
|
H A D | formadapter.hxx | 486 …virtual void SAL_CALL insertByIndex(sal_Int32 _rIndex, const ::com::sun::star::uno::Any& Element) … 487 …virtual void SAL_CALL removeByIndex(sal_Int32 _rIndex) throw(::com::sun::star::lang::IndexOutOfBou… 490 …virtual void SAL_CALL replaceByIndex(sal_Int32 _rIndex, const ::com::sun::star::uno::Any& Element)… 494 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw(::com::sun::star::…
|
/aoo42x/main/connectivity/inc/connectivity/ |
H A D | paramwrapper.hxx | 170 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw( ::com::sun::star:…
|
/aoo42x/main/svx/inc/svx/ |
H A D | fmgridif.hxx | 269 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw(::com::sun::star::… 421 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw(::com::sun::star::…
|
Completed in 67 milliseconds