Searched refs:SwNaviImageButton (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 661 void SwNaviImageButton::Click() in Click() 677 void SwNaviImageButton::SetPopupWindow( SfxPopupWindow* pWindow ) in SetPopupWindow() 680 pPopupWindow->SetPopupModeEndHdl( LINK( this, SwNaviImageButton, PopupModeEndHdl )); in SetPopupWindow() 681 pPopupWindow->SetDeleteLink_Impl( LINK( this, SwNaviImageButton, ClosePopupWindow )); in SetPopupWindow() 686 IMPL_LINK( SwNaviImageButton, PopupModeEndHdl, void *, EMPTYARG ) in IMPL_LINK() argument 707 IMPL_LINK( SwNaviImageButton, ClosePopupWindow, SfxPopupWindow *, pWindow ) in IMPL_LINK() argument 733 SwNaviImageButton::SwNaviImageButton( in SwNaviImageButton() function in SwNaviImageButton 753 void SwNaviImageButton::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | workctrl.hxx | 165 class SwNaviImageButton : public ImageButton class 184 …SwNaviImageButton(Window* pParent, const ::com::sun::star::uno::Reference< ::com::sun::star::frame…
|
H A D | view.hxx | 67 class SwNaviImageButton; 235 SwNaviImageButton *pNaviBtn;
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewmdi.cxx | 346 pNaviBtn = new SwNaviImageButton(pMDI, xFrame ); in CreatePageButtons()
|
Completed in 19 milliseconds