Lines Matching defs:pEntry

80 …ImplGraphicItem( SvLBoxEntry* pEntry, sal_uInt16 nFlags, Image& aImage ) : SvLBoxBmp( pEntry, nFla…  in ImplGraphicItem()
90 …ImplContextGraphicItem( SvLBoxEntry* pEntry,sal_uInt16 nFlags,Image& rI1,Image& rI2, sal_uInt16 nE… in ImplContextGraphicItem()
187 void TreeControlPeer::addEntry( UnoTreeListEntry* pEntry ) in addEntry()
202 void TreeControlPeer::removeEntry( UnoTreeListEntry* pEntry ) in removeEntry()
260 UnoTreeListEntry* pEntry = 0; in createEntry() local
297 bool TreeControlPeer::updateEntry( UnoTreeListEntry* pEntry ) in updateEntry()
465 UnoTreeListEntry* pEntry = createEntry( xNode, pParentEntry, LIST_APPEND ); in addNode() local
535 UnoTreeListEntry* pEntry = getEntry( *pNodes++ ); in ChangeNodesSelection() local
565 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection() local
573 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in getSelection() local
684 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in createSelectionEnumeration() local
708 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.FirstSelected() ); in createReverseSelectionEnumeration() local
745 SvLBoxEntry* pEntry = rTree.First(); in setDefaultExpandedGraphicURL() local
783 SvLBoxEntry* pEntry = rTree.First(); in setDefaultCollapsedGraphicURL() local
806 UnoTreeListEntry* pEntry = getEntry( xNode ); in isNodeExpanded() local
825 UnoTreeListEntry* pEntry = getEntry( xNode ); in makeNodeVisible() local
837 UnoTreeListEntry* pEntry = getEntry( xNode ); in isNodeVisible() local
848 UnoTreeListEntry* pEntry = getEntry( xNode ); in expandNode() local
860 UnoTreeListEntry* pEntry = getEntry( xNode ); in collapseNode() local
890 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.GetEntry( aPos, sal_True ) ); in getNodeForLocation() local
908 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( rTree.GetEntry( aPos, sal_True ) ); in getClosestNodeForLocation() local
922 UnoTreeListEntry* pEntry = getEntry( i_Node, true ); in getNodeRect() local
973 UnoTreeListEntry* pEntry = getEntry( xNode ); in startEditingAtNode() local
987 bool TreeControlPeer::onEditingEntry( UnoTreeListEntry* pEntry ) in onEditingEntry()
1006 bool TreeControlPeer::onEditedEntry( UnoTreeListEntry* pEntry, const XubString& rNewText ) in onEditedEntry()
1557 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( GetHdlEntry() ); in IMPL_LINK() local
1570 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( GetHdlEntry() ); in IMPL_LINK() local
1580 sal_uInt32 UnoTreeListBoxImpl::insert( SvLBoxEntry* pEntry,SvLBoxEntry* pParent,sal_uLong nPos ) in insert()
1592 UnoTreeListEntry* pEntry = dynamic_cast< UnoTreeListEntry* >( pParent ); in RequestingChilds() local
1599 sal_Bool UnoTreeListBoxImpl::EditingEntry( SvLBoxEntry* pEntry, Selection& ) in EditingEntry()
1606 sal_Bool UnoTreeListBoxImpl::EditedEntry( SvLBoxEntry* pEntry, const XubString& rNewText ) in EditedEntry()
1615 UnoTreeListItem::UnoTreeListItem( SvLBoxEntry* pEntry ) in UnoTreeListItem()
1724 void UnoTreeListItem::InitViewData( SvLBox* pView,SvLBoxEntry* pEntry, SvViewDataItem* pViewData) in InitViewData()