Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/ribbar/
H A Dworkctrl.cxx71 #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()
[all …]
/trunk/main/sw/source/ui/inc/
H A Dworkctrl.hxx128 class SwScrollNaviPopup : public SfxPopupWindow class
150SwScrollNaviPopup( sal_uInt16 nId, const ::com::sun::star::uno::Reference< ::com::sun::star::frame…
151 ~SwScrollNaviPopup();
165 SwScrollNaviPopup* pPopup;
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx505 SwScrollNaviPopup* pPopup = new in CreateNavigationTool()
506 SwScrollNaviPopup(FN_SCROLL_NAVIGATION, in CreateNavigationTool()
531 SetItemText(nItemId, SwScrollNaviPopup::GetQuickHelpText((FN_DOWN == nItemId))); in RequestHelp()