Home
last modified time | relevance | path

Searched refs:UnoTreeListEntry (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx148 class UnoTreeListEntry : public SvLBoxEntry class
151 UnoTreeListEntry( const Reference< XTreeNode >& xNode, TreeControlPeer* pPeer );
152 virtual ~UnoTreeListEntry();
160 class TreeNodeMap : public std::map< Reference< XTreeNode >, UnoTreeListEntry* >
187 void TreeControlPeer::addEntry( UnoTreeListEntry* pEntry ) in addEntry()
202 void TreeControlPeer::removeEntry( UnoTreeListEntry* pEntry ) in removeEntry()
216 UnoTreeListEntry* TreeControlPeer::getEntry( const Reference< XTreeNode >& xNode, bool bThrow /* = … in getEntry()
258 UnoTreeListEntry* TreeControlPeer::createEntry( const Reference< XTreeNode >& xNode, UnoTreeListEnt… in createEntry()
260 UnoTreeListEntry* pEntry = 0; in createEntry()
264 pEntry = new UnoTreeListEntry( xNode, this ); in createEntry()
[all …]
H A Dtreecontrolpeer.hxx40 class UnoTreeListEntry;
51 friend class UnoTreeListEntry;
117UnoTreeListEntry* getEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree::X…
121 bool onEditingEntry( UnoTreeListEntry* pEntry );
122 bool onEditedEntry( UnoTreeListEntry* pEntry, const XubString& rNewText );
126 …r::uno::Reference< ::com::sun::star::awt::tree::XTreeNode >& xNode, UnoTreeListEntry* pParentEntry…
128UnoTreeListEntry* createEntry( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::tree…
129 bool updateEntry( UnoTreeListEntry* pEntry );
133 …::Reference< ::com::sun::star::awt::tree::XTreeNode >& xParentNode, UnoTreeListEntry* pParentEntry…
149 void addEntry( UnoTreeListEntry* pEntry );
[all …]