Home
last modified time | relevance | path

Searched refs:SetScrollHdl (Results 1 – 25 of 61) sorted by path

123

/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1698 aEWVScrollBar.SetScrollHdl( LINK( this, ComplexEditorWindow, ScrollHdl ) ); in ComplexEditorWindow()
H A Dbastypes.cxx87 pShellVScrollBar->SetScrollHdl( Link() ); in ~IDEBaseWindow()
89 pShellHScrollBar->SetScrollHdl( Link() ); in ~IDEBaseWindow()
98 pShellVScrollBar->SetScrollHdl( LINK( this, IDEBaseWindow, ScrollHdl ) ); in Init()
100 pShellHScrollBar->SetScrollHdl( LINK( this, IDEBaseWindow, ScrollHdl ) ); in Init()
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx1847 m_aScrollSB.SetScrollHdl( aScrLk ); in HangulHanjaEditDictDialog()
/trunk/main/cui/source/options/
H A Doptcolor.cxx1174 aVScroll.SetScrollHdl(aScrollLink); in ColorConfigCtrl_Impl()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx239 m_pVertScroll->SetScrollHdl(LINK(this, OFieldDescControl, OnScroll)); in Contruct()
240 m_pHorzScroll->SetScrollHdl(LINK(this, OFieldDescControl, OnScroll)); in Contruct()
/trunk/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx159 GetHScrollBar()->SetScrollHdl( LINK(m_pTableView, OJoinTableView, ScrollHdl) ); in setTableView()
160 GetVScrollBar()->SetScrollHdl( LINK(m_pTableView, OJoinTableView, ScrollHdl) ); in setTableView()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx196 SetScrollHdl( LINK( this, ExtBoxWithBtns_Impl, ScrollHdl ) ); in ExtBoxWithBtns_Impl()
H A Ddp_gui_extlistbox.cxx215 m_pScrollBar->SetScrollHdl( LINK( this, ExtensionBox_Impl, ScrollHdl ) ); in ExtensionBox_Impl()
1245 void ExtensionBox_Impl::SetScrollHdl( const Link& rLink ) in SetScrollHdl() function in dp_gui::ExtensionBox_Impl
1248 m_pScrollBar->SetScrollHdl( rLink ); in SetScrollHdl()
H A Ddp_gui_extlistbox.hxx206 void SetScrollHdl( const Link& rLink );
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx286 aHoriScroll.SetScrollHdl( aScrollLnk ); in BibGeneralPage()
287 aVertScroll.SetScrollHdl( aScrollLnk ); in BibGeneralPage()
/trunk/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx383 m_aVScroll.SetScrollHdl(LINK(this, OBrowserListBox, ScrollHdl)); in DBG_NAME()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfileview.cxx333 pHScrollbar->SetScrollHdl(LINK(this, XMLFileWindow, ScrollHdl)); in CreateTextEngine()
337 pVScrollbar->SetScrollHdl(LINK(this, XMLFileWindow, ScrollHdl)); in CreateTextEngine()
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx366 m_pVScroll->SetScrollHdl ( LINK( this, RichTextControlImpl, OnVScroll ) ); in ensureScrollbars()
378 m_pHScroll->SetScrollHdl ( LINK( this, RichTextControlImpl, OnHScroll ) ); in ensureScrollbars()
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx92 aSlider.SetScrollHdl( LINK( this, ParaWin, ScrollHdl ) ); in ParaWin()
H A Dparawin.hxx155 void SetScrollHdl( const Link& rLink ) { aScrollLink = rLink; } in SetScrollHdl() function in formula::ParaWin
/trunk/main/reportdesign/source/ui/dlg/
H A DCondFormat.cxx116 m_aCondScroll.SetScrollHdl( LINK( this, ConditionalFormattingDialog, OnScroll ) ); in DBG_NAME()
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx93 _rScrollBar.SetScrollHdl( LINK( this, OScrollWindowHelper, ScrollHdl ) ); in impl_initScrollBar()
/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx117 maHScroll.SetScrollHdl( aLink ); in Init()
118 maVScroll.SetScrollHdl( aLink ); in Init()
H A Dfieldwnd.cxx155 mrScrollBar.SetScrollHdl( LINK( this, ScPivotFieldWindow, ScrollHdl ) ); in ScPivotFieldWindow()
H A Dfiltdlg.cxx325 aScrollBar.SetScrollHdl( LINK( this, ScFilterDlg, ScrollHdl ) ); in Init()
/trunk/main/sc/source/ui/inc/
H A Dparawin.hxx152 void SetScrollHdl( const Link& rLink ) { aScrollLink = rLink; } in SetScrollHdl() function in ScParaWin
/trunk/main/sc/source/ui/miscdlgs/
H A Doptsolver.cxx361 maScrollBar.SetScrollHdl( LINK( this, ScOptSolverDlg, ScrollHdl ) ); in Init()
H A Dretypepassdlg.cxx180 maScrollBar.SetScrollHdl( LINK( this, ScRetypePassDlg, ScrollHdl ) ); in Init()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx421 rScrollBar.SetScrollHdl( LINK(this, ScTabView, ScrollHdl) );
/trunk/main/sd/source/ui/animations/
H A DDialogListBox.cxx40 mpVScrollBar->SetScrollHdl( aLink ); in DialogListBox()
41 mpHScrollBar->SetScrollHdl( aLink ); in DialogListBox()

Completed in 170 milliseconds

123