Lines Matching refs:SwGlobalTree

115 const SfxObjectShell* SwGlobalTree::pShowShell = 0;
177 SwGlobalTree::SwGlobalTree(Window* pParent, const ResId& rResId) : in SwGlobalTree() function in SwGlobalTree
199 aUpdateTimer.SetTimeoutHdl(LINK(this, SwGlobalTree, Timeout)); in SwGlobalTree()
207 SetDoubleClickHdl(LINK(this, SwGlobalTree, DoubleClickHdl)); in SwGlobalTree()
214 SwGlobalTree::~SwGlobalTree() in ~SwGlobalTree()
223 sal_Int8 SwGlobalTree::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop()
305 sal_Int8 SwGlobalTree::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop()
366 PopupMenu* SwGlobalTree::CreateContextMenu() in CreateContextMenu()
429 void SwGlobalTree::TbxMenuHdl(sal_uInt16 nTbxId, ToolBox* pBox) in TbxMenuHdl()
446 pMenu->SetSelectHdl(LINK(this, SwGlobalTree, PopupHdl)); in TbxMenuHdl()
461 pMenu->SetSelectHdl(LINK(this, SwGlobalTree, PopupHdl)); in TbxMenuHdl()
471 sal_uInt16 SwGlobalTree::GetEnableFlags() const in GetEnableFlags()
504 void SwGlobalTree::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
554 void SwGlobalTree::SelectHdl() in SelectHdl()
575 void SwGlobalTree::DeselectHdl() in DeselectHdl()
583 DragDropMode SwGlobalTree::NotifyStartDrag( TransferDataContainer& , in NotifyStartDrag()
594 long SwGlobalTree::GetTabPos( SvLBoxEntry*, SvLBoxTab* pTab) in GetTabPos()
602 sal_Bool SwGlobalTree::NotifyMoving( SvLBoxEntry* pTarget, in NotifyMoving()
621 sal_Bool SwGlobalTree::NotifyCopying( SvLBoxEntry* /*pTarget*/, in NotifyCopying()
632 sal_Bool SwGlobalTree::NotifyAcceptDrop( SvLBoxEntry* pEntry) in NotifyAcceptDrop()
639 void SwGlobalTree::StartDrag( sal_Int8 nAction, const Point& rPt ) in StartDrag()
647 void SwGlobalTree::DragFinished( sal_Int8 nAction ) in DragFinished()
657 void SwGlobalTree::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
670 void SwGlobalTree::GetFocus() in GetFocus()
680 void SwGlobalTree::KeyInput(const KeyEvent& rKEvt) in KeyInput()
700 void SwGlobalTree::Clear() in Clear()
708 void SwGlobalTree::Display(sal_Bool bOnlyUpdateUserData) in Display()
797 void SwGlobalTree::InsertRegion( const SwGlblDocContent* pCont, const String* pFileName ) in InsertRegion()
807 pDocInserter->StartExecuteModal( LINK( this, SwGlobalTree, DialogClosedHdl ) ); in InsertRegion()
822 void SwGlobalTree::EditContent(const SwGlblDocContent* pCont ) in EditContent()
859 IMPL_LINK( SwGlobalTree, PopupHdl, Menu* , pMenu) in IMPL_LINK() argument
867 void SwGlobalTree::ExcecuteContextMenuAction( sal_uInt16 nSelectedPopupEntry ) in ExcecuteContextMenuAction()
1106 IMPL_LINK( SwGlobalTree, Timeout, Timer*, EMPTYARG ) in IMPL_LINK() argument
1116 void SwGlobalTree::GotoContent(const SwGlblDocContent* pCont) in GotoContent()
1140 void SwGlobalTree::ShowTree() in ShowTree()
1148 void SwGlobalTree::HideTree() in HideTree()
1156 void SwGlobalTree::ExecCommand(sal_uInt16 nCmd) in ExecCommand()
1201 sal_Bool SwGlobalTree::Update(sal_Bool bHard) in Update()
1286 void SwGlobalTree::OpenDoc(const SwGlblDocContent* pCont) in OpenDoc()
1298 SwGlobalTree::SetShowShell(pCurr); in OpenDoc()
1300 this, SwGlobalTree, ShowFrameHdl ) ); in OpenDoc()
1322 IMPL_LINK( SwGlobalTree, DoubleClickHdl, SwGlobalTree *, EMPTYARG ) in IMPL_LINK() argument
1339 IMPL_STATIC_LINK_NOINSTANCE(SwGlobalTree, ShowFrameHdl, SwGlobalTree*, EMPTYARG) in IMPL_STATIC_LINK_NOINSTANCE() argument
1341 if(SwGlobalTree::GetShowShell()) in IMPL_STATIC_LINK_NOINSTANCE()
1342 SfxViewFrame::GetFirst(SwGlobalTree::GetShowShell())->ToTop(); in IMPL_STATIC_LINK_NOINSTANCE()
1343 SwGlobalTree::SetShowShell(0); in IMPL_STATIC_LINK_NOINSTANCE()
1349 void SwGlobalTree::InitEntry(SvLBoxEntry* pEntry, in InitEntry()
1385 void SwGlobalTree::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
1397 void SwGlobalTree::InsertRegion( const SwGlblDocContent* _pContent, const Sequence< OUString >& _rF… in InsertRegion()
1491 IMPL_LINK( SwGlobalTree, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg ) in IMPL_LINK() argument