Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx233 m_aIndexes.SetHighlightRange(); in DBG_NAME()
341 m_aIndexes.Clear(); in fillIndexList()
355 OnIndexSelected(&m_aIndexes); in fillIndexList()
440 for (SvLBoxEntry* pAdjust = m_aIndexes.First(); pAdjust; pAdjust = m_aIndexes.Next(pAdjust)) in OnNewIndex()
449 OnIndexSelected(&m_aIndexes); in OnNewIndex()
512 for (SvLBoxEntry* pAdjust = m_aIndexes.First(); pAdjust; pAdjust = m_aIndexes.Next(pAdjust)) in implDropIndex()
525 OnIndexSelected(&m_aIndexes); in implDropIndex()
670 m_aIndexes.EditEntry(_pEntry); in IMPL_LINK()
845 m_aIndexes.EndSelection();
872 m_aIndexes.GrabFocus();
[all …]
H A Ddetailpages.cxx258 ,m_aIndexes (this, ModuleRes(PB_INDICIES)) in DBG_NAME()
262 m_aIndexes.SetClickHdl(LINK(this, ODbaseDetailsPage, OnButtonClicked)); in DBG_NAME()
296 _rControlList.push_back(new ODisableWrapper<PushButton>(&m_aIndexes)); in fillWindows()
336 if (&m_aIndexes == pButton) in IMPL_LINK()
H A Ddetailpages.hxx129 PushButton m_aIndexes; member in dbaui::ODbaseDetailsPage
/trunk/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx91 m_aIndexes = _rSource.m_aIndexes; in operator =()
105 m_aIndexes.clear(); in detach()
129 Indexes::iterator aSearch = m_aIndexes.begin(); in find()
130 Indexes::iterator aEnd = m_aIndexes.end(); in find()
159 Indexes::iterator aSearch = m_aIndexes.begin(); in findOriginal()
160 Indexes::iterator aEnd = m_aIndexes.end(); in findOriginal()
275 OSL_ENSURE((_rPos >= m_aIndexes.begin()) && (_rPos < m_aIndexes.end()), in drop()
283 m_aIndexes.erase(_rPos); in drop()
354 OSL_ENSURE(_rPos >= m_aIndexes.begin() && _rPos < m_aIndexes.end(), in resetIndex()
382 m_aIndexes.push_back(aNewIndex); in insert()
[all …]
/trunk/main/dbaccess/source/ui/inc/
H A Dindexcollection.hxx55 Indexes m_aIndexes; member in dbaui::OIndexCollection
70 Indexes::const_iterator begin() const { return m_aIndexes.begin(); } in begin()
72 Indexes::iterator begin() { return m_aIndexes.begin(); } in begin()
74 Indexes::const_iterator end() const { return m_aIndexes.end(); } in end()
76 Indexes::iterator end() { return m_aIndexes.end(); } in end()
102 sal_Int32 size() const { return m_aIndexes.size(); } in size()
H A Dindexdialog.hxx124 DbaIndexList m_aIndexes; member in dbaui::DbaIndexDialog
/trunk/main/connectivity/source/commontools/
H A Dparamwrapper.cxx93 ,m_aIndexes( _rIndexes ) in ParameterWrapper()
102 … OSL_ENSURE( !m_aIndexes.empty(), "ParameterWrapper::ParameterWrapper: sure about the indexes?" ); in ParameterWrapper()
206 …for ( ::std::vector< sal_Int32 >::iterator aIter = m_aIndexes.begin(); aIter != m_aIndexes.end(); … in setFastPropertyValue_NoBroadcast()
251 m_aIndexes.resize(0); in dispose()
/trunk/main/connectivity/inc/connectivity/
H A Dparamwrapper.hxx71 ::std::vector< sal_Int32 > m_aIndexes;

Completed in 59 milliseconds