Home
last modified time | relevance | path

Searched refs:SetSelectHdl (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DPageStylesPanel.cxx163 mpColumnCount->SetSelectHdl( LINK(this, PageStylesPanel, ModifyColumnCountHdl) ); in Initialize()
165 mpNumberSelectLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyNumberingHdl) ); in Initialize()
166 mpLayoutSelectLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyLayoutHdl) ); in Initialize()
167 mpBgFillType->SetSelectHdl( LINK(this, PageStylesPanel, ModifyFillStyleHdl)); in Initialize()
168 mpBgColorLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyFillColorListHdl)); in Initialize()
169 mpBgGradientLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyFillColorListHdl)); in Initialize()
170 mpBgHatchingLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyFillColorHdl)); in Initialize()
171 mpBgBitmapLB->SetSelectHdl( LINK(this, PageStylesPanel, ModifyFillColorHdl)); in Initialize()
H A DPageFooterPanel.cxx123 mpFooterMarginPresetLB->SetSelectHdl( LINK(this, PageFooterPanel, FooterLRMarginHdl)); in Initialize()
124 mpFooterSpacingLB->SetSelectHdl( LINK(this, PageFooterPanel, FooterSpacingHdl)); in Initialize()
125 mpFooterLayoutLB->SetSelectHdl( LINK(this, PageFooterPanel, FooterLayoutHdl)); in Initialize()
H A DPageHeaderPanel.cxx125 mpHeaderMarginPresetLB->SetSelectHdl( LINK(this, PageHeaderPanel, HeaderLRMarginHdl)); in Initialize()
126 mpHeaderSpacingLB->SetSelectHdl( LINK(this, PageHeaderPanel, HeaderSpacingHdl)); in Initialize()
127 mpHeaderLayoutLB->SetSelectHdl( LINK(this, PageHeaderPanel, HeaderLayoutHdl)); in Initialize()
H A DPageFormatPanel.cxx147 mpPaperSizeBox->SetSelectHdl( LINK(this, PageFormatPanel, PaperFormatModifyHdl )); in Initialize()
148 mpPaperOrientation->SetSelectHdl( LINK(this, PageFormatPanel, PaperFormatModifyHdl )); in Initialize()
151 mpMarginSelectBox->SetSelectHdl( LINK(this, PageFormatPanel, PaperModifyMarginHdl)); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/line/
H A DLinePropertyPanelBase.cxx239 mpLBStyle->SetSelectHdl( LINK( this, LinePropertyPanelBase, ChangeLineStyleHdl ) ); in Initialize()
247 mpTBWidth->SetSelectHdl ( aLink2 ); in Initialize()
252 mpLBStart->SetSelectHdl( LINK( this, LinePropertyPanelBase, ChangeStartHdl ) ); in Initialize()
254 mpLBEnd->SetSelectHdl( LINK( this, LinePropertyPanelBase, ChangeEndHdl ) ); in Initialize()
259 mpLBEdgeStyle->SetSelectHdl( LINK( this, LinePropertyPanelBase, ChangeEdgeStyleHdl ) ); in Initialize()
261 mpLBCapStyle->SetSelectHdl( LINK( this, LinePropertyPanelBase, ChangeCapStyleHdl ) ); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dcolorbox.hxx55 void SetSelectHdl(const Link<SvxColorListBox&, void>& rLink) in SetSelectHdl() function in SvxColorListBox
113 void SetSelectHdl(const Link<ColorListBox&, void>& rLink) in SetSelectHdl() function in ColorListBox
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/controller/
H A Ddisplaymodecontroller.cxx145 SetSelectHdl( LINK( this, DisplayModeToolbarMenu, SelectToolbarMenuHdl ) ); in DisplayModeToolbarMenu()
148 mpDisplayModeSet1->SetSelectHdl( LINK( this, DisplayModeToolbarMenu, SelectValueSetHdl ) ); in DisplayModeToolbarMenu()
164 mpDisplayModeSet2->SetSelectHdl( LINK( this, DisplayModeToolbarMenu, SelectValueSetHdl ) ); in DisplayModeToolbarMenu()
H A Dslidelayoutcontroller.cxx165 SetSelectHdl( LINK( this, LayoutToolbarMenu, SelectToolbarMenuHdl ) ); in LayoutToolbarMenu()
168 mpLayoutSet1->SetSelectHdl( LINK( this, LayoutToolbarMenu, SelectValueSetHdl ) ); in LayoutToolbarMenu()
197 mpLayoutSet2->SetSelectHdl( LINK( this, LayoutToolbarMenu, SelectValueSetHdl ) ); in LayoutToolbarMenu()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/avmedia/source/framework/
H A Dmediacontrol.cxx67 mpPlayToolBox->SetSelectHdl( LINK( this, MediaControl, implSelectHdl ) ); in MediaControl()
83 mpMuteToolBox->SetSelectHdl( LINK( this, MediaControl, implSelectHdl ) ); in MediaControl()
94 mpZoomListBox->SetSelectHdl( LINK( this, MediaControl, implZoomSelectHdl ) ); in MediaControl()
100 mpZoomToolBox->SetSelectHdl( LINK( this, MediaControl, implSelectHdl ) ); in MediaControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx138 SetSelectHdl( LINK( this, ExtrusionDirectionWindow, SelectToolbarMenuHdl ) ); in ExtrusionDirectionWindow()
141 mpDirectionSet->SetSelectHdl( LINK( this, ExtrusionDirectionWindow, SelectValueSetHdl ) ); in ExtrusionDirectionWindow()
375 SetSelectHdl( LINK( this, ExtrusionDepthWindow, SelectHdl ) ); in ExtrusionDepthWindow()
605 SetSelectHdl( LINK( this, ExtrusionLightingWindow, SelectToolbarMenuHdl ) ); in ExtrusionLightingWindow()
610 mpLightingSet->SetSelectHdl( LINK( this, ExtrusionLightingWindow, SelectValueSetHdl ) ); in ExtrusionLightingWindow()
841 SetSelectHdl( LINK( this, ExtrusionSurfaceWindow, SelectHdl ) ); in ExtrusionSurfaceWindow()
H A Dbulletsnumbering.cxx125 mpValueSet->SetSelectHdl( LINK( this, NumberingPopup, VSSelectValueSetHdl ) ); in NumberingPopup()
126 SetSelectHdl( LINK( this, NumberingPopup, VSSelectToolbarMenuHdl ) ); in NumberingPopup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/media/
H A DMediaPlaybackPanel.cxx81 mpPlayToolBox->SetSelectHdl(LINK(this, MediaPlaybackPanel, PlayToolBoxSelectHdl)); in Initialize()
82 mpMuteToolBox->SetSelectHdl(LINK(this, MediaPlaybackPanel, PlayToolBoxSelectHdl)); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/sidebar/
H A DSlideBackground.cxx219 mpPaperSizeBox->SetSelectHdl(LINK(this,SlideBackground,PaperSizeModifyHdl)); in Initialize()
220 mpPaperOrientation->SetSelectHdl(LINK(this,SlideBackground,PaperSizeModifyHdl)); in Initialize()
224 mpMasterSlide->SetSelectHdl(LINK(this, SlideBackground, AssignMasterPage)); in Initialize()
226 mpFillStyle->SetSelectHdl(LINK(this, SlideBackground, FillStyleModifyHdl)); in Initialize()
227 mpFillLB->SetSelectHdl(LINK(this, SlideBackground, FillColorHdl)); in Initialize()
228 mpFillGrad->SetSelectHdl(LINK(this, SlideBackground, FillColorHdl)); in Initialize()
229 mpFillAttr->SetSelectHdl(LINK(this, SlideBackground, FillBackgroundHdl)); in Initialize()
253 mpMarginSelectBox->SetSelectHdl(LINK(this, SlideBackground,ModifyMarginHdl)); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/sidebar/
H A DCellBorderStyleControl.cxx67 maTBBorder1->SetSelectHdl ( LINK(this, CellBorderStylePopup, TB1SelectHdl) ); in Initialize()
71 maTBBorder2->SetSelectHdl ( LINK(this, CellBorderStylePopup, TB2SelectHdl) ); in Initialize()
73 maTBBorder3->SetSelectHdl ( LINK(this, CellBorderStylePopup, TB3SelectHdl) ); in Initialize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/area/
H A DAreaTransparencyGradientPopup.cxx51 maBtnLeft45->SetSelectHdl(LINK(this, AreaTransparencyGradientPopup, Left_Click45_Impl)); in AreaTransparencyGradientPopup()
52 maBtnRight45->SetSelectHdl(LINK(this, AreaTransparencyGradientPopup, Right_Click45_Impl)); in AreaTransparencyGradientPopup()
H A DAreaPropertyPanelBase.cxx166 mpLbFillType->SetSelectHdl( LINK( this, AreaPropertyPanelBase, SelectFillTypeHdl ) ); in Initialize()
170 mpLbFillAttr->SetSelectHdl( aLink ); in Initialize()
171 mpGradientStyle->SetSelectHdl( aLink ); in Initialize()
172 mpLbFillGradFrom->SetSelectHdl( aLink3 ); in Initialize()
173 mpLbFillGradTo->SetSelectHdl( aLink3 ); in Initialize()
176 mpLBTransType->SetSelectHdl(LINK(this, AreaPropertyPanelBase, ChangeTrgrTypeHdl_Impl)); in Initialize()
186 mpBTNGradient->SetSelectHdl( aLink2 ); in Initialize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Dtabledatawindow.hxx45 void SetSelectHdl(const Link<LinkParamNone*,void>& rLink) in SetSelectHdl() function in svt::table::TableDataWindow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Dtabledatawindow.hxx46 void SetSelectHdl(const Link<LinkParamNone*,void>& rLink) in SetSelectHdl() function in svt::table::TableDataWindow
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dfloat3d.cxx279 m_pLbMatColor->SetSelectHdl( aLink4 ); in Svx3DWin()
280 m_pLbMatEmission->SetSelectHdl( aLink4 ); in Svx3DWin()
282 m_pLbLight1->SetSelectHdl( aLink4 ); in Svx3DWin()
283 m_pLbLight2->SetSelectHdl( aLink4 ); in Svx3DWin()
284 m_pLbLight3->SetSelectHdl( aLink4 ); in Svx3DWin()
285 m_pLbLight4->SetSelectHdl( aLink4 ); in Svx3DWin()
286 m_pLbLight5->SetSelectHdl( aLink4 ); in Svx3DWin()
287 m_pLbLight6->SetSelectHdl( aLink4 ); in Svx3DWin()
288 m_pLbLight7->SetSelectHdl( aLink4 ); in Svx3DWin()
289 m_pLbLight8->SetSelectHdl( aLink4 ); in Svx3DWin()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/cctrl/
H A Dcbnumberformat.cxx31 SetSelectHdl(LINK(this, ScNumberFormat, NumFormatSelectHdl)); in ScNumberFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dgalbrws2.cxx296 mpBackgroundPopup->SetSelectHdl( LINK( this, GalleryThemePopup, BackgroundMenuSelectHdl ) ); in ExecutePopup()
301 mpPopupMenu->SetSelectHdl( LINK( this, GalleryThemePopup, MenuSelectHdl ) ); in ExecutePopup()
409 maViewBox->SetSelectHdl( LINK( this, GalleryBrowser2, SelectTbxHdl ) ); in GalleryBrowser2()
418 mpIconView->SetSelectHdl( LINK( this, GalleryBrowser2, SelectObjectValueSetHdl ) ); in GalleryBrowser2()
419 mpListView->SetSelectHdl( LINK( this, GalleryBrowser2, SelectObjectHdl ) ); in GalleryBrowser2()
716 mpIconView->SetSelectHdl( LINK( this, GalleryBrowser2, SelectObjectValueSetHdl ) ); in SelectTheme()
717 mpListView->SetSelectHdl( LINK( this, GalleryBrowser2, SelectObjectHdl ) ); in SelectTheme()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Daccel.hxx76 …void SetSelectHdl( const Link<Accelerator&,void>& rLink ) { maSelectHdl = rLink… in UNLESS_MERGELIBS()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Daccel.hxx77 …void SetSelectHdl( const Link<Accelerator&,void>& rLink ) { maSelectHdl = rLink… in SetSelectHdl() function in Accelerator
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/formdlg/
H A Ddwfunctr.cxx72 aCatBox->SetSelectHdl(aLink); in ScFunctionWin()
73 aFuncList->SetSelectHdl(aLink); in ScFunctionWin()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/toolkit/
H A Dmenubtn.hxx89 void SetSelectHdl( const Link<MenuButton *, void>& rLink ) { maSelectHdl = rLink; } in SetSelectHdl() function in MenuButton

1234567891011