Home
last modified time | relevance | path

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

/AOO42X/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx210 ,m_aIndexes (this, ModuleRes(CTR_INDEXLIST)) in DBG_NAME()
230 m_aIndexes.SetSelectHdl(LINK(this, DbaIndexDialog, OnIndexSelected)); in DBG_NAME()
231 m_aIndexes.SetEndEditHdl(LINK(this, DbaIndexDialog, OnEntryEdited)); in DBG_NAME()
232 m_aIndexes.SetSelectionMode(SINGLE_SELECTION); in DBG_NAME()
233 m_aIndexes.SetHighlightRange(); in DBG_NAME()
234 m_aIndexes.setConnection(m_xConnection); in DBG_NAME()
312 m_aActions.EnableItem(ID_INDEX_NEW, !m_aIndexes.IsEditingActive()); in updateToolbox()
314 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in updateToolbox()
341 m_aIndexes.Clear(); in fillIndexList()
348 pNewEntry = m_aIndexes.InsertEntry(aIndexLoop->sName, aPKeyIcon, aPKeyIcon); in fillIndexList()
[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
/AOO42X/main/dbaccess/source/ui/misc/
H A Dindexcollection.cxx91 m_aIndexes = _rSource.m_aIndexes; in operator =()
105 m_aIndexes.clear(); in detach()
114 Indexes::const_iterator aSearch = m_aIndexes.begin(); in find()
115 Indexes::const_iterator aEnd = m_aIndexes.end(); in find()
129 Indexes::iterator aSearch = m_aIndexes.begin(); in find()
130 Indexes::iterator aEnd = m_aIndexes.end(); in find()
144 Indexes::const_iterator aSearch = m_aIndexes.begin(); in findOriginal()
145 Indexes::const_iterator aEnd = m_aIndexes.end(); in findOriginal()
159 Indexes::iterator aSearch = m_aIndexes.begin(); in findOriginal()
160 Indexes::iterator aEnd = m_aIndexes.end(); in findOriginal()
[all …]
/AOO42X/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
/AOO42X/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()
/AOO42X/main/connectivity/inc/connectivity/
H A Dparamwrapper.hxx71 ::std::vector< sal_Int32 > m_aIndexes;