Searched refs:UnoTreeListEntry (Results 1 – 2 of 2) sorted by relevance
152 virtual ~UnoTreeListEntry();260 UnoTreeListEntry* pEntry = 0; in createEntry()565 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection()573 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection()684 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in createSelectionEnumeration()708 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in createReverseSelectionEnumeration()890 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.GetEntry( aPos, sal_True ) ); in getNodeForLocation()1557 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( GetHdlEntry() ); in IMPL_LINK()1570 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( GetHdlEntry() ); in IMPL_LINK()1592 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( pParent ); in RequestingChilds()[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 …]
Completed in 26 milliseconds