Lines Matching refs:SvLBoxEntry

317 void SvTreeListBox::InitEntry( SvLBoxEntry* pEntry,  in InitEntry()
340 String SvTreeListBox::GetEntryText(SvLBoxEntry* pEntry) const in GetEntryText()
349 String SvTreeListBox::GetEntryAltText( SvLBoxEntry* ) const in GetEntryAltText()
354 String SvTreeListBox::GetEntryLongDescription( SvLBoxEntry* ) const in GetEntryLongDescription()
360 String SvTreeListBox::SearchEntryTextWithHeadTitle( SvLBoxEntry* pEntry ) in SearchEntryTextWithHeadTitle()
430 String SvTreeListBox::SearchEntryText( SvLBoxEntry* pEntry ) const in SearchEntryText()
452 const Image& SvTreeListBox::GetExpandedEntryBmp(SvLBoxEntry* pEntry, BmpColorMode _eMode) const in GetExpandedEntryBmp()
461 const Image& SvTreeListBox::GetCollapsedEntryBmp( SvLBoxEntry* pEntry, BmpColorMode _eMode ) const in GetCollapsedEntryBmp()
479 SvLBoxEntry* SvTreeListBox::InsertEntry( const XubString& aText,SvLBoxEntry* pParent, in IMPL_LINK_INLINE_END()
492 SvLBoxEntry* pEntry = CreateEntry(); in IMPL_LINK_INLINE_END()
518 SvLBoxEntry* SvTreeListBox::InsertEntry( const XubString& aText, in InsertEntry()
520 SvLBoxEntry* pParent, sal_Bool bChildsOnDemand, sal_uLong nPos, void* pUser, in InsertEntry()
529 SvLBoxEntry* pEntry = CreateEntry(); in InsertEntry()
548 void SvTreeListBox::SetEntryText( SvLBoxEntry* pEntry, const XubString& aStr) in SetEntryText()
558 void SvTreeListBox::SetExpandedEntryBmp( SvLBoxEntry* pEntry, const Image& aBmp, BmpColorMode _eMod… in SetExpandedEntryBmp()
578 void SvTreeListBox::SetCollapsedEntryBmp(SvLBoxEntry* pEntry,const Image& aBmp, BmpColorMode _eMode… in SetCollapsedEntryBmp()
598 void SvTreeListBox::ImpEntryInserted( SvLBoxEntry* pEntry ) in ImpEntryInserted()
602 SvLBoxEntry* pParent = (SvLBoxEntry*)pModel->GetParent( pEntry ); in ImpEntryInserted()
627 SetEntryHeight( (SvLBoxEntry*)pEntry ); in ImpEntryInserted()
632 void SvTreeListBox::SetCheckButtonState( SvLBoxEntry* pEntry, SvButtonState eState) in SetCheckButtonState()
658 SvButtonState SvTreeListBox::GetCheckButtonState( SvLBoxEntry* pEntry ) const in GetCheckButtonState()
692 SvLBoxEntry* SvTreeListBox::CloneEntry( SvLBoxEntry* pSource ) in CloneEntry()
712 SvLBoxEntry* pClone = CreateEntry(); in CloneEntry()
833 sal_Bool SvTreeListBox::EditingEntry( SvLBoxEntry*, Selection& ) in EditingEntry() argument
839 sal_Bool SvTreeListBox::EditedEntry( SvLBoxEntry* /*pEntry*/,const XubString& /*rNewText*/) in EditedEntry() argument
866 SvLBoxEntry* pEntry = First(); in KeyInput()
881 void SvTreeListBox::RequestingChilds( SvLBoxEntry* pParent ) in RequestingChilds()
899 SvLBoxEntry* pEntry = FirstSelected(); in GetFocus()
950 void SvTreeListBox::ShowTargetEmphasis( SvLBoxEntry* pEntry, sal_Bool /* bShow */ ) in ShowTargetEmphasis()
1020 void SvTreeListBox::SetEntryHeight( SvLBoxEntry* pEntry ) in SetEntryHeight()
1085 sal_Bool SvTreeListBox::Expand( SvLBoxEntry* pParent ) in Expand()
1128 sal_Bool SvTreeListBox::Collapse( SvLBoxEntry* pParent ) in Collapse()
1155 sal_Bool SvTreeListBox::Select( SvLBoxEntry* pEntry, sal_Bool bSelect ) in Select()
1177 sal_uLong SvTreeListBox::SelectChilds( SvLBoxEntry* pParent, sal_Bool bSelect ) in SelectChilds()
1185 SvLBoxEntry* pChild = FirstChild( pParent ); in SelectChilds()
1206 sal_uInt16 nRefDepth = pModel->GetDepth( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree()
1207 SvLBoxEntry* pTmp = (SvLBoxEntry*)pEntry; in ModelHasInsertedTree()
1213 pImp->TreeInserted( (SvLBoxEntry*)pEntry ); in ModelHasInsertedTree()
1219 ImpEntryInserted( (SvLBoxEntry*)pEntry ); in ModelHasInserted()
1220 pImp->EntryInserted( (SvLBoxEntry*)pEntry ); in ModelHasInserted()
1228 pImp->MovingEntry( (SvLBoxEntry*)pSource ); in ModelIsMoving()
1234 pImp->EntryMoved( (SvLBoxEntry*)pSource ); in ModelHasMoved()
1243 pImp->RemovingEntry( (SvLBoxEntry*)pEntry ); in ModelIsRemoving()
1244 NotifyRemoving( (SvLBoxEntry*)pEntry ); in ModelIsRemoving()
1353 void SvTreeListBox::SetCursor( SvLBoxEntry* pEntry, sal_Bool bForceNoSelect ) in SetCursor()
1359 void SvTreeListBox::SetCurEntry( SvLBoxEntry* pEntry ) in SetCurEntry()
1375 Point SvTreeListBox::GetEntryPosition( SvLBoxEntry* pEntry ) const in GetEntryPosition()
1380 void SvTreeListBox::ShowEntry( SvLBoxEntry* pEntry ) in ShowEntry()
1385 void SvTreeListBox::MakeVisible( SvLBoxEntry* pEntry ) in MakeVisible()
1390 void SvTreeListBox::MakeVisible( SvLBoxEntry* pEntry, sal_Bool bMoveToTop ) in MakeVisible()
1401 pImp->InvalidateEntry( (SvLBoxEntry*)pEntry ); in ModelHasEntryInvalidated()
1404 void SvTreeListBox::EditItemText( SvLBoxEntry* pEntry, SvLBoxString* pItem, in EditItemText()
1455 void SvTreeListBox::EditEntry( SvLBoxEntry* pEntry ) in EditEntry()
1461 void SvTreeListBox::ImplEditEntry( SvLBoxEntry* pEntry ) in ImplEditEntry()
1543 void SvTreeListBox::EditingRequest( SvLBoxEntry* pEntry, SvLBoxItem* pItem, in EditingRequest()
1562 SvLBoxEntry* SvTreeListBox::GetDropTarget( const Point& rPos ) in GetDropTarget()
1581 SvLBoxEntry* pTarget = pImp->GetEntry( rPos ); in GetDropTarget()
1584 return (SvLBoxEntry*)LastVisible(); in GetDropTarget()
1593 SvLBoxEntry* SvTreeListBox::GetEntry( const Point& rPos, sal_Bool bHit ) const in GetEntry()
1596 SvLBoxEntry* pEntry = pImp->GetEntry( rPos ); in GetEntry()
1606 SvLBoxEntry* SvTreeListBox::GetCurEntry() const in GetCurEntry()
1634 void SvTreeListBox::PaintEntry( SvLBoxEntry* pEntry ) in PaintEntry()
1642 void SvTreeListBox::InvalidateEntry( SvLBoxEntry* pEntry ) in InvalidateEntry()
1654 long SvTreeListBox::PaintEntry(SvLBoxEntry* pEntry,long nLine,sal_uInt16 nTabFlags) in PaintEntry()
1661 long SvTreeListBox::PaintEntry1(SvLBoxEntry* pEntry,long nLine,sal_uInt16 nTabFlags, in PaintEntry1()
1969 void SvTreeListBox::PreparePaint( SvLBoxEntry* ) in PreparePaint() argument
1973 Rectangle SvTreeListBox::GetFocusRect( SvLBoxEntry* pEntry, long nLine ) in GetFocusRect()
2068 long SvTreeListBox::GetTabPos( SvLBoxEntry* pEntry, SvLBoxTab* pTab) in GetTabPos()
2082 SvLBoxItem* SvTreeListBox::GetItem_Impl( SvLBoxEntry* pEntry, long nX, in GetItem_Impl()
2142 SvLBoxItem* SvTreeListBox::GetItem(SvLBoxEntry* pEntry,long nX,SvLBoxTab** ppTab) in GetItem()
2147 SvLBoxItem* SvTreeListBox::GetItem(SvLBoxEntry* pEntry,long nX ) in GetItem()
2154 SvLBoxItem* SvTreeListBox::GetFirstDynamicItem( SvLBoxEntry* pEntry ) in GetFirstDynamicItem()
2217 SvLBoxTab* SvTreeListBox::GetTab( SvLBoxEntry* pEntry, SvLBoxItem* pItem) const in GetTab()
2320 sal_uLong SvTreeListBox::GetAscInsertionPos(SvLBoxEntry*,SvLBoxEntry*) in GetAscInsertionPos() argument
2325 sal_uLong SvTreeListBox::GetDescInsertionPos(SvLBoxEntry*,SvLBoxEntry*) in GetDescInsertionPos() argument
2335 SvLBoxEntry* pEntry = GetCurEntry(); in GetDragRegion()
2354 void SvTreeListBox::RemoveParentKeepChilds( SvLBoxEntry* pParent ) in RemoveParentKeepChilds()
2358 SvLBoxEntry* pNewParent = GetParent( pParent ); in RemoveParentKeepChilds()
2361 SvLBoxEntry* pChild = FirstChild( pParent ); in RemoveParentKeepChilds()
2422 void SvTreeListBox::CursorMoved( SvLBoxEntry* ) in CursorMoved() argument
2428 SvLBoxEntry* pLeft = (SvLBoxEntry*)(pData->pLeft ); in IMPL_LINK()
2429 SvLBoxEntry* pRight = (SvLBoxEntry*)(pData->pRight ); in IMPL_LINK()
2448 SvLBoxEntry* pEntry( dynamic_cast< SvLBoxEntry* >( pEntry1 ) ); in ModelNotification()
2472 MakeVisible( (SvLBoxEntry*)pModel->First(), sal_True ); in ModelNotification()
2569 SvLBoxEntry* pEntry = GetEntry( rPos ); in IsNodeButton()
2595 SvLBoxEntry* SvTreeListBox::GetFirstEntryInView() const in GetFirstEntryInView()
2601 SvLBoxEntry* SvTreeListBox::GetNextEntryInView(SvLBoxEntry* pEntry ) const in GetNextEntryInView()
2603 SvLBoxEntry* pNext = (SvLBoxEntry*)NextVisible( pEntry ); in GetNextEntryInView()
2614 void SvTreeListBox::ShowFocusRect( const SvLBoxEntry* pEntry ) in ShowFocusRect()
2756 void SvTreeListBox::FillAccessibleEntryStateSet( SvLBoxEntry* pEntry, ::utl::AccessibleStateSetHelp… in FillAccessibleEntryStateSet()
2788 Rectangle SvTreeListBox::GetBoundingRect( SvLBoxEntry* pEntry ) in GetBoundingRect()