Lines Matching refs:SwNavigationPI
109 void SwNavigationPI::CleanEntry( String& rEntry ) in SFX_IMPL_CHILDWINDOW_CONTEXT()
122 void SwNavigationPI::MoveOutline(sal_uInt16 nSource, sal_uInt16 nTarget, in MoveOutline()
174 IMPL_LINK( SwNavigationPI, DocListBoxSelectHdl, ListBox *, pBox ) in IMPL_LINK() argument
204 void SwNavigationPI::FillBox() in FillBox()
230 void SwNavigationPI::UsePage(SwWrtShell *pSh) in UsePage()
255 IMPL_LINK( SwNavigationPI, ToolBoxSelectHdl, ToolBox *, pBox ) in IMPL_LINK() argument
398 IMPL_LINK( SwNavigationPI, ToolBoxClickHdl, ToolBox *, pBox ) in IMPL_LINK() argument
417 IMPL_LINK( SwNavigationPI, ToolBoxDropdownClickHdl, ToolBox*, pBox ) in IMPL_LINK() argument
443 pMenu->SetSelectHdl(LINK(this, SwNavigationPI, MenuSelectHdl)); in IMPL_LINK()
463 pMenu->SetSelectHdl(LINK(this, SwNavigationPI, MenuSelectHdl)); in IMPL_LINK()
481 SwNavHelpToolBox::SwNavHelpToolBox(SwNavigationPI* pParent, const ResId &rResId) : in SwNavHelpToolBox()
492 …((SwNavigationPI*)GetParent())->CreateNavigationTool(GetItemRect(FN_CREATE_NAVIGATION), sal_False); in MouseButtonDown()
500 void SwNavigationPI::CreateNavigationTool(const Rectangle& rRect, sal_Bool bSetFocus) in CreateNavigationTool()
542 IMPL_LINK( SwNavigationPI, EditAction, NumEditAction *, pEdit ) in IMPL_LINK() argument
562 IMPL_LINK( SwNavigationPI, EditGetFocus, NumEditAction *, pEdit ) in IMPL_LINK() argument
579 sal_Bool SwNavigationPI::Close() in Close()
592 void SwNavigationPI::MakeMark() in MakeMark()
625 void SwNavigationPI::GotoPage() in GotoPage()
639 void SwNavigationPI::_ZoomOut() in _ZoomOut()
674 void SwNavigationPI::_ZoomIn() in _ZoomIn()
707 void SwNavigationPI::Resize() in Resize()
763 SwNavigationPI::SwNavigationPI( SfxBindings* _pBindings, in SwNavigationPI() function in SwNavigationPI
814 pEdit->SetActionHdl(LINK(this, SwNavigationPI, EditAction)); in SwNavigationPI()
815 pEdit->SetGetFocusHdl(LINK(this, SwNavigationPI, EditGetFocus)); in SwNavigationPI()
817 pEdit->SetUpHdl(LINK(this, SwNavigationPI, PageEditModifyHdl)); in SwNavigationPI()
818 pEdit->SetDownHdl(LINK(this, SwNavigationPI, PageEditModifyHdl)); in SwNavigationPI()
908 Link aLk = LINK(this, SwNavigationPI, ToolBoxSelectHdl); in SwNavigationPI()
911 aDocListBox.SetSelectHdl(LINK(this, SwNavigationPI, in SwNavigationPI()
913 aContentToolBox.SetClickHdl( LINK(this, SwNavigationPI, ToolBoxClickHdl) ); in SwNavigationPI()
914 aContentToolBox.SetDropdownClickHdl( LINK(this, SwNavigationPI, ToolBoxDropdownClickHdl) ); in SwNavigationPI()
915 aGlobalToolBox.SetClickHdl( LINK(this, SwNavigationPI, ToolBoxClickHdl) ); in SwNavigationPI()
916 aGlobalToolBox.SetDropdownClickHdl( LINK(this, SwNavigationPI, ToolBoxDropdownClickHdl) ); in SwNavigationPI()
950 aPageChgTimer.SetTimeoutHdl(LINK(this, SwNavigationPI, ChangePageHdl)); in SwNavigationPI()
971 SwNavigationPI::~SwNavigationPI() in ~SwNavigationPI()
1005 void SwNavigationPI::SetPopupWindow( SfxPopupWindow* pWindow ) in SetPopupWindow()
1008 pPopupWindow->SetPopupModeEndHdl( LINK( this, SwNavigationPI, PopupModeEndHdl )); in SetPopupWindow()
1009 pPopupWindow->SetDeleteLink_Impl( LINK( this, SwNavigationPI, ClosePopupWindow )); in SetPopupWindow()
1016 IMPL_LINK( SwNavigationPI, PopupModeEndHdl, void *, EMPTYARG ) in IMPL_LINK() argument
1040 IMPL_LINK( SwNavigationPI, ClosePopupWindow, SfxPopupWindow *, pWindow ) in IMPL_LINK() argument
1054 void SwNavigationPI::StateChanged( sal_uInt16 nSID, SfxItemState /*eState*/, in StateChanged()
1088 NumEditAction& SwNavigationPI::GetPageEdit() in GetPageEdit()
1097 SfxChildAlignment SwNavigationPI::CheckAlignment in CheckAlignment()
1140 void SwNavigationPI::Notify( SfxBroadcaster& rBrdc, const SfxHint& rHint ) in Notify()
1185 IMPL_LINK( SwNavigationPI, MenuSelectHdl, Menu *, pMenu ) in IMPL_LINK() argument
1203 void SwNavigationPI::UpdateListBox() in UpdateListBox()
1281 IMPL_LINK(SwNavigationPI, DoneLink, SfxPoolItem *, pItem) in IMPL_LINK() argument
1304 String SwNavigationPI::CreateDropFileName( TransferableDataHelper& rData ) in CreateDropFileName()
1339 sal_Int8 SwNavigationPI::AcceptDrop( const AcceptDropEvent& /*rEvt*/ ) in AcceptDrop()
1354 sal_Int8 SwNavigationPI::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
1360 0 != (sFileName = SwNavigationPI::CreateDropFileName( aData )).Len() ) in ExecuteDrop()
1382 LINK( this, SwNavigationPI, DoneLink ) ); in ExecuteDrop()
1396 void SwNavigationPI::SetRegionDropMode(sal_uInt16 nNewMode) in SetRegionDropMode()
1419 sal_Bool SwNavigationPI::ToggleTree() in ToggleTree()
1455 sal_Bool SwNavigationPI::IsGlobalDoc() const in IsGlobalDoc()
1469 IMPL_LINK( SwNavigationPI, ChangePageHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
1478 IMPL_LINK( SwNavigationPI, PageEditModifyHdl, Edit*, EMPTYARG ) in IMPL_LINK() argument
1489 SwView* SwNavigationPI::GetCreateView() const in GetCreateView()
1498 ((SwNavigationPI*)this)->pCreateView = pView; in GetCreateView()
1499 ((SwNavigationPI*)this)->StartListening(*pCreateView); in GetCreateView()
1519 SwNavigationPI* pNavi = new SwNavigationPI( _pBindings, this, pParent ); in SwNavigationChild()
1543 void SwNavigationPI::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1559 void SwNavigationPI::InitImageList() in InitImageList()