Lines Matching refs:SwScrollNaviPopup
71 #error SwScrollNaviPopup-CTOR static Array falsche Size. Wurden neue IDs zugefuegt ??
479 SwScrollNaviPopup::SwScrollNaviPopup( sal_uInt16 nId, const Reference< XFrame >& rFrame ) in SwScrollNaviPopup() function in SwScrollNaviPopup
547 aToolBox.SetSelectHdl(LINK(this, SwScrollNaviPopup, SelectHdl)); in SwScrollNaviPopup()
555 SwScrollNaviPopup::~SwScrollNaviPopup() in ~SwScrollNaviPopup()
561 void SwScrollNaviPopup::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
572 void SwScrollNaviPopup::ApplyImageList() in ApplyImageList()
586 SfxPopupWindow* SwScrollNaviPopup::Clone() const in Clone()
588 return new SwScrollNaviPopup( GetId(), GetFrame() ); in Clone()
595 IMPL_LINK(SwScrollNaviPopup, SelectHdl, ToolBox*, pSet) in IMPL_LINK() argument
632 if ( ((SwScrollNaviPopup*)GetParent())->IsInPopupMode() ) in MouseButtonUp()
633 ((SwScrollNaviPopup*)GetParent())->EndPopupMode( FLOATWIN_POPUPMODEEND_CLOSEALL ); in MouseButtonUp()
641 SetItemText(NID_NEXT, SwScrollNaviPopup::GetQuickHelpText(sal_True)); in RequestHelp()
642 SetItemText(NID_PREV, SwScrollNaviPopup::GetQuickHelpText(sal_False)); in RequestHelp()
650 String SwScrollNaviPopup::GetQuickHelpText(sal_Bool bNext) in GetQuickHelpText()
666 SwScrollNaviPopup( FN_SCROLL_NAVIGATION, in Click()
724 SetQuickHelpText(SwScrollNaviPopup::GetQuickHelpText(!bUp)); in RequestHelp()