Lines Matching refs:ScConflictsDlg

464 ScConflictsDlg::ScConflictsDlg( Window* pParent, ScViewData* pViewData, ScDocument* pSharedDoc, ScC…  in ScConflictsDlg()  function in ScConflictsDlg
518 maSelectionTimer.SetTimeoutHdl( LINK( this, ScConflictsDlg, UpdateSelectionHdl ) ); in ScConflictsDlg()
520 maLbConflicts.SetSelectHdl( LINK( this, ScConflictsDlg, SelectHandle ) ); in ScConflictsDlg()
521 maLbConflicts.SetDeselectHdl( LINK( this, ScConflictsDlg, DeselectHandle ) ); in ScConflictsDlg()
523 maBtnKeepMine.SetClickHdl( LINK( this, ScConflictsDlg, KeepMineHandle ) ); in ScConflictsDlg()
524 maBtnKeepOther.SetClickHdl( LINK( this, ScConflictsDlg, KeepOtherHandle ) ); in ScConflictsDlg()
525 maBtnKeepAllMine.SetClickHdl( LINK( this, ScConflictsDlg, KeepAllMineHandle ) ); in ScConflictsDlg()
526 maBtnKeepAllOthers.SetClickHdl( LINK( this, ScConflictsDlg, KeepAllOthersHandle ) ); in ScConflictsDlg()
537 ScConflictsDlg::~ScConflictsDlg() in ~ScConflictsDlg()
541 String ScConflictsDlg::GetConflictString( const ScConflictsListEntry& rConflictEntry ) in GetConflictString()
556 String ScConflictsDlg::GetActionString( const ScChangeAction* pAction, ScDocument* pDoc ) in GetActionString()
588 void ScConflictsDlg::HandleListBoxSelection( bool bSelectHandle ) in HandleListBoxSelection()
623 IMPL_LINK( ScConflictsDlg, SelectHandle, SvxRedlinTable*, EMPTYARG ) in IMPL_LINK() argument
638 IMPL_LINK( ScConflictsDlg, DeselectHandle, SvxRedlinTable*, EMPTYARG ) in IMPL_LINK() argument
652 IMPL_LINK( ScConflictsDlg, UpdateSelectionHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
690 void ScConflictsDlg::SetConflictAction( SvLBoxEntry* pRootEntry, ScConflictAction eConflictAction ) in SetConflictAction()
700 void ScConflictsDlg::KeepHandler( bool bMine ) in KeepHandler()
719 void ScConflictsDlg::KeepAllHandler( bool bMine ) in KeepAllHandler()
741 IMPL_LINK( ScConflictsDlg, KeepMineHandle, void*, EMPTYARG ) in IMPL_LINK() argument
748 IMPL_LINK( ScConflictsDlg, KeepOtherHandle, void*, EMPTYARG ) in IMPL_LINK() argument
755 IMPL_LINK( ScConflictsDlg, KeepAllMineHandle, void*, EMPTYARG ) in IMPL_LINK() argument
762 IMPL_LINK( ScConflictsDlg, KeepAllOthersHandle, void*, EMPTYARG ) in IMPL_LINK() argument
797 void ScConflictsDlg::Resize() in Resize()
831 void ScConflictsDlg::UpdateView() in UpdateView()