Lines Matching refs:AtomContainerTreeListBox
562 class AtomContainerTreeListBox : public SvTreeListBox class
565 AtomContainerTreeListBox( Window* pParent );
566 ~AtomContainerTreeListBox();
598 typedef std::pair< AtomContainerTreeListBox*, SvLBoxEntry* > AtomContainerEntryPair;
600 AtomContainerTreeListBox::AtomContainerTreeListBox( Window* pParent ) in AtomContainerTreeListBox() function in AtomContainerTreeListBox
615 AtomContainerTreeListBox::~AtomContainerTreeListBox() in ~AtomContainerTreeListBox()
619 void AtomContainerTreeListBox::SetTabs() in SetTabs()
638 void AtomContainerTreeListBox::InitEntry(SvLBoxEntry* pEntry,const XubString& aStr,const Image& aCo… in InitEntry()
645 SvLBoxEntry* AtomContainerTreeListBox::findAtom( Atom* pAtom ) in findAtom()
659 BOOL AtomContainerTreeListBox::Expand( SvLBoxEntry* pParent ) in Expand()
674 BOOL AtomContainerTreeListBox::Collapse( SvLBoxEntry* pParent ) in Collapse()
689 void AtomContainerTreeListBox::SetRootAtom( const Atom* pAtom ) in SetRootAtom()
695 void AtomContainerTreeListBox::InsertAtom( const Atom* pAtom, SvLBoxEntry* pParent /* = 0 */ ) in InsertAtom()
836 AtomContainerTreeListBox* mpListBox[2];
842 DECL_LINK( implSelectHdl, AtomContainerTreeListBox* );
951 mpListBox[nPane] = new AtomContainerTreeListBox( this ); in MSViewerWorkWindow()
1002 IMPL_LINK(MSViewerWorkWindow,implSelectHdl, AtomContainerTreeListBox*, pListBox ) in IMPL_LINK() argument
1027 …AtomContainerTreeListBox* pDestinationListBox = (pPair->first == mpListBox[0]) ? mpListBox[1] : mp… in Sync()