Lines Matching refs:SwDBTreeList
223 SwDBTreeList::SwDBTreeList(Window *pParent, const ResId& rResId, in SwDBTreeList() function in SwDBTreeList
244 SwDBTreeList::~SwDBTreeList() in ~SwDBTreeList()
254 void SwDBTreeList::InitTreeList() in InitTreeList()
269 GetModel()->SetCompareHdl(LINK(this, SwDBTreeList, DBCompare)); in InitTreeList()
295 void SwDBTreeList::AddDataSource(const String& rSource) in AddDataSource()
308 void SwDBTreeList::ShowColumns(sal_Bool bShowCol) in ShowColumns()
344 void SwDBTreeList::RequestingChilds(SvLBoxEntry* pParent) in RequestingChilds()
481 IMPL_LINK( SwDBTreeList, DBCompare, SvSortData*, pData ) in IMPL_LINK() argument
495 String SwDBTreeList::GetDBName(String& rTableName, String& rColumnName, sal_Bool* pbIsTable) in GetDBName()
522 void SwDBTreeList::Select(const String& rDBName, const String& rTableName, const String& rColumnNam… in Select()
568 void SwDBTreeList::StartDrag( sal_Int8 /*nAction*/, const Point& /*rPosPixel*/ ) in StartDrag()
606 sal_Int8 SwDBTreeList::AcceptDrop( const AcceptDropEvent& /*rEvt*/ ) in AcceptDrop()
613 void SwDBTreeList::SetWrtShell(SwWrtShell& rSh) in SetWrtShell()