Searched refs:IsNodeButton (Results 1 – 4 of 4) sorted by relevance
364 sal_Bool IsNodeButton( const Point& rPos ) const;
350 sal_Bool IsNodeButton( const Point& rPosPixel, SvLBoxEntry* pEntry ) const;
2567 sal_Bool SvTreeListBox::IsNodeButton( const Point& rPos ) const in IsNodeButton() function in SvTreeListBox2571 return pImp->IsNodeButton( rPos, pEntry ); in IsNodeButton()
2059 sal_Bool SvImpLBox::IsNodeButton( const Point& rPosPixel, SvLBoxEntry* pEntry ) const in IsNodeButton() function in SvImpLBox2091 else if ( IsNodeButton( rMEvt.GetPosPixel(), pEntry ) ) in ButtonDownCheckExpand()
Completed in 103 milliseconds