Lines Matching refs:SvLBoxEntry

127 	sal_Bool DbaIndexList::EditedEntry( SvLBoxEntry* _pEntry, const String& _rNewText )  in EditedEntry()
179 void DbaIndexList::SelectNoHandlerCall( SvLBoxEntry* _pEntry ) in SelectNoHandlerCall()
187 sal_Bool DbaIndexList::Select( SvLBoxEntry* pEntry, sal_Bool _bSelect ) in Select()
314 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in updateToolbox()
346 SvLBoxEntry* pNewEntry = NULL; in fillIndexList()
373 sal_Bool DbaIndexDialog::implCommit(SvLBoxEntry* _pEntry) in implCommit()
435 SvLBoxEntry* pNewEntry = m_aIndexes.InsertEntry(sNewIndexName); in OnNewIndex()
440 for (SvLBoxEntry* pAdjust = m_aIndexes.First(); pAdjust; pAdjust = m_aIndexes.Next(pAdjust)) in OnNewIndex()
458 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnDropIndex()
481 sal_Bool DbaIndexDialog::implDropIndex(SvLBoxEntry* _pEntry, sal_Bool _bRemoveFromCollection) in implDropIndex()
512 for (SvLBoxEntry* pAdjust = m_aIndexes.First(); pAdjust; pAdjust = m_aIndexes.Next(pAdjust)) in implDropIndex()
535 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnRenameIndex()
552 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnSaveIndex()
564 SvLBoxEntry* pSelected = m_aIndexes.FirstSelected(); in OnResetIndex()
633 const SvLBoxEntry* pSelected = m_aIndexes.FirstSelected();
667 IMPL_LINK( DbaIndexDialog, OnEditIndexAgain, SvLBoxEntry*, _pEntry ) in IMPL_LINK() argument
675 IMPL_LINK( DbaIndexDialog, OnEntryEdited, SvLBoxEntry*, _pEntry ) in IMPL_LINK() argument
813 void DbaIndexDialog::updateControls(const SvLBoxEntry* _pEntry) in updateControls()
869 SvLBoxEntry* pNewSelection = m_aIndexes.FirstSelected();