Home
last modified time | relevance | path

Searched refs:SwBookmarkControl (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/ui/utlui/
H A Dbookctrl.cxx53 SFX_IMPL_STATUSBAR_CONTROL( SwBookmarkControl, SfxStringItem );
87 SwBookmarkControl::SwBookmarkControl( sal_uInt16 _nSlotId, in SwBookmarkControl() function in SwBookmarkControl
96 SwBookmarkControl::~SwBookmarkControl() in ~SwBookmarkControl()
102 void SwBookmarkControl::StateChanged( in StateChanged()
116 void SwBookmarkControl::Paint( const UserDrawEvent& ) in Paint()
123 void SwBookmarkControl::Command( const CommandEvent& rCEvt ) in Command()
/AOO42X/main/sw/source/ui/inc/
H A Dbookctrl.hxx32 class SwBookmarkControl : public SfxStatusBarControl class
43 SwBookmarkControl( sal_uInt16 nSlotId, sal_uInt16 nId, StatusBar& rStb );
44 ~SwBookmarkControl();
/AOO42X/main/sw/source/ui/app/
H A Dswmodule.cxx414 SwBookmarkControl::RegisterControl(FN_STAT_PAGE, pMod ); in RegisterControls()