Home
last modified time | relevance | path

Searched refs:_rIndex (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx288 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()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Ddbfindex.hxx143 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 Ddbfindex.cxx199 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()
/aoo41x/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx1621 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 …]
/aoo41x/main/dbaccess/source/ui/inc/
H A Dindexcollection.hxx111 …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 Dformadapter.hxx486 …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::…
/aoo41x/main/connectivity/inc/connectivity/
H A Dparamwrapper.hxx170 …virtual ::com::sun::star::uno::Any SAL_CALL getByIndex(sal_Int32 _rIndex) throw( ::com::sun::star:…
/aoo41x/main/svx/inc/svx/
H A Dfmgridif.hxx269 …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 81 milliseconds