Searched refs:SwGlobalTree (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/ui/utlui/ |
H A D | glbltree.cxx | 177 SwGlobalTree::SwGlobalTree(Window* pParent, const ResId& rResId) : in SwGlobalTree() function in SwGlobalTree 214 SwGlobalTree::~SwGlobalTree() in ~SwGlobalTree() 554 void SwGlobalTree::SelectHdl() in SelectHdl() 575 void SwGlobalTree::DeselectHdl() in DeselectHdl() 670 void SwGlobalTree::GetFocus() in GetFocus() 700 void SwGlobalTree::Clear() in Clear() 1141 void SwGlobalTree::ShowTree() in ShowTree() 1149 void SwGlobalTree::HideTree() in HideTree() 1323 IMPL_LINK( SwGlobalTree, DoubleClickHdl, SwGlobalTree *, EMPTYARG ) in IMPL_LINK() argument 1340 IMPL_STATIC_LINK_NOINSTANCE(SwGlobalTree, ShowFrameHdl, SwGlobalTree*, EMPTYARG) in IMPL_STATIC_LINK_NOINSTANCE() argument [all …]
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | conttree.hxx | 229 class SwGlobalTree : public SvTreeListBox class 300 DECL_LINK( DoubleClickHdl, SwGlobalTree * ); 312 DECL_STATIC_LINK(SwGlobalTree, ShowFrameHdl, SwGlobalTree*); 318 SwGlobalTree(Window* pParent, const ResId& rResId); 319 virtual ~SwGlobalTree();
|
H A D | navipi.hxx | 66 friend class SwGlobalTree; 74 SwGlobalTree aGlobalTree;
|
Completed in 17 milliseconds