Searched refs:UnoTreeListEntry (Results 1 – 2 of 2) sorted by relevance
148 class UnoTreeListEntry : public SvLBoxEntry class151 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 …]
40 class UnoTreeListEntry;51 friend class UnoTreeListEntry;117 …UnoTreeListEntry* 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…128 …UnoTreeListEntry* 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 …]