Lines Matching refs:DbaIndexDialog
200 DBG_NAME(DbaIndexDialog) in DBG_NAME() argument
202 DbaIndexDialog::DbaIndexDialog( Window* _pParent, const Sequence< ::rtl::OUString >& _rFieldNames, in DBG_NAME()
224 DBG_CTOR(DbaIndexDialog,NULL); in DBG_NAME()
228 m_aActions.SetSelectHdl(LINK(this, DbaIndexDialog, OnIndexAction)); 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()
256 m_aUnique.SetClickHdl(LINK(this, DbaIndexDialog, OnModified)); in DBG_NAME()
257 m_pFields->SetModifyHdl(LINK(this, DbaIndexDialog, OnModified)); in DBG_NAME()
259 m_aClose.SetClickHdl(LINK(this, DbaIndexDialog, OnCloseDialog)); in DBG_NAME()
310 void DbaIndexDialog::updateToolbox() in updateToolbox()
336 void DbaIndexDialog::fillIndexList() in fillIndexList()
359 DbaIndexDialog::~DbaIndexDialog( ) in ~DbaIndexDialog()
369 DBG_DTOR(DbaIndexDialog,NULL); in ~DbaIndexDialog()
373 sal_Bool DbaIndexDialog::implCommit(SvLBoxEntry* _pEntry) in implCommit()
410 void DbaIndexDialog::OnNewIndex() in OnNewIndex()
455 void DbaIndexDialog::OnDropIndex(sal_Bool _bConfirm) in OnDropIndex()
481 sal_Bool DbaIndexDialog::implDropIndex(SvLBoxEntry* _pEntry, sal_Bool _bRemoveFromCollection) in implDropIndex()
532 void DbaIndexDialog::OnRenameIndex() in OnRenameIndex()
548 void DbaIndexDialog::OnSaveIndex() in OnSaveIndex()
561 void DbaIndexDialog::OnResetIndex() in OnResetIndex()
594 IMPL_LINK( DbaIndexDialog, OnIndexAction, ToolBox*, /*NOTINTERESTEDIN*/ )
619 IMPL_LINK( DbaIndexDialog, OnCloseDialog, void*, /*NOTINTERESTEDIN*/ )
667 IMPL_LINK( DbaIndexDialog, OnEditIndexAgain, SvLBoxEntry*, _pEntry ) in IMPL_LINK() argument
675 IMPL_LINK( DbaIndexDialog, OnEntryEdited, SvLBoxEntry*, _pEntry ) in IMPL_LINK() argument
694 PostUserEvent(LINK(this, DbaIndexDialog, OnEditIndexAgain), _pEntry); in IMPL_LINK()
718 sal_Bool DbaIndexDialog::implSaveModified(sal_Bool _bPlausibility) in implSaveModified()
747 sal_Bool DbaIndexDialog::implCheckPlausibility(const ConstIndexesIterator& _rPos) in implCheckPlausibility()
783 sal_Bool DbaIndexDialog::implCommitPreviouslySelected() in implCommitPreviouslySelected()
801 IMPL_LINK( DbaIndexDialog, OnModified, void*, /*NOTINTERESTEDIN*/ )
813 void DbaIndexDialog::updateControls(const SvLBoxEntry* _pEntry) in updateControls()
843 IMPL_LINK( DbaIndexDialog, OnIndexSelected, DbaIndexList*, /*NOTINTERESTEDIN*/ )
880 void DbaIndexDialog::StateChanged( StateChangedType nType ) in StateChanged()
898 void DbaIndexDialog::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
911 ImageList DbaIndexDialog::getImageList(sal_Int16 _eBitmapSet,sal_Bool _bHiContast) const in getImageList()
923 void DbaIndexDialog::resizeControls(const Size& _rDiff) in resizeControls()