Lines Matching refs:SvLBoxEntry

299 String SdPageObjsTLB::getAltLongDescText( SvLBoxEntry* pEntry , sal_Bool isAltText) const  in getAltLongDescText()
331 String SdPageObjsTLB::GetEntryAltText( SvLBoxEntry* pEntry ) const in GetEntryAltText()
336 String SdPageObjsTLB::GetEntryLongDescription( SvLBoxEntry* pEntry ) const in GetEntryLongDescription()
346 SvLBoxEntry* pCurEntry =GetCurEntry(); in MarkCurEntry()
347 SvLBoxEntry* pEntry =NULL; in MarkCurEntry()
388 SvLBoxEntry* pEntry =NULL; in FreshCurEntry()
399 SdContentLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, in SdContentLBoxString()
403 SvLBoxEntry* pEntry);
406 void SdPageObjsTLB::InitEntry(SvLBoxEntry* pEntry, in InitEntry()
417 SvLBoxEntry* pEntry ) in Paint()
442 void SdPageObjsTLB::SaveExpandedTreeItemState(SvLBoxEntry* pEntry, vector<String>& vectTreeItem) in SaveExpandedTreeItemState()
446 SvLBoxEntry* pListEntry = pEntry; in SaveExpandedTreeItemState()
453 SvLBoxEntry* pChildEntry = FirstChild(pListEntry); in SaveExpandedTreeItemState()
469 SvLBoxEntry* pEntry = FirstChild(NULL); in Clear()
518 SvLBoxEntry* pEntry = NULL; in SelectEntry()
547 SvLBoxEntry* pEntry = NULL; in HasSelectedChilds()
654 SvLBoxEntry* pFileEntry = InsertEntry( maDocName, in Fill()
674 SvLBoxEntry* pParentEntry, in AddShapeList()
687 SvLBoxEntry* pEntry = InsertEntry( in AddShapeList()
745 SvLBoxEntry* pNewEntry = InsertEntry( aStr, maImgOle, maImgOle, pEntry, in AddShapeList()
773 SvLBoxEntry* pNewEntry = InsertEntry( aStr, maImgGraphic, maImgGraphic, pEntry, in AddShapeList()
815SvLBoxEntry* pNewEntry = InsertEntry( aStr, rIconProvider.maImgObjects, rIconProvider.maImgObjects… in AddShapeList()
930 SvLBoxEntry* pEntry = First(); in IsEqualToDoc()
1005 SvLBoxEntry* pEntry = FirstSelected(); in GetSelectEntryList()
1030 void SdPageObjsTLB::RequestingChilds( SvLBoxEntry* pFileEntry ) in RequestingChilds()
1038 SvLBoxEntry* pPageEntry = NULL; in RequestingChilds()
1079 SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgOle, maImgOle, pPageEntry); in RequestingChilds()
1087 SvLBoxEntry* pNewEntry = InsertEntry(aStr, maImgGraphic, maImgGraphic, pPageEntry); in RequestingChilds()
1094 SvLBoxEntry* pNewEntry = InsertEntry(aStr, aImgObjects, aImgObjects, pPageEntry); in RequestingChilds()
1220 SvLBoxEntry* pEntry = FirstSelected(); in SelectHdl()
1246 SvLBoxEntry* pCursor = GetCurEntry(); in KeyInput()
1262 SvLBoxEntry* pNewEntry = GetCurEntry(); in KeyInput()
1327 SvLBoxEntry* pEntry = GetEntry(rPosPixel); in StartDrag()
1348 SvLBoxEntry* pParent = GetRootLevelParent(pEntry); in StartDrag()
1507 SvLBoxEntry* pEntry = GetDropTarget(rEvent.maPosPixel); in AcceptDrop()
1633 SvLBoxEntry* pTarget, in NotifyMoving()
1634 SvLBoxEntry* pEntry, in NotifyMoving()
1635 SvLBoxEntry*& rpNewParent, in NotifyMoving()
1638 SvLBoxEntry* pDestination = pTarget; in NotifyMoving()
1688 SvLBoxEntry* SdPageObjsTLB::GetDropTarget (const Point& rLocation) in GetDropTarget()
1690 SvLBoxEntry* pEntry = SvTreeListBox::GetDropTarget(rLocation); in GetDropTarget()
1706 SvLBoxEntry* pNext; in GetDropTarget()
1710 pNext = dynamic_cast<SvLBoxEntry*>(NextVisible(pEntry, &nDepth)); in GetDropTarget()
1724 bool SdPageObjsTLB::IsDropAllowed (SvLBoxEntry* pEntry) in IsDropAllowed()