Searched refs:SwScrollNaviPopup (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/ui/ribbar/ |
H A D | workctrl.cxx | 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() 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() 650 String SwScrollNaviPopup::GetQuickHelpText(sal_Bool bNext) in GetQuickHelpText() 666 SwScrollNaviPopup( FN_SCROLL_NAVIGATION, in Click() [all …]
|
/trunk/main/sw/source/ui/inc/ |
H A D | workctrl.hxx | 130 class SwScrollNaviPopup : public SfxPopupWindow class 152 …SwScrollNaviPopup( sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame… 153 ~SwScrollNaviPopup(); 167 SwScrollNaviPopup* pPopup;
|
/trunk/main/sw/source/ui/utlui/ |
H A D | navipi.cxx | 505 SwScrollNaviPopup* pPopup = new in CreateNavigationTool() 506 SwScrollNaviPopup(FN_SCROLL_NAVIGATION, in CreateNavigationTool() 531 SetItemText(nItemId, SwScrollNaviPopup::GetQuickHelpText((FN_DOWN == nItemId))); in RequestHelp()
|
Completed in 25 milliseconds